LightRAG: Lean RAG with Benchmarks30 July 2025·800 words·4 minsLLM EngineeringLightRAG is a minimal RAG toolkit that strips away heavy abstractions. Here’s a complete build with code, performance numbers versus a LangChain baseline, and when LightRAG is the right choice.
LightRAG as a LangChain Retriever29 January 2025·376 words·2 minsLLM EngineeringWant LightRAG’s lean retrieval with LangChain’s chain ecosystem? Here’s how to wrap LightRAG as a LangChain-compatible retriever.
BM25 Hybrid Search with LightRAG29 January 2025·595 words·3 minsLLM EngineeringVector search misses keyword-heavy queries. BM25 misses semantic similarity. Combine both with hybrid search for better retrieval recall.