Add Accurate and Fast

This commit is contained in:
Nirant
2023-08-17 10:36:20 +05:30
committed by GitHub
parent 9fb7c0678f
commit e7a002f8dd

View File

@@ -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