awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

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.

Awesome Retrieval Benchmarks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • topoteretes/cogneetopoteretes 的头像

    topoteretes/cognee

    17,850在 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
    在 GitHub 上查看↗17,850
  • explodinggradients/ragasexplodinggradients 的头像

    explodinggradients/ragas

    14,400在 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
    在 GitHub 上查看↗14,400
  • vibrantlabsai/ragasvibrantlabsai 的头像

    vibrantlabsai/ragas

    12,659在 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
    在 GitHub 上查看↗12,659
  • circlemind-ai/fast-graphragcirclemind-ai 的头像

    circlemind-ai/fast-graphrag

    3,811在 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
    在 GitHub 上查看↗3,811
  • 1517005260/graph-rag-agent1517005260 的头像

    1517005260/graph-rag-agent

    2,240在 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
    在 GitHub 上查看↗2,240
  • arabold/docs-mcp-serverarabold 的头像

    arabold/docs-mcp-server

    1,052在 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
    在 GitHub 上查看↗1,052
  1. Home
  2. Data & Databases
  3. Data Pipelines
  4. Data Quality Monitors
  5. Retrieval Benchmarks

探索子标签

  • 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.