David Sertic
19b8bbf1cf
Merge pull request #203 from aardoiz/patch-1
...
Update neural-search.md
2023-06-28 17:22:02 +02:00
David Sertic
035e7e9e5f
fix filter example
2023-06-27 20:58:46 +02:00
Alfonso Ardoiz
70d6fd3ca9
Update neural-search.md
...
Change qdrant_client.search "top" parameter for "limit" as the former is no longer compatible with current version:
File "/venvs/qdn/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 287, in search
assert len(kwargs) == 0, f"Unknown arguments: {list(kwargs.keys())}"
AssertionError: Unknown arguments: ['top']
2023-06-27 13:44:10 +02:00
David Sertic
e433842363
fix aleph alpha active voice and docs structure
2023-06-19 09:54:27 +02:00
David Sertic
16db0396d0
fix errors in code and add diagram + intro
2023-06-09 08:45:38 +02:00
Andrey Vasnetsov and Ramon Perez
47556af9fb
Update qdrant-landing/content/documentation/tutorials/neural-search.md
...
Co-authored-by: Ramon Perez <ramonpzg@protonmail.com >
2023-06-08 16:36:44 +02:00
Andrey Vasnetsov and Ramon Perez
04f371987d
Update qdrant-landing/content/documentation/tutorials/neural-search.md
...
Co-authored-by: Ramon Perez <ramonpzg@protonmail.com >
2023-06-08 16:33:32 +02:00
Andrey Vasnetsov and Ramon Perez
740b93148c
Update qdrant-landing/content/documentation/tutorials/neural-search.md
...
Co-authored-by: Ramon Perez <ramonpzg@protonmail.com >
2023-06-08 16:32:03 +02:00
Andrey Vasnetsov and Ramon Perez
13dd8b7531
Update qdrant-landing/content/documentation/tutorials/neural-search.md
...
Co-authored-by: Ramon Perez <ramonpzg@protonmail.com >
2023-06-08 16:31:54 +02:00
Andrey Vasnetsov and Ramon Perez
05984e479b
Update qdrant-landing/content/documentation/tutorials/neural-search.md
...
Co-authored-by: Ramon Perez <ramonpzg@protonmail.com >
2023-06-08 16:31:36 +02:00
Andrey Vasnetsov and Ramon Perez
7a6478bb3a
Update qdrant-landing/content/documentation/tutorials/neural-search.md
...
Co-authored-by: Ramon Perez <ramonpzg@protonmail.com >
2023-06-08 16:31:21 +02:00
Andrey Vasnetsov and Ramon Perez
0a40ebce48
Update qdrant-landing/content/documentation/tutorials/neural-search.md
...
Co-authored-by: Ramon Perez <ramonpzg@protonmail.com >
2023-06-08 16:31:03 +02:00
Andrey Vasnetsov and Ramon Perez
69b66501df
Update qdrant-landing/content/documentation/tutorials/neural-search.md
...
Co-authored-by: Ramon Perez <ramonpzg@protonmail.com >
2023-06-08 16:30:40 +02:00
Andrey Vasnetsov and Ramon Perez
2769958da9
Update qdrant-landing/content/documentation/tutorials/neural-search.md
...
Co-authored-by: Ramon Perez <ramonpzg@protonmail.com >
2023-06-08 16:30:27 +02:00
Andrey Vasnetsov
7c81dbe504
allow newer python versions
2023-06-08 15:09:08 +02:00
Andrey Vasnetsov
6f93ed5aad
code updates
2023-06-08 15:08:18 +02:00
David Sertic
087e241d25
fix small errors and language
2023-06-08 12:03:10 +02:00
David Sertic
b996e7967b
fix steps in build api
2023-06-08 11:06:36 +02:00
David Sertic
949111f2ca
write neural search tutorial
...
- This tutorial is based on the Neural Search Article written by generall.
- The document introduces a new simple format for short tutorials.
- The aim of the tutorial is to let the user try things out quickly and with minimal interruption.
2023-06-08 10:59:10 +02:00