* docs: update README.md and index.md with example link for Retrieval Embedding Generation

This commit is contained in:
NirantK
2023-08-24 20:29:55 +05:30
parent 42b50200c3
commit a9c7378b67
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
FastEmbed is an easy to use -- lightweight, fast, Python library built for retrieval embedding generation.
The default embedding supports "query" and "passage" prefixes for the input text. The default model is Flag Embedding, which is top of the [MTEB](https://huggingface.co/spaces/mteb/leaderboard) leaderboard.
The default embedding supports "query" and "passage" prefixes for the input text. The default model is Flag Embedding, which is top of the [MTEB](https://huggingface.co/spaces/mteb/leaderboard) leaderboard. Here is an example for [Retrieval Embedding Generation](https://qdrant.github.io/fastembed/examples/Retrieval%20with%20FastEmbed/)
1. Light
- Quantized model weights

View File

@@ -2,8 +2,7 @@
FastEmbed is an easy to use -- lightweight, fast, Python library built for retrieval embedding generation. The default embedding supports "query" and "passage" prefixes for the input text.
The default model is Flag Embedding, which is top of the [MTEB](https://huggingface.co/spaces/mteb/leaderboard) leaderboard.
The default model is Flag Embedding, which is top of the [MTEB](https://huggingface.co/spaces/mteb/leaderboard) leaderboard. Here is an example for [Retrieval Embedding Generation](https://qdrant.github.io/fastembed/examples/Retrieval%20with%20FastEmbed/)
## 🚀 Installation
To install the FastEmbed library, pip works: