Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

rag-skills

rag-skills에는 Goodnight77에서 수집한 skills 39개가 있으며, 저장소 수준 직업 범위와 사이트 내 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