From 7a6478bb3a95acda652b3e121991e1a3f7854f4a Mon Sep 17 00:00:00 2001 From: Andrey Vasnetsov Date: Thu, 8 Jun 2023 16:31:21 +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 a4015a288..304f37476 100644 --- a/qdrant-landing/content/documentation/tutorials/neural-search.md +++ b/qdrant-landing/content/documentation/tutorials/neural-search.md @@ -35,7 +35,7 @@ wget https://storage.googleapis.com/generall-shared-data/startups_demo.json 2. Use the SentenceTransformer pre-trained model to convert the text into vectors. ```bash -pip install sentence-transformers +pip install sentence-transformers numpy pandas tqdm ``` 3. Import all relevant models.