mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 11:20:51 -05:00
Add Accurate and Fast
This commit is contained in:
11
README.md
11
README.md
@@ -1,6 +1,15 @@
|
||||
# FastEmbed Library
|
||||
|
||||
FastEmbed is a Python library that provides convenient methods for indexing and searching text documents
|
||||
FastEmbed optimises for being Accurate and Fast:
|
||||
|
||||
1. Accuracy/Recall
|
||||
- Better than OpenAI Ada-002
|
||||
- Top of the leaderboard from [MTEB](https://huggingface.co/spaces/mteb/leaderboard)
|
||||
|
||||
2. Fast
|
||||
- About 2x faster than Huggingface (PyTorch) transformers on single queries
|
||||
- Lot faster for batches!
|
||||
- ONNX Runtime allows you to use dedicated runtimes for even higher throughput and lower latency
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user