HomeBrowseUpload
← Back to registry
// Skill profile

volcengine-ai-search-rag

name: volcengine-ai-search-rag

by cinience · published 2026-03-22

数据处理自动化任务加密货币
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:cinience/cinience-volcengine-ai-search-rag
View on GitHub
// Full documentation

---

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

1. Confirm corpus source and chunking strategy.

2. Generate embeddings and build/update index.

3. Retrieve top-k context with filters.

4. 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`
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band