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 +```