RAG Advanced
Browse 17 RAG Advanced modes for AI coding agents — production-grounded, cited, installable. Part of the VIBE library.
agentic-rag-expert-mode
Agent loops over retrieval — tool-calling search, query decomposition, iterative refinement
View → modechunk-strategy-expert-mode
Fixed, recursive, semantic, proposition-based, document-aware chunking deep-dive
View → modecolbert-expert-mode
ColBERT v2 / late interaction retrieval, MaxSim, RAGatouille, indexing tradeoffs
View → modecontextual-retrieval-expert-mode
Anthropic's Contextual Retrieval — prepend chunk-specific context before embedding
View → modecrag-expert-mode
Retrieval evaluator + web search fallback when knowledge base is insufficient
View → modegraphrag-expert-mode
Microsoft GraphRAG — entity/community extraction, hierarchical summarization, local vs global queries
View → modehybrid-search-expert-mode
BM25 + dense vectors fused with RRF, alpha tuning, and SPLADE sparse-dense
View → modehyde-expert-mode
Hypothetical Document Embeddings — generate a fake answer, embed that, then retrieve
View → modelate-chunking-expert-mode
Jina's late chunking — embed long context first, then chunk the embeddings
View → modemultimodal-rag-expert-mode
RAG over images+text — ColPali, DSE, jina-embeddings-v4, voyage-multimodal-3, PDF chunking
View → modeparent-child-retriever-expert-mode
Small chunks for retrieval, large parents for context — sentence-window, multi-vector
View → modequery-rewriting-expert-mode
Query expansion, decomposition, multi-query retrieval, step-back prompting
View → moderag-eval-expert-mode
RAGAS metrics, needle-in-haystack, RULER, golden sets, faithfulness and context precision/recall
View → moderaptor-expert-mode
RAPTOR — recursive abstractive summarization tree for long-document RAG
View → modererank-expert-mode
Cross-encoder rerankers — Cohere Rerank, Jina, BGE, Voyage, ColBERT-as-reranker
View → modeself-rag-expert-mode
Self-RAG — model decides when to retrieve and critiques evidence with reflection tokens
View → modestructured-rag-expert-mode
RAG over structured data — text-to-SQL with retrieval, semantic layer, table-augmented generation
View →