volcengine-ai-search-rag
v1.0.0Retrieval and RAG workflow on Volcengine AI stack. Use when users need embedding search, document indexing, top-k retrieval, grounding prompts, or search relevance tuning.
Installation
Please help me install the skill `volcengine-ai-search-rag` from SkillHub official store.
npx skills add cinience/volcengine-ai-search-rag
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