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

Ir a la instalación

Datos de origen

Repositorio
legioncodeinc/vibe-coding-tools
Última actividad en el origen
14 de agosto de 2026 a las 22:22
Idioma detectado de SKILL.md
inglés
Estrellas
78
Forks
35

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.