catalog / Research / LightRAG
PipelineResearchFree

LightRAG

Fast retrieval-augmented generation framework that fuses knowledge-graph structure with vector retrieval.

설치 수18k
소스 저장소

LightRAG

LightRAG is a simple and fast retrieval-augmented generation framework from the HKU Data Intelligence Lab (EMNLP 2025). It combines automatically constructed knowledge-graph structure with vector similarity search, giving more context-aware and relational answers than plain vector RAG while staying lighter than heavyweight GraphRAG pipelines.

Key features

  • Dual-level retrieval merging graph relationships and vector similarity
  • Incremental knowledge-graph construction from ingested documents
  • Multiple storage backends (JSON, PostgreSQL, Neo4j, Milvus, and more)
  • Pluggable LLM and embedding backends (OpenAI, Ollama, Hugging Face)
  • Fast, low-overhead indexing suitable for iterative research corpora

Usage note: install via pip, point it at your documents to build the graph + vector index, then query with graph, vector, or hybrid retrieval modes.

Curated mirror of the open-source LightRAG (MIT). Get it from the source.

More from @ai-supply

View profile →
MCP server
GitHub MCP Server
Official GitHub MCP server — give your AI agent full read/write access to repos, issues, PRs, and actions.
771k
Embedding
Sentence Transformers
State-of-the-art sentence and text embeddings — compute semantic similarity, clustering, and dense retrieval.
751k
Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
641k
MCP server
MCP TypeScript SDK
Official TypeScript/JavaScript SDK for building MCP servers and clients — the Node.js foundation for the Model Context Protocol.
629k