#123 · Primary category: Knowledge Base & RAG
SuperMew
SuperMew — Agentic RAG with LangChain & LangGraph
Project last updated:08/28/26
GitHub Stars
840
Forks
165
Contributors
2
License
MIT
Why we included this project
RAG pipelines that work in a demo tend to fall apart in production: documents get updated, runs get interrupted, and you can't always say what the model actually retrieved. SuperMew treats a chat request as a set of durable domain objects rather than a throwaway HTTP call. Threads keep long conversations, runs can pause and resume mid-execution, and document versions are immutable, so rebuilding the index never pollutes what's currently searchable. Retrieval pairs dense vectors with Milvus-native BM25, then applies RRF, auto-merging, optional reranking, and evidence judging before generating an answer. It also ships a versioned evaluation harness with baselines and CI gates, plus a permission-aware tool registry covering SQL, web research, and sandboxed HTTP calls. For teams that need auditable, resumable agentic RAG rather than a quick prototype, this is a solid reference.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ragflow
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
Understand-Anything
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
crawl4ai
🚀🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Don't be shy, join here: https://discord.gg/jP8KfhDhyN
docling
Get your documents ready for gen AI
anything-llm
Stop renting your intelligence. Own it with AnythingLLM. Everything you need for a powerful local-first agent experience