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