Haystack
Agentic RAG and retrieval pipeline framework for production NLP.
Best when building agentic RAG pipelines that require composable retrievers, readers, and generators with pluggable model backends.
Official resources
Selection advice
Best for
- agentic RAG pipelines
- document QA
- retrieval engineering
Not ideal for
- teams needing general multi-agent orchestration
- projects where retrieval is a minor concern
Core concepts
Minimal implementation shape
Build a pipeline: document store → retriever → reader. Add an agentic loop by letting the agent decide whether retrieved context is sufficient before answering.