Category: Free Downloads and Links
Weaviate is an open source vector database with built-in support for multiple machine learning model integrations, multi-modal search, and hybrid search combining vector and keyword approaches. It features a GraphQL-based query interface and native...
Milvus is an open source vector database built for scalable similarity search in AI applications. It is a graduated project of the LF AI & Data Foundation and supports billion-scale vector search with high...
Qdrant is an open source vector similarity search engine and database written in Rust. It is designed specifically for AI applications requiring high-performance semantic search, recommendation systems, and retrieval-augmented generation. Qdrant supports filtering, payload...
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...
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 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...
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 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 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 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...