jmzzomg commited on
Commit
9695632
·
verified ·
1 Parent(s): 7dab1a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -8,10 +8,14 @@ ONNX port of [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sen
8
 
9
  This model is intended to be used for [BM42 searches](https://qdrant.tech/articles/bm42/).
10
 
 
11
  ### Usage
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
 
 
8
 
9
  This model is intended to be used for [BM42 searches](https://qdrant.tech/articles/bm42/).
10
 
11
+
12
  ### Usage
13
 
14
  Here's an example of performing inference using the model with [FastEmbed](https://github.com/qdrant/fastembed).
15
 
16
+ > Note:
17
+ 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).
18
+
19
  ```py
20
  from fastembed import SparseTextEmbedding
21