Commit Graph
14 Commits
Author SHA1 Message Date
generall 9df7c33bf6 remove non-existing param 2023-06-30 00:24:47 +02:00
David Sertic affd741ff8 Merge pull request #201 from qdrant/fix-nested-filter
fix: fix nested filter example
2023-06-27 10:37:52 +02:00
George Panchuk 09745e9955 fix: fix with_vectors arg in python example 2023-06-26 00:32:46 +04:00
George Panchuk d224fc7ac9 fix: fix nested filter example 2023-06-26 00:15:16 +04:00
Luis CossíoandAndrey Vasnetsov 933ac73735 Document lookup in groups (#172)
* document lookup in groups API

* fix image link

* fix image + as of

* add intro, link to groups api

* fix param names

---------

Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
2023-06-23 20:11:18 +02:00
Tim ViséeandDavid Sertic f37fc63020 Document customizable temporary directory (#197)
* Update use of since to as of

* Draft documentation for customizable temporary directory

* fix temp dir explanation

---------

Co-authored-by: David Sertic <62056091+davidmyriel@users.noreply.github.com>
2023-06-23 20:02:19 +02:00
Kacper Łukawski 1bc3029e38 Fix the descriptions of the snapshot recovery 2023-06-23 13:26:41 +02:00
Suryakant Agrawal 67fedad36c Update points.md
Under Retrieve points, It says that the method also hase the with_vector parameter. For python qdrant_clients, its with_vectors

https://github.com/qdrant/qdrant-client/issues/189
2023-06-15 16:08:59 +05:30
Luis Cossío 76c2380142 add index info on groups api 2023-06-06 14:19:05 -04:00
David Sertic 646266bfc0 fix aliases for SEO (#161)
* fix aliases for SEO

* fix alias error
2023-06-02 16:40:39 +02:00
timvisee cc80360ceb Use internal links in collections.md 2023-06-02 09:55:32 +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 a4e100cf45 add sidebar links, delimiters and proper weights 2023-05-29 19:25:41 +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