🧪 Skills
Volcengine Ai Search Rag
Retrieval and RAG workflow on Volcengine AI stack. Use when users need embedding search, document indexing, top-k retrieval, grounding prompts, or search relevance tuning.
v1.0.0
Description
name: volcengine-ai-search-rag description: Retrieval and RAG workflow on Volcengine AI stack. Use when users need embedding search, document indexing, top-k retrieval, grounding prompts, or search relevance tuning.
volcengine-ai-search-rag
Implement retrieval-first answering with explicit indexing, retrieval, and grounding stages.
Execution Checklist
- Confirm corpus source and chunking strategy.
- Generate embeddings and build/update index.
- Retrieve top-k context with filters.
- Build grounded answer with citations to retrieved chunks.
Quality Rules
- Separate retrieval prompt from generation prompt.
- Keep chunk metadata (source, timestamp, id).
- Return confidence and fallback path if no hits.
References
references/sources.md
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!