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