#71 · Primary category: Inference & Local Deploy
text-embeddings-inference
A blazing fast inference solution for text embeddings models
Project last updated:07/24/26
GitHub Stars
5.0K
Forks
426
Contributors
64
License
Apache-2.0
Why we included this project
Deploying embedding models for retrieval or RAG workloads usually means wiring a transformer library into a web server and hoping it holds up under real traffic. Text Embeddings Inference (TEI) removes that step: it serves open models like FlagEmbedding, GTE, E5, and ModernBERT with token-based dynamic batching, so requests are processed efficiently without a hand-built serving layer. The project skips the model graph compilation step, keeps Docker images small, and boots quickly, which makes it workable for serverless setups and for local development on a Mac via Metal. It also covers rerankers and sequence classification models, and it exposes Prometheus metrics and OpenTelemetry tracing, so you can drop it into your monitoring stack before pointing production traffic at it.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.