Commit Graph
52 Commits
Author SHA1 Message Date
David Sertic bb8ecc398f fix order links 2023-07-05 15:36:09 +02:00
David Sertic 66c32b5b06 add snapshot instruction sidebar link 2023-07-05 15:34:00 +02:00
David Sertic 63548fa325 Merge pull request #212 from qdrant/tutorial/create-snapshot
Add a first draft of the "Create Snapshot" tutorial
2023-07-05 15:30:08 +02:00
David Sertic 50e691954a fix snapshot tutorial final 2023-07-05 15:28:32 +02:00
David Sertic 8377fdeb29 fix conflict 2023-07-05 15:24:49 +02:00
David Sertic 378a2fa8ff fix snapshot tutorial 2023-07-05 15:16:22 +02:00
Kacper Łukawski 34c88e8c9c Add info about wait=True 2023-07-05 15:15:06 +02:00
David Sertic 1b4016e2ea fix doc structure and next steps 2023-07-04 14:27:46 +02:00
David Sertic 66edeed09f fix search beginners and tables 2023-07-04 14:19:55 +02:00
Kacper Łukawski 59231a0e4f Add a first draft of the "Create Snapshot" tutorial 2023-07-04 13:56:49 +02:00
David Sertic 852b4e2e48 fix examples and sidebar 2023-07-02 19:35:59 +02:00
David Sertic ef62175a43 fix steps 2023-07-02 19:25:02 +02:00
David Sertic 3bb98207a2 add experimental tutorial 2023-07-02 18:19:18 +02:00
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 a4ed8c5ef2 Merge pull request #193 from qdrant/multitenancy
improve index navigation and info
2023-06-19 16:48:48 +02:00
David Sertic c07a5ae3a5 rename aleph-alpha search 2023-06-19 13:50:42 +02:00
David Sertic 95134a472f improve index navigation and info
-add more content to main homepage
-fix multitenancy section and make more prominent
2023-06-19 13:21:52 +02:00
David Sertic 953be57b2f Merge pull request #190 from qdrant/int-aleph-alpha
create aleph alpha integration doc
2023-06-19 13:10:16 +02:00
David Sertic c20ef3045b fix intro and some text 2023-06-19 10:19:27 +02:00
David Sertic 0460340111 fix figure and tutorial intro 2023-06-19 09:59:40 +02:00
David Sertic e433842363 fix aleph alpha active voice and docs structure 2023-06-19 09:54:27 +02:00
Vikash Sahni 30f54653f9 Update multiple-partitions.md (#189)
In line 147, updated attribute HNSWConfigDiff to HnswConfigDiff
2023-06-15 16:09:10 +02:00
David Sertic 16db0396d0 fix errors in code and add diagram + intro 2023-06-09 08:45:38 +02:00
Andrey VasnetsovandRamon 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 VasnetsovandRamon 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 VasnetsovandRamon 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 VasnetsovandRamon 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 VasnetsovandRamon 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 VasnetsovandRamon 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 VasnetsovandRamon 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 VasnetsovandRamon 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 VasnetsovandRamon 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 009324cfcc add index table link 2023-06-08 11:04:09 +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
David Sertic 854a04912f update examples page 2023-06-07 14:07:50 +02:00
David Sertic efcf938754 add two notebook tutorials (#167)
add links to two jupyter notebook tutorials to show on the tutorials index and individual sidebar links
2023-06-05 15:14:40 +02:00
David Sertic 2e95e07430 update doc as per old commit
transferred changes from old PR (https://github.com/qdrant/docs/pull/122) over to new docsite + a few more minor changes
2023-06-02 09:39:58 +02:00
David Sertic 786cd25acf tutorials 2023-05-31 15:47:55 +02:00
David Sertic 6933078326 fix github collab link redirect 2023-05-31 13:10:20 +02:00
David Sertic a28187dec9 fix link for colab notebook 2023-05-31 12:19:04 +02:00
David Sertic 2850fd6daa fix remaining pages and structure 2023-05-31 11:46:36 +02:00
Ramon Perez 2b2d64be0a fixed formatting issue in complete set up and added docker_qdrant.png 2023-05-30 11:48:38 +08:00
David Sertic daed5e772b add overview and tutorial 2023-05-29 20:46:10 +02:00
David Sertic a4e100cf45 add sidebar links, delimiters and proper weights 2023-05-29 19:25:41 +02:00