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

설치로 이동

소스 정보

저장소
legioncodeinc/vibe-coding-tools
최근 소스 활동
2026년 8월 14일 22:22
감지된 SKILL.md 언어
영어
스타
78
포크
35

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.