Skip to content

Commit 54e0f38

Browse files
authored
Update README.md (#295)
1 parent 3a8985b commit 54e0f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The default text embedding (`TextEmbedding`) model is Flag Embedding, presented
1010

1111
2. Fast: FastEmbed is designed for speed. We use the ONNX Runtime, which is faster than PyTorch. We also use data-parallelism for encoding large datasets.
1212

13-
3. Accurate: FastEmbed is better than OpenAI Ada-002. We also [supported](https://qdrant.github.io/fastembed/examples/Supported_Models/) an ever expanding set of models, including a few multilingual models.
13+
3. Accurate: FastEmbed is better than OpenAI Ada-002. We also [support](https://qdrant.github.io/fastembed/examples/Supported_Models/) an ever expanding set of models, including a few multilingual models.
1414

1515
## 🚀 Installation
1616

@@ -209,4 +209,4 @@ search_result = client.query(
209209
query_text="This is a query document"
210210
)
211211
print(search_result)
212-
```
212+
```

0 commit comments

Comments
 (0)