raphaelmansuy/edgequake
High-performance GraphRAG inspired from LightRag written in Rust
Implements LightRAG's knowledge graph approach by decomposing documents into entities and relationships extracted via LLM, then traverses both vector embeddings and graph structures at query time for multi-hop reasoning. Offers 6 query modes (naive vector search through graph-traversing hybrid queries), production-ready PDF processing with optional vision-LLM support for complex layouts, and SQL-level metadata pre-filtering with GIN indexes to eliminate wasted vector scans. Built on Tokio async runtime with PostgreSQL/pgvector backend, OpenAPI REST API, and React 19 frontend with interactive graph visualization.
1,539 stars. Actively maintained with 62 commits in the last 30 days.
Stars
1,539
Forks
162
Language
Rust
License
Apache-2.0
Category
Last pushed
Mar 26, 2026
Commits (30d)
62
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/raphaelmansuy/edgequake"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
bosun-ai/swiftide
Fast, streaming indexing, query, and agentic LLM applications in Rust
AlphaCorp-AI/RustyRAG
⚡ Sub-200ms RAG API built in Rust — document ingestion, Milvus vector search, Jina AI local...
cool-japan/oxirag
A four-layer Retrieval-Augmented Generation (RAG) engine in Rust with SMT-based logic...
pixlie/PixlieAI
Please check our new project with similar targets: https://github.com/pixlie/Pixlie
itisrohit/IsoSearch
High-performance vector search engine SIMD-accelerated HNSW and LSH.