rag-pipeline topic

List rag-pipeline repositories

RAG-Boilerplate

21
Stars
4
Forks
21
Watchers

RAG boilerplate with semantic/propositional chunking, hybrid search (BM25 + dense), LLM reranking, query enhancement agents, CrewAI orchestration, Qdrant vector search, Redis/Mongo sessioning, Celery...

RagView

71
Stars
6
Forks
71
Watchers

We believe that every SOTA result is only valid on its own dataset. RAGView provides a unified evaluation platform to benchmark different RAG methods on your specific data.

agentic-rag-for-dummies

1.2k
Stars
138
Forks
1.2k
Watchers

A minimal Agentic RAG built with LangGraph — learn Retrieval-Augmented Generation Agents in minutes.

Multi-Agent-AI-Travel-Advisor

16
Stars
2
Forks
16
Watchers

AI travel planner with 7 specialized agents, RAG, and tool-calling. Built with CrewAI & LangChain. Generates personalized itineraries with flights, hotels, activities, and cultural tips. Production-re...

rag-from-scratch

1.2k
Stars
120
Forks
1.2k
Watchers

Demystify RAG by building it from scratch. Local LLMs, no black boxes - real understanding of embeddings, vector search, retrieval, and context-augmented generation.

HiveMind

204
Stars
201
Forks
204
Watchers

HiveMind Protocol - A Local-First, Privacy-Preserving Architecture for Agentic RAG

rephole

16
Stars
1
Forks
16
Watchers

RAG-powered code search via simple REST API

MMU-RAG-competition

18
Stars
2
Forks
18
Watchers

The implementation of Test Time Diffusion paper by Google with some tweaks to run on 24gb gpu

Agent-Fusion

46
Stars
3
Forks
46
Watchers

Agent Fusion is a local RAG semantic search engine that gives AI agents instant access to your code, documentation (Markdown, Word, PDF). Query your codebase from code agents without hallucination...