📄️ Cassandra Chat Message History
Apache Cassandra® is a NoSQL, row-oriented, highly scalable and highly available database, well suited for storing large amounts of data.
📄️ Dynamodb Chat Message History
This notebook goes over how to use Dynamodb to store chat message history.
📄️ Entity Memory with SQLite storage
In this walkthrough we'll create a simple conversation chain which uses ConversationEntityMemory backed by a SqliteEntityStore.
📄️ Momento Chat Message History
This notebook goes over how to use Momento Cache to store chat message history using the MomentoChatMessageHistory class. See the Momento docs for more detail on how to get set up with Momento.
📄️ Mongodb Chat Message History
This notebook goes over how to use Mongodb to store chat message history.
📄️ Motörhead Memory
Motörhead is a memory server implemented in Rust. It automatically handles incremental summarization in the background and allows for stateless applications.
📄️ Motörhead Memory (Managed)
Motörhead is a memory server implemented in Rust. It automatically handles incremental summarization in the background and allows for stateless applications.
📄️ Postgres Chat Message History
This notebook goes over how to use Postgres to store chat message history.
📄️ Redis Chat Message History
This notebook goes over how to use Redis to store chat message history.
📄️ Remembrall
This page covers how to use the Remembrall ecosystem within LangChain.
📄️ Rockset Chat Message History
This notebook goes over how to use Rockset to store chat message history.
📄️ SQL Chat Message History
This notebook goes over a SQLChatMessageHistory class that allows to store chat history in any database supported by SQLAlchemy.
📄️ Streamlit Chat Message History
This notebook goes over how to store and use chat message history in a Streamlit app. StreamlitChatMessageHistory will store messages in
📄️ Xata chat memory
Xata is a serverless data platform, based on PostgreSQL and Elasticsearch. It provides a Python SDK for interacting with your database, and a UI for managing your data. With the XataChatMessageHistory class, you can use Xata databases for longer-term persistence of chat sessions.
📄️ Zep Memory
REACT Agent Chat Message History with Zep - A long-term memory store for LLM applications.