Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A blazing fast inference solution for text embeddings models
| Date | Stars |
|---|---|
| 2026-07-31 | 4967 |
| 2026-08-02 | 4968 |
| 2026-08-03 | 4969 |
| 2026-08-04 | 4971 |
| 2026-08-05 | 4977 |
| 2026-08-06 | 4978 |
| 2026-08-07 | 4980 |
| 2026-08-08 | 4983 |
| 2026-08-09 | 4988 |
| 2026-08-11 | 4990 |
| 2026-08-12 | 4992 |
| 2026-08-13 | 4995 |
| 2026-08-14 | 4998 |
| 2026-08-15 | 5001 |
| 2026-08-16 | 5004 |
| 2026-08-17 | 5005 |
| 2026-08-18 | 5009 |
| 2026-08-19 | 5015 |
| 2026-08-20 | 5018 |
| 2026-08-21 | 5019 |
| 2026-08-22 | 5021 |
| 2026-08-23 | 5023 |
| 2026-08-24 | 5025 |
| 2026-08-25 | 5026 |
| 2026-08-26 | 5027 |
| 2026-08-27 | 5029 |
| 2026-08-28 | 5028 |
| 2026-08-31 | 5032 |
| 2026-09-01 | 5035 |
| 2026-09-02 | 5036 |
| 2026-09-03 | 5038 |
| 2026-09-04 | 5040 |
| 2026-09-06 | 5041 |
| 2026-09-07 | 5043 |
| 2026-09-08 | 5043 |
| 2026-09-09 | 5044 |
| 2026-09-10 | 5045 |
| 2026-09-11 | 5046 |
| 2026-09-12 | 5048 |
| 2026-09-13 | 5049 |
| 2026-09-14 | 5048 |
| 2026-09-15 | 5048 |
| 2026-09-16 | 5051 |
| 2026-09-18 | 5056 |
| 2026-09-19 | 5055 |
| 2026-09-20 | 5056 |
Today
+1 stars today
This week
+7 stars this week
This month
+37 stars this month
Momentum
71.0
growth rate 0.14%/day
<div align="center">
# Text Embeddings Inference
<a href="https://github.com/huggingface/text-embeddings-inference">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/huggingface/text-embeddings-inference?style=social">
</a>
<a href="https://huggingface.github.io/text-embeddings-inference">
<img alt="Swagger API documentation" src="https://img.shields.io/badge/API-Swagger-informational">
</a>
A blazing fast inference solution for text embeddings models.
Benchmark for [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) on an NVIDIA A10 with a sequence
length of 512 tokens:
<p>
<img src="assets/bs1-lat.png" width="400" />
<img src="assets/bs1-tp.png" width="400" />
</p>
<p>
<img src="assets/bs32-lat.png" width="400" />
<img src="assets/bs32-tp.png" width="400" />
</p>
</div>
## Table of contents
- [Get Started](#get-started)
- [Supported Models](#supported-models)
- [Docker](#docker)
- [Docker Images](#docker-images)
- [API Documentation](#api-documentation)
- [Using a private or gated model](#using-a-private-or-gated-model)
- [Air gapped deployment](#air-gapped-deployment)
- [Using Re-rankers models](#using-re-rankers-models)
- [Using Sequence Classification models](#using-sequence-classification-models)
- [Using SPLADE pooling](#using-splade-pooling)
- [Distributed Tracing](#distributed-tracing)
- [gRPC](#grpc)
- [Local Install](#local-install)
- [Apple Silicon (Homebrew)](#apple-silicon-homebrew)
- [Docker Build](#docker-build)
- [ARM64 / aarch64](#arm64--aarch64)
- [AMD Instinct GPUs (ROCm)](#amd-instinct-gpus-rocm)
- [Examples](#examples)
Text Embeddings Inference (TEI) is a toolkit for deploying and serving open source text embeddings and sequence
classification models. TEI enables high-performance extraction for the most popular models, including FlagEmbedding,
Ember, GTE and E5. TEI implements many features such as:
* No model graph compilation step
* Metal support for local execution on Macs
* Small docker images and fast boot times. Get ready for true serverless!
* Token based dynamic batching
* Optimized transformers code for inference using [Flash Attention](https://github.com/HazyResearch/flash-attention),
[Candle](https://github.com/huggingface/candle)
and [cuBLASLt](https://docs.nvidia.com/cuda/cublas/#using-the-cublaslt-api)
* [Safetensors](https://github.com/huggingface/safetensors) weight loading
* [ONNX](https://github.com/onnx/onnx) weight loading
* Production ready (distributed tracing with Open Telemetry, Prometheus metrics)
## Get Started
### Supported Models
#### Text Embeddings
Text Embeddings Inference currently supports Nomic, BERT, CamemBERT, XLM-RoBERTa models with absolute positions, JinaBERT
model with Alibi positions and Mistral, Alibaba GTE, Qwen2 models with Rope positions, MPNet, ModernBERT, Qwen3, and Gemma3.
Below are some examples of the currently supported models:
| MTEB Rank | Model Size | Model Type | Model ID |
|-----------|------------------------|----------------|--------------------------------------------------------------------------------------------------|
| 2 | 7.57B (Very Expensive) | Qwen3 | [Qwen/Qwen3-Embedding-8B](https://hf.co/Qwen/Qwen3-Embedding-8B) |
| 3 | 4.02B (Very Expensive) | Qwen3 | [Qwen/Qwen3-Embedding-4B](https://hf.co/Qwen/Qwen3-Embedding-4B) |
| 4 | 509M | Qwen3 | [Qwen/Qwen3-Embedding-0.6B](https://hf.co/Qwen/Qwen3-Embedding-0.6B) |
| 6 | 7.61B (Very Expensive) | Qwen2 | [Alibaba-NLP/gte-Qwen2-7B-instruct](https://hf.co/Alibaba-NLP/gte-Qwen2-7B-instruct) |
| 7 | 560M | XLM-RoBERTa | [intfloat/multilingual-e5-large-instructExcerpt of 28,564 characters
Read on GitHub@apple · France
133
Alvaro Bartolome · @huggingface · Spain
63
Nicolas Patry · @huggingface
31
kaixuanliu · intel · China
22
Hyeongchan Kim · South Korea
22
Michael Feil · @basetenlabs · United States
10
Vinay R Damodaran · @cisco · United States
7
Adrien · @huggingface · France
5
Maria Khalusova · Unstructured.io · Canada
4
Guillaume LEGENDRE
3
3
HuggingFace · Belgium
2
Salman Chishti · GitHub, ex-Microsoft · United Kingdom
2
BADAOUI Abdennacer · HuggingFace · France
2
drbh · drbh
2
2
2
Pauline Bailly-Masson
1
1
Tai An
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:df7e1a74ca9ae81c, topic:embeddings, name:text embeddings, desc:text embeddings
matched fp:df7e1a74ca9ae81c, topic:llm