Skip to main content

embeddings-runtime-stinger

Embedding model selection and runtime. Covers choosing and calling a hosted provider (OpenAI text-embedding-3, Cohere embed-v3/v4, Voyage AI) or running a self-hosted local model (transformers.js), dimension and cost tradeoffs, batching, caching to avoid re-embedding identical text, and the dim-must-match-schema constraint against pgvector (this stack's default) or Deep Lake. The local-daemon material (nomic-embed-text-v1.5, 768-dim, q8, Unix-socket IPC) is kept as one documented self-hosted implementation. Use when the user says \\\"which embedding model should I use\\\", \\\"OpenAI vs Cohere vs Voyage\\\", \\\"should I turn embeddings on\\\", \\\"swap the embedding model\\\", \\\"cache embeddings\\\", \\\"batch embedding calls\\\", \\\"the embed daemon is stuck\\\", \\\"change the embedding dimension\\\", or \\\"local vs hosted embeddings\\\". Do NOT use for the vector column/index/schema mechanics themselves (vector-store-stinger), API key security (security-worker-bee), or PRD authorship (library-worker-b

Aller à l'installation

Informations de source

Dépôt
legioncodeinc/vibe-coding-tools
Dernière activité de la source
14 août 2026 à 22:22
Langue détectée de SKILL.md
anglais
Étoiles
78
Forks
35

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.