Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

rag-skills

يحتوي rag-skills على 39 من skills المجمعة من Goodnight77، مع تغطية مهنية على مستوى المستودع وصفحات 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
rag-skills Agent Skills على GitHub | SkillsMP