rag-architect

Architect scalable RAG pipelines with chunking, embeddings, and hybrid retrieval.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/mnsgrosa/skills --skill rag-architect-mnsgrosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rag-architect
Source: https://github.com/mnsgrosa/skills/tree/main/skills/rag-architect
Command: npx skills add https://github.com/mnsgrosa/skills --skill rag-architect-mnsgrosa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Architect scalable RAG pipelines that reliably fetch relevant context for LLMs by coordinating chunking, embeddings, vector stores, and ranking.

Core Features & Use Cases

  • Chunk documents, generate embeddings, and configure hybrid retrieval pipelines.
  • Apply reranking and evaluation of retrieval quality for knowledge-grounded AI.
  • Use cases include building enterprise knowledge bases, QA assistants, and context-augmented search across large document stores.

Quick Start

Configure your data sources, chunk documents, generate embeddings, index them into a vector store, and connect a retrieval-augmented pipeline with reranking to answer questions.

Frequently Asked Questions about rag-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a retrieval-augmented generation pipeline for enterprise knowledge bases?

Build a RAG pipeline by chunking documents, generating embeddings, indexing them into a vector store, and configuring hybrid retrieval with reranking. This approach coordinates semantic search and context augmentation for reliable LLM grounding.

What is hybrid retrieval and when do I need reranking for semantic search?

Hybrid retrieval combines vector search with other matching methods to fetch relevant context. Reranking is needed to evaluate retrieval quality and ensure reliable ranking across large document stores.

Can I use multi-model embeddings with my existing vector store configuration?

Yes, the RAG architecture supports multi-model embedding choices and vector store configuration. It applies to enterprise data and knowledge bases requiring deterministic chunking and idempotent ingestion for scalable semantic search.

What's the best way to chunk documents for idempotent ingestion into a vector database?

The best way to chunk documents for idempotent ingestion is applying deterministic chunking strategies. This ensures consistent embedding generation and reliable indexing into vector databases for retrieval-augmented generation.

How do I evaluate retrieval quality metrics in a RAG system?

Evaluate retrieval quality metrics by applying reranking and measuring how effectively the vector store returns relevant context. This evaluation ensures reliable ranking for retrieval-augmented generation across knowledge bases.

Does this RAG architecture work for context-augmented search across large document stores?

Yes, this RAG architecture works for context-augmented search across large document stores. It scales by coordinating chunking, embeddings, vector stores, and ranking to reliably fetch relevant context for LLMs.