FastEmbed

Lightweight ONNX-based Python library for generating text and image embeddings without PyTorch.

Open SourceSelf HostedOffline Capable
0.0 (0)

About

Embedding generation without the PyTorch baggage is the pitch behind FastEmbed, Qdrant's Python library that runs quantized transformer models through ONNX Runtime instead of a full deep learning stack. It covers dense text embeddings such as BAAI/bge-small-en-v1.5, sparse SPLADE++ vectors, ColBERT late interaction models, image embeddings, ColPali multimodal retrieval, and cross-encoder rerankers behind one consistent API. Because inference is CPU-first with a small dependency footprint, it suits serverless runtimes like AWS Lambda where installing PyTorch is impractical, and built-in data parallelism helps when encoding large datasets. Installation is pip install fastembed, with an optional fastembed-gpu package adding CUDA 12.x acceleration. The library integrates tightly with the Qdrant vector database client, which can call it automatically when upserting documents. Code is Apache-2.0 licensed, and the project, at around 3,100 GitHub stars, is the recommended embedding path for Qdrant users.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Easy (2/5)
License
Apache-2.0
Added
Jul 29, 2026

Related Tools

Fast embedding inference server supporting many embedding models.

Open SourceSelf HostedOffline
Easy
0.0 (0)
Featured

Open-source vector similarity search extension for PostgreSQL.

Open SourceSelf HostedOffline
Easy
0.0 (0)

All-in-one embeddings database for semantic search, LLM orchestration, and language model workflows.

Open SourceSelf HostedOffline
Easy
0.0 (0)

Library for representing and sending multimodal data by Jina AI.

Open SourceSelf HostedOffline
Easy
0.0 (0)

Python client library for Qdrant vector database.

Open SourceSelf HostedOffline
Beginner
0.0 (0)
Featured

Efficient similarity search library by Meta for dense vector clustering and retrieval.

Open SourceSelf HostedOffline
Intermediate
0.0 (0)
Browse all Vector Databases & Embeddings tools