mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-13 08:27:03 +00:00
Add Link to FalkorDB Memory example (#29204)
- **Description:** Add Link to FalkorDB Memory example
This commit is contained in:
parent
4ab04ad6be
commit
efadad6067
@ -24,3 +24,11 @@ See a [usage example](/docs/integrations/graphs/falkordb).
|
|||||||
```python
|
```python
|
||||||
from langchain_community.chains.graph_qa.falkordb import FalkorDBQAChain
|
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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user