omniroute-embeddings
CommunityGet embeddings with automatic provider fallback.
Data & Analytics#semantic search#embeddings#rag#openai-compatible#provider fallback#vector similarity
Authordiegosouzapw
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It solves the problem of generating high-quality vector embeddings reliably when a specific embedding provider model is slow, rate-limited, or unavailable.
Core Features & Use Cases
- Embeddings via OmniRoute: Creates embeddings using the
/v1/embeddingsinterface compatible with OpenAI-style requests. - Auto-fallback across providers: Routes the embedding request across multiple embedding providers to keep responses flowing.
- RAG and similarity search ready: Produces vectors suitable for retrieval-augmented generation, semantic search, clustering, and other similarity workflows.
Use it when you need embeddings for a RAG pipeline and want resilience by automatically switching between models such as text-embedding-3-large, Voyage, Cohere, Gemini, or Jina.
Quick Start
Send a POST request to $OMNIROUTE_URL/v1/embeddings with Authorization: Bearer $OMNIROUTE_KEY and a JSON body specifying model, input, and encoding_format.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: omniroute-embeddings Download link: https://github.com/diegosouzapw/OmniRoute/archive/main.zip#omniroute-embeddings Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.