awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
StanGirard avatar

StanGirard/quiver

0
View on GitHub↗
39,167 stars·3,726 forks·Python·35 viewscore.quivr.com↗

Quiver

Quiver is a framework for integrating retrieval augmented generation into applications. It provides a generative AI integration layer that connects large language models with vector stores to produce context-aware responses based on custom data.

The project features a knowledge base pipeline that parses diverse file types into searchable embeddings and a vector database orchestrator to manage data across different storage implementations. It utilizes a provider-agnostic model interface, allowing users to switch between various external AI providers or local models through a single unified system.

The system covers the orchestration of retrieval pipelines, including multi-format document parsing and the integration of custom tools and internet search functionality to enhance response accuracy.

Features

  • RAG Frameworks - Provides a comprehensive development framework for integrating retrieval augmented generation by connecting LLMs with vector stores.
  • Generative AI Integration Layers - Provides a backend integration layer that connects software products to language models via unified APIs.
  • RAG Pipelines - Implements workflows that augment language model outputs by retrieving relevant external data from custom document sources.
  • LLM Provider Integrations - Provides a unified connectivity system for interfacing with various external AI providers and local models.
  • Provider Abstraction Layers - Implements an internal software architecture that standardizes requests and responses across different AI model providers.
  • Model Provider Interfaces - Wraps various LLM APIs into a single unified interface to allow swapping providers without changing application logic.
  • RAG Data Pipelines - Orchestrates the sequential data flow from document ingestion and embedding through to final response generation.
  • Vector Database Abstractions - Decouples retrieval logic from specific database implementations like PGVector or Faiss through a common interface.
  • Vector Database Orchestrators - Manages data ingestion, chunking, and retrieval across multiple vector store providers like PGVector and Faiss.
  • Custom Retrieval Extensions - Provides the ability to integrate custom tools and real-time internet search to improve generative response accuracy.
  • Search-Enhanced Generation - Enhances response accuracy by combining semantic vector search with real-time internet search functionality.
  • Multi-Model AI Orchestrators - Integrates multiple AI providers and local models through a single interface to power application features.
  • Retrieval Pipelines - Allows for the chaining of data fetching and filtering steps, including the integration of custom search modules.
  • Document Parsing Pipelines - Processes diverse file types into standardized text chunks optimized for embedding and vector storage.
  • File Ingestion Services - Facilitates the ingestion of various file formats to extract text and metadata for a searchable knowledge base.
  • AI Knowledge Bases - Prepares and imports custom data from various file types to create high-quality knowledge bases for AI consumption.
  • Ingestion Pipelines - Ships a pipeline for parsing diverse file types and converting them into searchable embeddings.
  • Knowledge Management - Generative AI vault for personal knowledge storage.

Star history

Star history chart for stangirard/quiverStar history chart for stangirard/quiver

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Quiver

These projects share indexed features with Quiver. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • stangirard/quivrStanGirard avatar

    StanGirard/quivr

    39,167View on GitHub↗

    Quivr is a framework for building retrieval-augmented generation pipelines that connect large language models to custom knowledge bases. It serves as a generative AI integration layer that abstracts the process of transforming diverse document sources into searchable context for AI responses. The project orchestrates the end-to-end flow between document ingestion, vector storage management, and model provider interfaces. It features a vector-store-agnostic retrieval system and a modular API layer that allows for flexible switching between different generative model providers. The system cove

    Python
    View on GitHub↗39,167
  • dataelement/bishengdataelement avatar

    dataelement/bisheng

    11,455View on GitHub↗

    Bisheng is an enterprise AI framework and LLM DevOps platform designed to manage the full lifecycle of large language models. It provides a unified system for dataset curation, supervised fine-tuning, model versioning, and performance evaluation. The platform features a visual workflow orchestrator for building retrieval-augmented generation pipelines and complex task sequences using flowcharts with conditional logic and human intervention points. It also includes an AI agent framework that uses a specialized guidance language to embed domain expertise and professional business logic into aut

    TypeScript
    View on GitHub↗11,455
  • ardanlabs/serviceardanlabs avatar

    ardanlabs/service

    4,030View on GitHub↗

    This project provides a set of structural templates and frameworks for bootstrapping production servers, high-performance backends, Kubernetes microservices, and AI pipelines using the Go programming language. It serves as a foundational architecture for building high-throughput infrastructure and scalable production servers with integrated routing and middleware. The framework includes a specialized infrastructure for developing retrieval-augmented generation systems, emphasizing local model inference and secure data sovereignty. It further provides a dedicated microservice template for cont

    Go
    View on GitHub↗4,030
  • datawhalechina/llm-universedatawhalechina avatar

    datawhalechina/llm-universe

    13,269View on GitHub↗

    llm-universe is a structured learning resource and technical guide focused on the development of large language model applications. It serves as a curriculum for mastering model orchestration, the creation of autonomous conversational agents, and the implementation of retrieval-augmented generation systems. The project provides detailed instructions on connecting model APIs with memory and tools to create execution chains. It specifically covers the construction of retrieval pipelines, including the process of cleaning raw documents, generating embeddings, and integrating vector databases to

    Jupyter Notebooklangchainrag
    View on GitHub↗13,269
Compare all 30 related projects→

Frequently asked questions

What does stangirard/quiver do?

Quiver is a framework for integrating retrieval augmented generation into applications. It provides a generative AI integration layer that connects large language models with vector stores to produce context-aware responses based on custom data.

What are the main features of stangirard/quiver?

The main features of stangirard/quiver are: RAG Frameworks, Generative AI Integration Layers, RAG Pipelines, LLM Provider Integrations, Provider Abstraction Layers, Model Provider Interfaces, RAG Data Pipelines, Vector Database Abstractions.

Which projects share features with stangirard/quiver?

Projects with overlapping indexed features include: stangirard/quivr — Quivr is a framework for building retrieval-augmented generation pipelines that connect large language models to… dataelement/bisheng — Bisheng is an enterprise AI framework and LLM DevOps platform designed to manage the full lifecycle of large language… ardanlabs/service — This project provides a set of structural templates and frameworks for bootstrapping production servers,… datawhalechina/llm-universe — llm-universe is a structured learning resource and technical guide focused on the development of large language model… meta-llama/llama-recipes — This project is a collection of reference implementations and recipes for deploying, fine-tuning, and running… langchain4j/langchain4j — LangChain4j is a framework and library for building applications powered by large language models on the JVM. It…