quivr
Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore:
Overview
Quivr is an opinionated RAG (Retrieval Augmented Generation) framework designed to help developers integrate GenAI capabilities into their applications quickly. Positioned as a 'second brain' powered by generative AI, Quivr abstracts the complexity of building RAG systems so developers can focus on their core product features. The framework is LLM-agnostic, supporting providers like OpenAI, Anthropic, Mistral, and Gemma, while handling multiple file formats including PDF, TXT, and Markdown. With over 39,000 GitHub stars, Quivr offers a customizable RAG pipeline that can be extended with internet search, custom tools, and integrations like Megaparse for advanced document processing. The system emphasizes simplicity with a 5-line code setup while maintaining the flexibility needed for production applications. Quivr serves as the core engine behind Quivr.com and represents an opinionated approach to RAG implementation that prioritizes speed and efficiency over configuration complexity.
Pros
- + LLM-agnostic design supporting multiple providers (OpenAI, Anthropic, Mistral, Gemma) with unified API
- + Extremely simple setup requiring only 5 lines of code to create a working RAG system
- + Flexible file format support with extensible parsers for PDF, TXT, Markdown and custom document types
Cons
- - Python-only implementation limiting cross-platform development options
- - Requires Python 3.10 or newer, excluding older Python environments
- - Still actively developing core features, indicating potential API instability
Use Cases
- • Integrating document Q&A capabilities into existing Python applications without building RAG from scratch
- • Building personal knowledge management systems that can query across multiple document formats
- • Creating AI-powered customer support tools that can answer questions from company documentation