awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
StanGirard avatar

StanGirard/quiver

0
View on GitHub↗
39,167 نجوم·3,726 تفرعات·Python·16 مشاهداتcore.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.

سجل النجوم

مخطط تاريخ النجوم لـ stangirard/quiverمخطط تاريخ النجوم لـ stangirard/quiver

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Quiver

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Quiver.
  • stangirard/quivrالصورة الرمزية لـ StanGirard

    StanGirard/quivr

    39,167عرض على 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
    عرض على GitHub↗39,167
  • dataelement/bishengالصورة الرمزية لـ dataelement

    dataelement/bisheng

    11,455عرض على 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
    عرض على GitHub↗11,455
  • ardanlabs/serviceالصورة الرمزية لـ ardanlabs

    ardanlabs/service

    4,030عرض على 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
    عرض على GitHub↗4,030
  • datawhalechina/llm-universeالصورة الرمزية لـ datawhalechina

    datawhalechina/llm-universe

    13,269عرض على 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
    عرض على GitHub↗13,269
عرض جميع البدائل الـ 30 لـ Quiver→

الأسئلة الشائعة

ما هي وظيفة stangirard/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.

ما هي الميزات الرئيسية لـ stangirard/quiver؟

الميزات الرئيسية لـ stangirard/quiver هي: RAG Frameworks, Generative AI Integration Layers, RAG Pipelines, LLM Provider Integrations, Provider Abstraction Layers, Model Provider Interfaces, RAG Data Pipelines, Vector Database Abstractions.

ما هي البدائل مفتوحة المصدر لـ stangirard/quiver؟

تشمل البدائل مفتوحة المصدر لـ stangirard/quiver: 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…