An open API service indexing awesome lists of open source software.

https://github.com/abhirockzz/streamlit-langchain-chatbot-bedrock-redis-memory

Build a Streamlit app with LangChain and Amazon Bedrock - Use ElastiCache Serverless Redis for chat history, deploy to EKS and manage permissions with EKS Pod Identity
https://github.com/abhirockzz/streamlit-langchain-chatbot-bedrock-redis-memory

amazon-bedrock eks langchain python redis streamlit

Last synced: 8 months ago
JSON representation

Build a Streamlit app with LangChain and Amazon Bedrock - Use ElastiCache Serverless Redis for chat history, deploy to EKS and manage permissions with EKS Pod Identity

Awesome Lists containing this project

README

          

# Streamlit chatbot

For details, [checkout this blog post](https://community.aws/content/2aq9ju6xvYtywGVbuPoWFTk5oK4/build-a-streamlit-app-using-langchain-amazon-bedrock-and-redis).

Streamlit app on EKS:

- Built using Streamlit and LangChain framework
- Claude on Amazon Bedrock as the LLM
- Redis as the LangChain memory backend to store chat conversation history
- Deployed to Amazon EKS

![](arch.png)