Commit Graph
30 Commits
Author SHA1 Message Date
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
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
David Sertic 7d03bb87cc separate tutorials by topic 2023-05-29 18:20:43 +02:00
3215985d1d Improved Nested Docs and Link Grouping Support (#147)
* added a table of content

* wide layout for docs, styles for the table of content

* fixes for docs layout

* wide footer at the docs section

* added support for nested docs, added toggling groups of links, delimiters, external links

* external link icon

* added active state for nested links, styles for the external link icon

* styles fix

* remove doc sync

* update directory structure and doc titles

* fix outstanding links

* fix more links for merge

* Revert "fix more links for merge"

This reverts commit 46c9ccaf1b7765f2cda8dc85d625fa6b4e3f5436.

* Revert "fix outstanding links"

This reverts commit 28e6380b74f1ab74690c8184551f186656d6d4e9.

* fix remaining broken links

* move how-to tutorials in the different page

* split tutorials

* fix link

* upd github edit link

* skip empty index pages

---------

Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
Co-authored-by: David Sertic <62056091+davidmyriel@users.noreply.github.com>
2023-05-29 15:11:40 +02:00