Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

rag-skills

rag-skills enthält 39 gesammelte Skills von Goodnight77, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
39
Stars
6
aktualisiert
2026-07-10
Forks
0
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

rag-skills
Softwareentwickler

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
Softwareentwickler

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

2026-05-10
semantic-chunking
Softwareentwickler

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

2026-05-10
chunking
Softwareentwickler

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

2026-05-10
sliding-window-chunking
Softwareentwickler

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

2026-05-10
optimize-retrieval-latency
Softwareentwickler

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

2026-05-10
performance-optimization
Softwareentwickler

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

2026-05-10
adaptive-retrieval
Softwareentwickler

Dynamically select retrieval strategies based on query type and characteristics.

2026-05-10
crag-corrective-rag
Softwareentwickler

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

2026-05-10
explainable-retrieval
Softwareentwickler

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

2026-05-10
graph-rag
Softwareentwickler

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

2026-05-10
hybrid-search-bm25-dense
Softwareentwickler

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

2026-05-10
hype-hypothetical-prompt-embeddings
Softwareentwickler

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

2026-05-10
multi-pass-retrieval-with-reranking
Softwareentwickler

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

2026-05-10
raptor-hierarchical-retrieval
Softwareentwickler

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

2026-05-10
self-rag
Softwareentwickler

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

2026-05-10
retrieval-strategies
Datenwissenschaftler

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
Softwareentwickler

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

2026-05-10
vector-databases
Softwareentwickler

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

2026-05-10
choosing-a-chunking-framework
Softwareentwickler

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

2026-05-10
index-versioning-and-reindexing
Softwareentwickler

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

2026-05-10
production-rag-deployment
Softwareentwickler

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

2026-05-10
deployment
Softwareentwickler

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

2026-05-10
generation-evaluation-metrics
Softwareentwickler

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

2026-05-10
rag-evaluation-frameworks
Softwareentwickler

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

2026-05-10
retrieval-evaluation-metrics
Softwareentwickler

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

2026-05-10
evaluation-metrics
Softwareentwickler

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

2026-05-10
agentic-rag-routing
Softwareentwickler

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

2026-05-10
multi-agent-rag-orchestration
Softwareentwickler

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

2026-05-10
rag-agents
Softwareentwickler

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

2026-05-10
contextual-chunk-headers
Softwareentwickler

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

2026-04-11
rag-for-code-documentation
Softwareentwickler

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

2026-04-11
rag-for-multimodal-content
Softwareentwickler

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

2026-04-11
data-type-handling
Softwareentwickler

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

2026-04-11
context-enrichment-window
Datenwissenschaftler

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

2026-04-11
hyde-hypothetical-document-embeddings
Datenwissenschaftler

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

2026-04-11
query-transformation-strategies
Softwareentwickler

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

2026-04-11
qdrant-for-production-rag
Netzwerk- und Computersystemadministratoren

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

2026-04-11
qdrant-setup-rag
Softwareentwickler

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

2026-04-11