Update qdrant-landing/content/documentation/tutorials/neural-search.md

Co-authored-by: Ramon Perez <ramonpzg@protonmail.com>
This commit is contained in:
Andrey Vasnetsov
2023-06-08 16:30:40 +02:00
committed by GitHub
co-authored by Ramon Perez
parent 2769958da9
commit 69b66501df
@@ -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).