This project demonstrates the integration of AWS Bedrock, Ollama, and AWS Lambda to create a conversational API. The system mimics a chatbot conversation where AWS Bedrock generates text, and Ollama ...
When consuming Kafka messages, we want the key, value, partition, and offset info. As I understand it, this is only available when using dataType = "string". But because our messages are Avro, the ...