Rankings never sold· Independent index of the agent era
The shortlist
Build a knowledge assistant over your docs
Chat over your own documents — the most-built agent app there is. The open-source field offers a visual platform route and a code-first pipeline route; pick by who's going to maintain it.
3 picks · chosen editorially from the index · how we choose
Visual builder, RAG pipelines, and agent workflows in one self-hostable platform — one of the most adopted projects in the index, strong when non-engineers need to iterate on prompts and flows.
Watch out — You need deep programmatic control beyond what a visual platform allows.
The mature Python framework for retrieval pipelines — full control over chunking, retrieval, and ranking when quality tuning matters more than a visual editor.
RAG quality is a data problem before it's a model problem: bad chunking and stale documents produce confident wrong answers. Build a small eval set of real questions first, and re-index on a schedule — an assistant over last quarter's docs is worse than none.