langchain.js
Preparing search index...
@langchain/community
stores/message/mongodb
MongoDBChatMessageHistoryInput
Interface MongoDBChatMessageHistoryInput
Deprecated
Install and import from the "@langchain/mongodb" integration package instead.
interface
MongoDBChatMessageHistoryInput
{
collection
:
Collection
<
Document
>
;
sessionId
:
string
;
}
Index
Properties
collection
session
Id
Properties
collection
collection
:
Collection
<
Document
>
session
Id
sessionId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collection
session
Id
langchain.js
Loading...
Deprecated
Install and import from the "@langchain/mongodb" integration package instead.