FalkorDB
ActiveDescription
A high-performance graph database built on GraphBLAS, optimized for LLM and GraphRAG scenarios with real-time knowledge graph construction and querying for graph-structured AI agent retrieval.
Key Features
- Graph database built on sparse matrices using linear algebra for efficient querying
- OpenCypher query language support with proprietary extensions
- Property Graph model with attributes on both nodes and relationships
- Deeply optimized for LLM and GraphRAG scenarios with ultra-low query latency
- Multi-tenant architecture supporting real-time knowledge graph construction
- Docker one-click deployment with built-in web interface and multi-language clients
Use Cases
Categories
Quick Start
Run docker run -p 6379:6379 -p 3000:3000 -it --rm falkordb/falkordb to start, then visit http://localhost:3000 in your browser for the web interface, or use the FalkorDB Python client to connect and execute Cypher queries.