Skip to content

Commit

Permalink
Update README.md (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
I8dNLo authored Jul 11, 2024
1 parent 3a8985b commit 54e0f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The default text embedding (`TextEmbedding`) model is Flag Embedding, presented

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.

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.
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.

## 🚀 Installation

Expand Down Expand Up @@ -209,4 +209,4 @@ search_result = client.query(
query_text="This is a query document"
)
print(search_result)
```
```

0 comments on commit 54e0f38

Please sign in to comment.