Add a note about modifier.idf

#2
Files changed (1) hide show
  1. README.md +3 -0
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