skill-vector-rag-tool
SKILL.md
When to use
- Index codebases or documents for semantic search
- Query vector stores for relevant code/document chunks
- Manage vector stores (create, delete, list)
- Set up local RAG with Ollama embeddings
vector-rag-tool Skill
Purpose
CLI for local RAG (Retrieval-Augmented Generation) with Ollama embeddings and FAISS vector search. Index codebases and documents into vector stores for semantic search.
When to Use
Use this skill when: