Vector Store Stinger

Designs, reviews, and heals vector and embedding storage - schema/column design, index selection (HNSW vs IVFFlat, distance operators), hybrid lexical+vector search, migrations, dataset versioning. Neon plus pgvector plus Drizzle is the primary option for this stack; Deep Lake and Qdrant / managed services remain documented alternatives with a selection matrix. Use when the user says \\\"design this vector table\\\", \\\"which index should this use\\\", \\\"pgvector or Deep Lake or Qdrant\\\", \\\"is this HNSW config right\\\", \\\"wire pgvector into this Drizzle schema\\\", \\\"we need a new embedding column\\\", \\\"how do we heal a missing column\\\", \\\"vector or hybrid search here\\\", or when `vector-store-worker-bee` is invoked. Do NOT use for PRD authoring (library-worker-bee), TypeScript data-access consumption (typescript-node-worker-bee), security audits (security-worker-bee), or recall / embedding retrieval pipelines (retrieval-worker-bee, embeddings-runtime-worker-bee).

legioncodeinc 96c8ae5 50 files · 171.0 KB Updated

File contents

legioncodeinc/that-git-life/tree/main/src/skills/vector-store-stinger commit 96c8ae56e8

Frequently asked questions

npx skillmds@latest add legioncodeinc/vector-store-stinger