Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

rag-skills

rag-skills 收录了来自 Goodnight77 的 39 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
39
Stars
6
更新
2026-07-10
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

rag-skills
软件开发工程师

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
软件开发工程师

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

2026-05-10
semantic-chunking
软件开发工程师

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

2026-05-10
chunking
软件开发工程师

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

2026-05-10
sliding-window-chunking
软件开发工程师

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

2026-05-10
optimize-retrieval-latency
软件开发工程师

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

2026-05-10
performance-optimization
软件开发工程师

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

2026-05-10
adaptive-retrieval
软件开发工程师

Dynamically select retrieval strategies based on query type and characteristics.

2026-05-10
crag-corrective-rag
软件开发工程师

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

2026-05-10
explainable-retrieval
软件开发工程师

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

2026-05-10
graph-rag
软件开发工程师

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

2026-05-10
hybrid-search-bm25-dense
软件开发工程师

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

2026-05-10
hype-hypothetical-prompt-embeddings
软件开发工程师

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

2026-05-10
multi-pass-retrieval-with-reranking
软件开发工程师

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

2026-05-10
raptor-hierarchical-retrieval
软件开发工程师

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

2026-05-10
self-rag
软件开发工程师

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

2026-05-10
retrieval-strategies
数据科学家

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
软件开发工程师

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

2026-05-10
vector-databases
软件开发工程师

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

2026-05-10
choosing-a-chunking-framework
软件开发工程师

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

2026-05-10
index-versioning-and-reindexing
软件开发工程师

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

2026-05-10
production-rag-deployment
软件开发工程师

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

2026-05-10
deployment
软件开发工程师

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

2026-05-10
generation-evaluation-metrics
软件开发工程师

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

2026-05-10
rag-evaluation-frameworks
软件开发工程师

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

2026-05-10
retrieval-evaluation-metrics
软件开发工程师

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

2026-05-10
evaluation-metrics
软件开发工程师

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

2026-05-10
agentic-rag-routing
软件开发工程师

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

2026-05-10
multi-agent-rag-orchestration
软件开发工程师

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

2026-05-10
rag-agents
软件开发工程师

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

2026-05-10
contextual-chunk-headers
软件开发工程师

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

2026-04-11
rag-for-code-documentation
软件开发工程师

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

2026-04-11
rag-for-multimodal-content
软件开发工程师

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

2026-04-11
data-type-handling
软件开发工程师

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

2026-04-11
context-enrichment-window
数据科学家

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

2026-04-11
hyde-hypothetical-document-embeddings
数据科学家

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

2026-04-11
query-transformation-strategies
软件开发工程师

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

2026-04-11
qdrant-for-production-rag
网络与计算机系统管理员

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

2026-04-11
qdrant-setup-rag
软件开发工程师

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

2026-04-11