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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesRetrieval Benchmarks

Tools for evaluating the accuracy and relevance of information retrieved by AI systems.

Distinct from Data Quality Monitors: Distinct from general data quality monitoring: focuses specifically on the performance and relevance of retrieval results for LLMs.

Explore 6 awesome GitHub repositories matching data & databases · Retrieval Benchmarks. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Data Pipelines
  4. Data Quality Monitors
  5. Retrieval Benchmarks

Awesome Retrieval Benchmarks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • topoteretes/cogneeAvatar de topoteretes

    topoteretes/cognee

    17,850Voir sur GitHub↗

    Cognee is an agentic memory management platform designed to provide autonomous agents with long-term semantic recall and structured knowledge. It functions as a framework for building persistent memory systems that connect large language models to graph-based knowledge and vector storage, enabling agents to maintain context across complex tasks and multiple sessions. The platform distinguishes itself through a hybrid approach that combines semantic similarity search with structural graph traversal, allowing for context-aware information retrieval. It features a modular architecture that orche

    Evaluates retrieval accuracy and relevance to ensure high-quality context for agents.

    Pythonaiai-agentsai-memory
    Voir sur GitHub↗17,850
  • explodinggradients/ragasAvatar de explodinggradients

    explodinggradients/ragas

    14,400Voir sur GitHub↗

    Ragas is an evaluation framework and performance benchmark designed to quantify the quality of retrieval augmented generation pipelines. It functions as an application optimizer to identify bottlenecks in language model workflows using automated metrics and model-based scoring. The framework includes a system for generating synthetic datasets that mimic production scenarios and edge cases to create realistic test cases. It enables reference-free assessment, allowing the evaluation of response quality by analyzing grounding in the provided context without requiring gold-standard labels. The s

    Quantifies the accuracy and relevance of the data retrieval process using specialized performance metrics.

    Python
    Voir sur GitHub↗14,400
  • vibrantlabsai/ragasAvatar de vibrantlabsai

    vibrantlabsai/ragas

    12,659Voir sur GitHub↗

    Ragas is an evaluation framework designed to measure the performance of retrieval-augmented generation pipelines and autonomous agent workflows. It provides a comprehensive suite of tools for benchmarking system outputs, utilizing language models as automated judges to score performance against defined rubrics and reference data. By standardizing inputs, retrieved contexts, and generated responses into a unified schema, the project enables consistent analysis across complex AI applications. The framework distinguishes itself through its ability to generate synthetic test datasets from existin

    Measures the accuracy and relevance of retrieved context by comparing retrieved documents against ground truth or assessing the quality of the retrieval process itself.

    Pythonevaluationllmllmops
    Voir sur GitHub↗12,659
  • circlemind-ai/fast-graphragAvatar de circlemind-ai

    circlemind-ai/fast-graphrag

    3,811Voir sur GitHub↗

    Fast-GraphRAG is a system for generating and querying knowledge graphs from domain data. It uses a GraphRAG retrieval workflow to traverse structured data and isolate precise evidence for answering complex questions. The project utilizes an agent-driven retrieval framework to coordinate the querying of knowledge graphs and the synthesis of final answers. It supports incremental data synchronization, allowing structured knowledge bases to be updated in real time as source information evolves. The system integrates with API-compatible language models and embedding providers to power its data p

    Benchmarks the effectiveness of the data pipeline by measuring how often queries find all required evidence.

    Python
    Voir sur GitHub↗3,811
  • 1517005260/graph-rag-agentAvatar de 1517005260

    1517005260/graph-rag-agent

    2,240Voir sur GitHub↗

    This project is a comprehensive framework for constructing, managing, and evaluating knowledge graphs through multi-agent reasoning and deep search capabilities. It provides an end-to-end pipeline that ingests multi-format documents, extracts entities and relationships based on configurable schemas, and maintains structured knowledge bases to support evidence-based retrieval. The system distinguishes itself through its multi-agent orchestration, which decomposes complex queries into parallel research steps and synthesizes long-form reports. It leverages advanced graph-based techniques, includ

    Provides a dedicated framework for benchmarking the accuracy and reasoning quality of graph-based retrieval.

    Pythonagentic-ragchain-of-explorationdeepresearch
    Voir sur GitHub↗2,240
  • arabold/docs-mcp-serverAvatar de arabold

    arabold/docs-mcp-server

    1,052Voir sur GitHub↗

    This project is a server implementation of the Model Context Protocol designed to function as an AI knowledge retrieval tool. It acts as a semantic search engine and web scraping framework that indexes technical documentation from web sources, local files, and archives, making this information directly accessible to AI coding assistants for context-aware research and querying. The system distinguishes itself through a hybrid search architecture that combines vector-based embeddings with full-text retrieval to improve the accuracy of documentation lookups. It features a modular pipeline for co

    Calculates metrics like MRR, Recall, and nDCG to evaluate how effectively search results rank relevant documentation.

    TypeScriptagentic-aicopilotcursor
    Voir sur GitHub↗1,052

Explorer les sous-tags

  • Retrieval Provider ComparisonsEvaluates retrieval performance by running standardized datasets against multiple search services. **Distinct from Retrieval Benchmarks:** Distinct from Retrieval Benchmarks: focuses on comparative analysis across different retrieval implementations rather than general benchmark execution.