docs/integrations/memory/redis_chat_message_history/ #28132
Replies: 1 comment
-
LLM has limitation of context size for too many histories. How can I limit history like only recent 5 histories LLM retrieves. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/integrations/memory/redis_chat_message_history/
Redis (Remote Dictionary Server) is an open-source in-memory storage, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis offers low-latency reads and writes. Redis is the most popular NoSQL database, and one of the most popular databases overall.
https://python.langchain.com/docs/integrations/memory/redis_chat_message_history/
Beta Was this translation helpful? Give feedback.
All reactions