git404hub

what is rag-retrieval-tools fr?

aglio-lab/rag-retrieval-tools — explained in plain English

Analysis updated 2026-05-18

1PythonAudience · developerComplexity · 1/5LicenseSetup · easy

tl;dr

A curated, monthly-reviewed directory of over 200 tools covering every layer of a RAG stack: vector databases, embeddings, rerankers, parsing, and evaluation.

vibe map

mindmap
  root((rag-retrieval-tools))
    What it does
      Curated tool directory
      16 categories
      208 entries
    Tech stack
      Markdown
      JSON
      CSV
    Use cases
      Vector search
      Embeddings and rerankers
      RAG evaluation
    Audience
      AI developers
      RAG builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Find a vector database or search library to power a retrieval-augmented generation app.

VIBE 2

Compare embedding models and rerankers before choosing one for your pipeline.

VIBE 3

Look up document parsing or web crawling tools to feed source data into a RAG index.

VIBE 4

Find an evaluation framework or benchmark to measure your RAG system's quality.

what's the stack?

MarkdownJSONCSV

how it stacks up fr

aglio-lab/rag-retrieval-tools0xustaz/streamgatea-bissell/unleash-lite
Stars111
LanguagePythonPythonPython
Setup difficultyeasyhardhard
Complexity1/54/54/5
Audiencedeveloperdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min
Public domain dedication, use the list content for any purpose without restriction.

in plain english

This project is a large curated reference list covering retrieval-augmented generation, usually shortened to RAG, and the broader field of retrieval. Rather than being software you run, it catalogs over 200 tools that together make up a typical RAG stack: parsing and chunking source files, turning that content into searchable vectors or text indexes, retrieving relevant candidates, reranking them for quality, generating a grounded answer, and evaluating how well the whole system performed. The README is explicit that it separates these layers carefully, so a full RAG framework is listed apart from a vector database, an embedding model is listed apart from a reranker, and an evaluation toolkit is kept separate from an observability platform. Entries span sixteen categories, including frameworks for building end to end RAG applications, vector databases and search libraries, engines for lexical or hybrid keyword search, hosted managed retrieval services, embedding model providers, rerankers that improve result ordering, tools for parsing PDFs and scanned documents, web crawlers for extracting clean text, ingestion pipelines that keep an index in sync with source data, tools for retrieval over graphs of entities and relationships, multimodal retrieval across images and video, query optimization techniques, evaluation frameworks, fixed benchmarks for comparing systems, and tools for observability, security, and governance of a live RAG system. Every entry links back to its original source, such as a repository, documentation site, model card, or research paper, and each is labeled as open source, open weights, open core, or fully commercial. The catalog is also published as machine readable JSON and CSV files and is reviewed monthly, with a dedicated section listing tools that have been discontinued. The project is released under the CC0 license, meaning it sits in the public domain, and it accepts pull requests from contributors who want to add or correct entries.

prompts (copy fr)

prompt 1
Help me choose a vector database from this list for a self-hosted RAG application.
prompt 2
Compare the reranker tools in this list for improving retrieval result ordering.
prompt 3
Show me how to use the data/tools.json file from this repository to filter tools by category.
prompt 4
Which evaluation frameworks in this list would help me measure RAG answer grounding?

Frequently asked questions

what is rag-retrieval-tools fr?

A curated, monthly-reviewed directory of over 200 tools covering every layer of a RAG stack: vector databases, embeddings, rerankers, parsing, and evaluation.

What language is rag-retrieval-tools written in?

Mainly Python. The stack also includes Markdown, JSON, CSV.

What license does rag-retrieval-tools use?

Public domain dedication, use the list content for any purpose without restriction.

How hard is rag-retrieval-tools to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is rag-retrieval-tools for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.