Fix all-minilm-l6-v2-with-attentions description
#2
by
jmzzomg
- opened
README.md
CHANGED
@@ -12,6 +12,9 @@ This model is intended to be used for [BM42 searches](https://qdrant.tech/articl
|
|
12 |
|
13 |
Here's an example of performing inference using the model with [FastEmbed](https://github.com/qdrant/fastembed).
|
14 |
|
|
|
|
|
|
|
15 |
```py
|
16 |
from fastembed import SparseTextEmbedding
|
17 |
|
|
|
12 |
|
13 |
Here's an example of performing inference using the model with [FastEmbed](https://github.com/qdrant/fastembed).
|
14 |
|
15 |
+
> Note:
|
16 |
+
This model is supposed to be used with Qdrant. Vectors have to be configured with [Modifier.IDF](https://qdrant.tech/documentation/concepts/indexing/?q=modifier#idf-modifier).
|
17 |
+
|
18 |
```py
|
19 |
from fastembed import SparseTextEmbedding
|
20 |
|