FalkorDB Configuration
Configure FalkorDB as the graph provider for Graphiti
FalkorDB configuration requires version 1.1.2 or higher.
Docker Installation
The simplest way to run FalkorDB is via Docker:
This command:
- Exposes FalkorDB on port 6379 (Redis protocol)
- Provides a web interface on port 3000
- Runs in foreground mode for easy testing
Configuration
Set the following environment variables for FalkorDB (optional):
Connection in Python
FalkorDB uses a dedicated FalkorDriver
and connects via Redis protocol on port 6379. Unlike Neo4j, authentication is typically not required for local FalkorDB instances.