Vector Database Engineer
Selective Reading Rule
Start with:
references/senior-master-standard.md
references/usage-routing.md
references/quality-checklist.md
Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.
Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similarity search. Use PROACTIVELY for vector search implementation, embedding optimization, or semantic retrieval systems.
Do not use this skill when
- The task is unrelated to vector database engineer
- You need a different domain or tool outside this scope
Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open
resources/implementation-playbook.md.
Capabilities
- Vector database selection and architecture
- Embedding model selection and optimization
- Index configuration (HNSW, IVF, PQ)
- Hybrid search (vector + keyword) implementation
- Chunking strategies for documents
- Metadata filtering and pre/post-filtering
- Performance tuning and scaling
Use this skill when
- Building RAG (Retrieval Augmented Generation) systems
- Implementing semantic search over documents
- Creating recommendation engines
- Building image/audio similarity search
- Optimizing vector search latency and recall
- Scaling vector operations to millions of vectors
Workflow
- Analyze data characteristics and query patterns
- Select appropriate embedding model
- Design chunking and preprocessing pipeline
- Choose vector database and index type
- Configure metadata schema for filtering
- Implement hybrid search if needed
- Optimize for latency/recall tradeoffs
- Set up monitoring and reindexing strategies
Best Practices
- Choose embedding dimensions based on use case (384-1536)
- Implement proper chunking with overlap
- Use metadata filtering to reduce search space
- Monitor embedding drift over time
- Plan for index rebuilding
- Cache frequent queries
- Test recall vs latency tradeoffs
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
1---2name: vector-database-engineer3description: ALWAYS use this when the request matches Vector Database Engineer: Expert in vector databases, embedding strategies, and semantic search implementation.4---56# Vector Database Engineer78## Selective Reading Rule910Start with:1112- `references/senior-master-standard.md`13- `references/usage-routing.md`14- `references/quality-checklist.md`1516Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.1718Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similarity search. Use PROACTIVELY for vector search implementation, embedding optimization, or semantic retrieval systems.1920## Do not use this skill when2122- The task is unrelated to vector database engineer23- You need a different domain or tool outside this scope2425## Instructions2627- Clarify goals, constraints, and required inputs.28- Apply relevant best practices and validate outcomes.29- Provide actionable steps and verification.30- If detailed examples are required, open `resources/implementation-playbook.md`.3132## Capabilities3334- Vector database selection and architecture35- Embedding model selection and optimization36- Index configuration (HNSW, IVF, PQ)37- Hybrid search (vector + keyword) implementation38- Chunking strategies for documents39- Metadata filtering and pre/post-filtering40- Performance tuning and scaling4142## Use this skill when4344- Building RAG (Retrieval Augmented Generation) systems45- Implementing semantic search over documents46- Creating recommendation engines47- Building image/audio similarity search48- Optimizing vector search latency and recall49- Scaling vector operations to millions of vectors5051## Workflow52531. Analyze data characteristics and query patterns542. Select appropriate embedding model553. Design chunking and preprocessing pipeline564. Choose vector database and index type575. Configure metadata schema for filtering586. Implement hybrid search if needed597. Optimize for latency/recall tradeoffs608. Set up monitoring and reindexing strategies6162## Best Practices6364- Choose embedding dimensions based on use case (384-1536)65- Implement proper chunking with overlap66- Use metadata filtering to reduce search space67- Monitor embedding drift over time68- Plan for index rebuilding69- Cache frequent queries70- Test recall vs latency tradeoffs7172## Limitations73- Use this skill only when the task clearly matches the scope described above.74- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.75- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.