Fix description all-minilm-l6-v2-onnx description

#3
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -9,9 +9,6 @@ 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
- > 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
 
 
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