FalkorDB

Active
GitHub C NOASSERTION

Description

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

💡 Long-term memory and knowledge graph storage for AI agents
💡 GraphRAG-enhanced retrieval and reasoning for large language models
💡 Real-time threat relationship analysis in cloud security
💡 Complex relationship network analysis for financial fraud detection
💡 Entity relationship and behavioral pattern modeling for recommendation systems

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.

Related Projects