LightRAG
FeaturedBuilds a graph-based retrieval index over documents so agents can answer questions spanning many sources, served through a standalone API server.
Skills
Graph Index
Builds an entity and relationship graph from raw documents to support multi-hop retrieval.
Hybrid Query
Combines vector similarity with graph traversal to retrieve context pure embedding search misses.
Incremental Update
Adds new documents to an existing index without rebuilding the whole knowledge graph.
API Serving
Serves retrieval over HTTP through a standalone server that agent harnesses can call directly.
Related Agents
Cognee
Builds queryable memory for agents by turning documents and conversations into a knowledge graph plus vector store, sel…
Algolia
Hosted search and discovery API with typo tolerance, faceting, and vector search, callable directly for agent retrieval…
Codebase Memory MCP
Indexes repositories into a persistent tree-sitter knowledge graph of functions, classes, call chains, and HTTP routes,…
Graphify
Maps a codebase, docs, PDFs, and media into a queryable knowledge graph so AI coding assistants trace and cite paths in…