MongoDB
MongoDB is a NoSQL, document-orienteddatabase that supports JSON-like documents with a dynamic schema.
NOTE:
- See other
MongoDB
integrations on theMongoDB Atlas page.
Installation and Setup
Install the Python package:
pip install langchain-mongodb
Message Histories
See ausage example.
To import this vectorstore:
from langchain_mongodb.chat_message_historiesimport MongoDBChatMessageHistory
API Reference:MongoDBChatMessageHistory