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.
$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namevolcengine-ai-search-rag
descriptionRetrieval 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