Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

rag-skills

rag-skills contient 39 skills collectées depuis Goodnight77, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
39
Stars
6
mis à jour
2026-07-10
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

rag-skills
Développeurs de logiciels

Use this skill when building, debugging, or improving Retrieval-Augmented Generation systems, including chunking, vector database selection, hybrid search, reranking, multimodal RAG, code documentation RAG, retrieval latency, and production RAG architecture.

2026-07-10
hierarchical-chunking
Développeurs de logiciels

Chunk nested documents into parent-child levels so retrieval can move from broad sections to fine-grained passages.

2026-05-10
semantic-chunking
Développeurs de logiciels

Use semantic boundaries and embedding similarity to chunk text for higher-relevance retrieval.

2026-05-10
chunking
Développeurs de logiciels

Route RAG chunking decisions across semantic, hierarchical, sliding-window, contextual-header, and framework-selection strategies.

2026-05-10
sliding-window-chunking
Développeurs de logiciels

Use overlapping windows to preserve context across chunk boundaries while controlling retrieval size.

2026-05-10
optimize-retrieval-latency
Développeurs de logiciels

Reduce retrieval latency with caching, batching, and index-level optimization.

2026-05-10
performance-optimization
Développeurs de logiciels

Route RAG performance work for latency, caching, indexing, filtering, batching, and query optimization.

2026-05-10
adaptive-retrieval
Développeurs de logiciels

Dynamically select retrieval strategies based on query type and characteristics.

2026-05-10
crag-corrective-rag
Développeurs de logiciels

Dynamically evaluate and correct retrieval quality using relevance scores and web search.

2026-05-10
explainable-retrieval
Développeurs de logiciels

Provide traceability, source attribution, and explainable results for RAG systems.

2026-05-10
graph-rag
Développeurs de logiciels

Use knowledge graphs to connect related information across documents for enhanced retrieval.

2026-05-10
hybrid-search-bm25-dense
Développeurs de logiciels

Combine BM25 and dense retrieval signals to improve search quality across keyword and semantic queries.

2026-05-10
hype-hypothetical-prompt-embeddings
Développeurs de logiciels

Precompute hypothetical questions during indexing to eliminate runtime query expansion overhead.

2026-05-10
multi-pass-retrieval-with-reranking
Développeurs de logiciels

Use a two-stage retrieval pipeline with reranking to balance recall, precision, and latency.

2026-05-10
raptor-hierarchical-retrieval
Développeurs de logiciels

Use hierarchical clustering and summarization to create multi-level document trees for improved retrieval.

2026-05-10
self-rag
Développeurs de logiciels

Use self-reflective loops to make dynamic retrieval decisions and assess response quality.

2026-05-10
retrieval-strategies
Scientifiques des données

Route RAG retrieval quality work across hybrid search, reranking, query transformation, HyDE, Self-RAG, RAPTOR, CRAG, and Graph RAG.

2026-05-10
choosing-vector-db-by-datatype
Développeurs de logiciels

Choose a vector database based on content type, metadata needs, and query patterns.

2026-05-10
vector-databases
Développeurs de logiciels

Route RAG vector database decisions across Qdrant setup, production operations, and datastore selection by data type.

2026-05-10
choosing-a-chunking-framework
Développeurs de logiciels

Select the right chunking framework based on document type, pipeline architecture, and retrieval goals.

2026-05-10
index-versioning-and-reindexing
Développeurs de logiciels

Version the vector index and reindex or migrate embeddings without downtime or quality regressions.

2026-05-10
production-rag-deployment
Développeurs de logiciels

Serve, scale, and safely roll out a RAG pipeline with health checks, caching, and canary releases.

2026-05-10
deployment
Développeurs de logiciels

Route production RAG rollout work across serving, scaling, index versioning, and safe reindexing.

2026-05-10
generation-evaluation-metrics
Développeurs de logiciels

Score RAG answers for faithfulness, answer relevancy, and correctness using LLM-as-judge methods.

2026-05-10
rag-evaluation-frameworks
Développeurs de logiciels

Choose and wire up a RAG evaluation framework and turn it into a CI regression gate.

2026-05-10
retrieval-evaluation-metrics
Développeurs de logiciels

Measure retrieval quality with recall, precision, MRR, nDCG, and context precision and recall.

2026-05-10
evaluation-metrics
Développeurs de logiciels

Route RAG evaluation work across retrieval metrics, generation quality, and end-to-end evaluation frameworks.

2026-05-10
agentic-rag-routing
Développeurs de logiciels

Route each query to the right retrieval strategy, data source, or tool with an LLM-driven router.

2026-05-10
multi-agent-rag-orchestration
Développeurs de logiciels

Coordinate planner and specialist agents to decompose, retrieve, and synthesize complex RAG answers.

2026-05-10
rag-agents
Développeurs de logiciels

Route agentic RAG work across query routing, tool-use retrieval, and multi-agent orchestration.

2026-05-10
contextual-chunk-headers
Développeurs de logiciels

Add higher-level context to chunks by prepending headers before embedding for better retrieval.

2026-04-11
rag-for-code-documentation
Développeurs de logiciels

Handle code-aware retrieval by preserving symbols, file structure, and API context.

2026-04-11
rag-for-multimodal-content
Développeurs de logiciels

Index and retrieve text, images, tables, and other modalities with shared document context.

2026-04-11
data-type-handling
Développeurs de logiciels

Route RAG handling for code documentation, APIs, images, tables, diagrams, and multimodal content.

2026-04-11
context-enrichment-window
Scientifiques des données

Add surrounding chunks to retrieved results to provide more coherent and complete context.

2026-04-11
hyde-hypothetical-document-embeddings
Scientifiques des données

Use LLM-generated hypothetical documents to bridge the query-document gap and improve retrieval relevance.

2026-04-11
query-transformation-strategies
Développeurs de logiciels

Use query rewriting, step-back prompting, and sub-query decomposition to improve retrieval quality and comprehensiveness.

2026-04-11
qdrant-for-production-rag
Administrateurs de réseaux et de systèmes informatiques

Run Qdrant reliably in production with scaling, backups, monitoring, and operational tuning.

2026-04-11
qdrant-setup-rag
Développeurs de logiciels

Set up Qdrant for RAG with collections, payload filtering, and batch ingestion.

2026-04-11