rag-optimization
CommunityTune retrieval to deliver precise answers.
Authorrayvoidx
Version1.0.0
Installs0
System Documentation
What problem does it solve?
RAG pipelines can be brittle; this Skill helps adjust search weighting, reranking, query expansion, and cache strategies to improve relevance and reduce latency.
Core Features & Use Cases
- Search optimization: balance vector/keyword/graph weights.
- Re-ranking: adjust Cross-Encoder thresholds; Top-K results.
- Query expansion: Multi-query expansion counts; variation quality.
- Caching: assess semantic cache hit rates and invalidate when needed.
Quick Start
Tune the retrieval weights (set vector_weight=0.6, keyword_weight=0.4), enable query expansion (count=5), then run a sample RAG query to compare results.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: rag-optimization Download link: https://github.com/rayvoidx/creator-onboarding-agent/archive/main.zip#rag-optimization Please download this .zip file, extract it, and install it in the .claude/skills/ directory.