Commit
•
2594acd
1
Parent(s):
3942999
Add a note about modifier.idf (#2)
Browse files- Add a note about modifier.idf (37dc9e617af2f47e998c00de4a6b359fa8b5f7cb)
Co-authored-by: George <[email protected]>
README.md
CHANGED
@@ -9,6 +9,9 @@ ONNX port of [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sen
|
|
9 |
|
10 |
Here's an example of performing inference using the model with [FastEmbed](https://github.com/qdrant/fastembed).
|
11 |
|
|
|
|
|
|
|
12 |
```py
|
13 |
from fastembed import TextEmbedding
|
14 |
|
|
|
9 |
|
10 |
Here's an example of performing inference using the model with [FastEmbed](https://github.com/qdrant/fastembed).
|
11 |
|
12 |
+
> Note:
|
13 |
+
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).
|
14 |
+
|
15 |
```py
|
16 |
from fastembed import TextEmbedding
|
17 |
|