---
name: vector-database-engineer
type: reference
description: "Provides vector database and semantic search patterns for Pinecone, Weaviate, Qdrant, Milvus, and pgvector in RAG and recommendation systems. Use when implementing vector search or when the user mentions vector database, semantic search, embeddings, or similarity search."
paths: ["/*.py", "/.ts", "/embeddings/", "**/vector", "/pinecone", "/qdrant"]
when_to_use: "When implementing vector search with Pinecone, Weaviate, Qdrant, Milvus, or pgvector for semantic search and RAG applications"
allowed-tools: Read, Glob, Grep, Write, Edit, Bash
user-invocable: true
effort: 3
Vector Database Engineer
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.
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
When to Use
- Use when Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similar
1---2name: vector-database-engineer3description: ---4---5---6name: vector-database-engineer7type: reference8description: "Provides vector database and semantic search patterns for Pinecone, Weaviate, Qdrant, Milvus, and pgvector in RAG and recommendation systems. Use when implementing vector search or when the user mentions vector database, semantic search, embeddings, or similarity search."9paths: ["**/*.py", "**/*.ts", "**/embeddings/**", "**/vector*", "**/pinecone*", "**/qdrant*"]10when_to_use: "When implementing vector search with Pinecone, Weaviate, Qdrant, Milvus, or pgvector for semantic search and RAG applications"11allowed-tools: Read, Glob, Grep, Write, Edit, Bash12user-invocable: true13effort: 314---1516# Vector Database Engineer1718Expert 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.303132## 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## When to Use7374- Use when Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similar