| name | vector-database-tuner |
| description | Manage and optimize vector databases for AI memory (Pinecone, Weaviate). |
Vector Database Tuner
This skill handles the 'Long-term Memory' of AI systems by managing high-dimensional vector embeddings.
Instructions
- Select the right indexing algorithm (HNSW, IVFFlat) for the use case.
- Manage metadata filtering for faster and more relevant searches.
- Implement efficient batch upsert and deletion strategies.
- Monitor search latency and recall accuracy.
- Handle multi-tenancy and data isolation in vector stores.
Examples
- "Set up a Pinecone index for a semantic search feature."
- "Optimize my Weaviate schema for faster metadata filtering."