Merge pull request #7 from Rishav-hub/patch-1

Updated the hyperlink for "Retrieval with FastEmbed"
This commit is contained in:
Nirant
2023-09-07 15:14:01 +05:30
committed by GitHub

View File

@@ -4,7 +4,7 @@ FastEmbed is an easy to use -- lightweight, fast, Python library built for retri
The default embedding supports "query" and "passage" prefixes for the input text. The default model is [Flag Embedding](https://github.com/FlagOpen/FlagEmbedding), which is top of the [MTEB](https://huggingface.co/spaces/mteb/leaderboard) leaderboard.
Advanced user? Skip ahead to [Retrieval with FastEmbed](https://qdrant.github.io/fastembed/examples/Retrieval%20with%20FastEmbed/)
Advanced user? Skip ahead to [Retrieval with FastEmbed](https://qdrant.github.io/fastembed/examples/Retrieval_with_FastEmbed/)
To install the FastEmbed library, pip works:
@@ -42,4 +42,4 @@ It's important we justify the "fast" in FastEmbed. FastEmbed is fast because:
### Why accurate?
1. Better than OpenAI Ada-002
2. Top of the Embedding leaderboards e.g. [MTEB](https://huggingface.co/spaces/mteb/leaderboard)
2. Top of the Embedding leaderboards e.g. [MTEB](https://huggingface.co/spaces/mteb/leaderboard)