Static
initializeCreate a new PostgresChatMessageHistory instance.
Postgres engine instance to use.
Retrieve the table content with this session ID.
Table name that stores that chat message history. Parameter is not escaped. Do not use with end user input.
Schema name for the chat message history table. Default: "public". Parameter is not escaped. Do not use with end user input.
PostgresChatMessageHistory instance.
Add a message object to the store.