Commit Graph
195 Commits
Author SHA1 Message Date
David Sertic 0ffce5b310 Update qdrant-landing/content/documentation/guides/security.md 2023-07-06 14:31:06 +02:00
timvisee 4084386a13 Do not use markdown in alert 2023-06-30 15:24:59 +02:00
timvisee 17e119ad6e Add open to everyone note 2023-06-30 15:20:26 +02:00
timvisee 7c1d375182 Add warning explaining users must protect internal gRPC channels 2023-06-30 15:19:09 +02:00
generall 9df7c33bf6 remove non-existing param 2023-06-30 00:24:47 +02:00
David Sertic c58d0766f7 fix capacity planning link 2023-06-29 12:12:12 +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 affd741ff8 Merge pull request #201 from qdrant/fix-nested-filter
fix: fix nested filter example
2023-06-27 10:37:52 +02:00
David Sertic aaea42eef2 Merge pull request #202 from qdrant/fix-with-vectors
fix: fix with_vectors arg in python examples
2023-06-27 10:33:15 +02:00
David Sertic 2b31ab8679 update langchain link
closes https://github.com/qdrant/landing_page/issues/200
2023-06-27 10:25:55 +02:00
David Sertic 6b447228ca Merge branch 'master' of https://github.com/qdrant/landing_page 2023-06-26 09:44:56 +02:00
David Sertic b3f9c2d8c7 add extractive qa example 2023-06-26 09:44:44 +02:00
David Sertic 8566e72c7c Merge branch 'master' into v1.3.0-article 2023-06-26 08:53:34 +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
Andrey Vasnetsov 1316db4bac bump docs version + describe oversampling 2023-06-23 20:15:37 +02: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
David Sertic dd90cab7c9 update oversampling defn 2023-06-22 09:53:20 +02:00
David Sertic c658f69beb add more content for article 2023-06-21 15:13:09 +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 d7ac2ebb50 add qdrant 101 image tutorial 2023-06-19 14:55:42 +02:00
David Sertic 33f62be7ad add demo app link 2023-06-19 14:21:30 +02:00
David Sertic 3520f66898 fix aleph alpha search 2023-06-19 13:53:18 +02:00
David Sertic c07a5ae3a5 rename aleph-alpha search 2023-06-19 13:50:42 +02:00
David Sertic 21bff4bab5 wording fix 2023-06-19 13:38:07 +02:00
David Sertic 5846913b48 fix description and link 2023-06-19 13:28:57 +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
David Serticandllogiq b220d615bb Update qdrant-landing/content/documentation/integrations/aleph-alpha-search.md
Co-authored-by: llogiq <bogusandre@gmail.com>
2023-06-19 09:03:09 +02:00
David Serticandllogiq fe77e0f5a3 Update qdrant-landing/content/documentation/integrations/aleph-alpha-search.md
Co-authored-by: llogiq <bogusandre@gmail.com>
2023-06-19 09:03:00 +02:00
David Sertic ddcd402531 create aleph alpha integration doc
This integration doc is built on top of our basic integration and shows how to do an image search based on a common dataset. I wonder if we should have our own demo, though.
2023-06-15 16:41:20 +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 dc7699e672 suspend alternatives doc and fix header link 2023-06-15 15:05:13 +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
David Sertic ac5ec76c28 Merge pull request #186 from qdrant/cloud-quickstart
small fix for cloud docs
2023-06-14 15:56:42 +02:00
David Sertic feeab438e1 small fix 2023-06-14 15:51:49 +02:00
David Sertic b211645ba9 Merge pull request #184 from qdrant/cloud-quickstart
fix qdrant cloud quickstart documentation
2023-06-14 15:50:22 +02:00
David Sertic b288cb1960 Merge pull request #182 from qdrant/comparisons
Add Competitor Analysis and Community Contributions sections
2023-06-14 15:47:09 +02:00
David Sertic 7c93c23aa0 fix last leftover error 2023-06-14 14:21:19 +02:00
Kacper Łukawski 70d47a64d1 Add examples of using Langchain for different running modes 2023-06-14 11:55:10 +02:00
David Sertic 89c4124de4 add one more step to finish 2023-06-14 10:27:28 +02:00
Kacper Łukawski ac055c8b33 Change deprecated embedding_function to embeddings 2023-06-14 10:12:19 +02:00
David Sertic 729a214500 fix errors in comments 2023-06-14 10:10:31 +02:00