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:32:03 +02:00
committed by GitHub
co-authored by Ramon Perez
parent 13dd8b7531
commit 740b93148c
@@ -77,7 +77,7 @@ vectors.shape
# > (40474, 384)
```
7. Download the saved vectors into a new file names `startup_vectors.npy`
7. Download the saved vectors into a new file named `startup_vectors.npy`
```python
np.save('startup_vectors.npy', vectors, allow_pickle=False)