From 69b66501df05cab02fea364dc5f982f6d2074245 Mon Sep 17 00:00:00 2001 From: Andrey Vasnetsov Date: Thu, 8 Jun 2023 16:30:40 +0200 Subject: [PATCH] Update qdrant-landing/content/documentation/tutorials/neural-search.md Co-authored-by: Ramon Perez --- qdrant-landing/content/documentation/tutorials/neural-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qdrant-landing/content/documentation/tutorials/neural-search.md b/qdrant-landing/content/documentation/tutorials/neural-search.md index 542549702..5ecaf60ff 100644 --- a/qdrant-landing/content/documentation/tutorials/neural-search.md +++ b/qdrant-landing/content/documentation/tutorials/neural-search.md @@ -48,7 +48,7 @@ import pandas as pd from tqdm.notebook import tqdm ``` -You will use a Machine Learning model called `all-MiniLM-L6-v2`. +You will be using a pre-trained model called `all-MiniLM-L6-v2`. This is a performance-optimized sentence embedding model. You can read more about it and other awailable models [here](https://www.sbert.net/docs/pretrained_models.html).