Vector Database Skill Provides comprehensive vector database capabilities for the Golden Armada AI Agent Fleet Platform. When to Use This Skill Activate this skill when working with: - Semantic search implementation - RAG (Retrieval Augmented Generation) - Embedding storage and retrieval - Similarity search - Vector index management Embedding Generation \ \ \ Pinecone \ \ \ Chroma \ \ \ pgvector (PostgreSQL) \ \ \ Python with pgvector \ \ \ RAG Implementation \ \ \ Best Practices 1. Choose appropriate index type (HNSW for recall, IVFFlat for scale) 2. Chunk documents appropriately (typically…