Skip to content

Commit

Permalink
Add Link to FalkorDB Memory example (#29204)
Browse files Browse the repository at this point in the history
- **Description:** Add Link to FalkorDB Memory example
  • Loading branch information
gkorland authored Jan 14, 2025
1 parent 4ab04ad commit efadad6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/integrations/providers/falkordb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit efadad6

Please sign in to comment.