mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
ff8e6981ff
**Description** - Added the `SingleStoreDBChatMessageHistory` class that inherits `BaseChatMessageHistory` and allows to use of a SingleStoreDB database as a storage for chat message history. - Added integration test to check that everything works (requires `singlestoredb` to be installed) - Added notebook with usage example - Removed custom retriever for SingleStoreDB vector store (as it is useless) --------- Co-authored-by: Volodymyr Tkachuk <vtkachuk-ua@singlestore.com> |
||
---|---|---|
.. | ||
guides/langsmith | ||
integrations/memory |