Add Link to FalkorDB Memory example (#29204)

- **Description:** Add Link to FalkorDB Memory example
This commit is contained in:
Guy Korland
2025-01-14 20:27:52 +02:00
committed by GitHub
parent 4ab04ad6be
commit efadad6067

View File

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