MongoDB
MongoDB is a NoSQL, document-oriented database that supports JSON-like documents with a dynamic schema.
NOTE:
- 查看MongoDB Atlas 页面上的其他
MongoDB个集成。
安装与设置
安装 Python 包:
pip install langchain-mongodb
消息历史
查看一个 使用示例。
要导入此向量存储:
from langchain_mongodb.chat_message_histories import MongoDBChatMessageHistory
API 参考:MongoDBChatMessageHistory