MongoDB
MongoDB 是一个 NoSQL、面向文档的数据库,支持具有动态模式的类 JSON 文档。
注意:
- 在 MongoDB Atlas 页面 上查看其他
MongoDB个集成。
安装与设置¶
安装 Python 包:
pip install langchain-mongodb
消息历史
查看 使用示例。
要导入此向量存储库:
from langchain_mongodb.chat_message_histories import MongoDBChatMessageHistory
API 参考:MongoDB 聊天消息历史