Quiver
FreeDump your brain into your GenerativeAI Vault 
About Quiver
Quivr is an opinionated, open-source RAG (Retrieval-Augmented Generation) framework designed to help developers integrate generative AI into their applications quickly and efficiently. It supports any LLM (OpenAI, Anthropic, Mistral, Groq, Llama, and local models via Ollama), any vector store (PGVector, Faiss), and any file type (PDF, TXT, Markdown, etc.). Quivr allows customization of the RAG pipeline, including adding internet search and tools. It integrates with Megaparse for enhanced file ingestion. Installation is simple via pip ('pip install quivr-core'), and a basic RAG can be created with just five lines of code. Quivr is the core brain behind Quivr.com and is actively developed with ongoing improvements.
Key Features
Pros & Cons
- Free and open-source
- Opinionated design reduces RAG complexity
- Supports a wide variety of LLMs and vector stores
- Easily customizable with additional tools and parsers
- Quick setup with minimal code required
- Requires Python and API key configuration for remote LLMs
- Opinionated approach may not suit highly specialized RAG needs
- Still in active development; some features are planned but not yet available
- Documentation and community resources may still be growing