From 54e0f389148f38cfdbd7ffccf1a1c8ba4678fea6 Mon Sep 17 00:00:00 2001 From: Dmitrii Ogn Date: Thu, 11 Jul 2024 13:39:19 +0300 Subject: [PATCH] Update README.md (#295) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 746a65d1..6d830396 100644 --- a/README.md +++ b/README.md @@ -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 @@ -209,4 +209,4 @@ search_result = client.query( query_text="This is a query document" ) print(search_result) -``` \ No newline at end of file +```