Author: admin

FalkorDB

FalkorDB is an open source property graph database built on Redis, optimized for ultra-low-latency graph queries in AI and RAG use cases. It supports the Cypher query language and is designed for applications where...

Neo4j GraphRAG Python

he official Neo4j Python package for building GraphRAG pipelines. It provides abstractions for knowledge graph construction, graph-based retrieval, and integration with popular LLM providers, enabling developers to build production-quality GraphRAG applications on top of...

LightRAG

LightRAG is a lightweight, fast open source implementation of GraphRAG that combines knowledge graph construction with vector retrieval for LLM-powered applications. It is designed to be simple to deploy and integrate, making it accessible...

Microsoft GraphRAG

GraphRAG is Microsoft’s open source implementation of graph-based retrieval-augmented generation for large language models. Rather than relying solely on vector similarity search, GraphRAG uses knowledge graphs to provide structured, context-rich retrieval that significantly improves...

Cayley

Cayley is an open source graph database inspired by Google’s Knowledge Graph infrastructure, written in Go. It supports multiple graph query languages including Gizmo (JavaScript-based), GraphQL, and MQL, and can use multiple storage backends....

TypeDB

TypeDB is a polymorphic database with a strongly typed conceptual data model and a built-in reasoning engine. It introduces TypeQL, a query language designed to express complex, knowledge-rich domains with high expressiveness and minimal...

Kuzu

Kuzu is an embeddable, high-performance property graph database designed for graph data science and analytics workloads. It features a columnar storage engine and supports the Cypher query language. Kuzu is optimized for in-process use...

Oxigraph

Oxigraph is a small, embeddable RDF triple store and SPARQL 1.1 engine written in Rust. It supports RDF/XML, Turtle, N-Triples, N-Quads, and TriG formats, and is designed for Semantic Web and knowledge graph applications...

Memgraph

Memgraph is an open source, in-memory graph database compatible with Neo4j’s Cypher query language. It is designed for real-time streaming graph analytics and supports integration with Apache Kafka and other streaming platforms. Memgraph is...