From efadad6067095a2a9afd4c3063bf777ca076584a Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Tue, 14 Jan 2025 20:27:52 +0200 Subject: [PATCH] Add Link to FalkorDB Memory example (#29204) - **Description:** Add Link to FalkorDB Memory example --- docs/docs/integrations/providers/falkordb.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/integrations/providers/falkordb.mdx b/docs/docs/integrations/providers/falkordb.mdx index 66afc5522e76c..4cd2f9cdecb53 100644 --- a/docs/docs/integrations/providers/falkordb.mdx +++ b/docs/docs/integrations/providers/falkordb.mdx @@ -24,3 +24,11 @@ See a [usage example](/docs/integrations/graphs/falkordb). ```python from langchain_community.chains.graph_qa.falkordb import FalkorDBQAChain ``` + +## Memory + +See a [usage example](/docs/integrations/memory/falkordb_chat_message_history). + +```python +from langchain_falkordb import FalkorDBChatMessageHistory +```