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
23b1352300
Merge pull request #195 from qdrant/io_uring
...
io_uring article
2023-06-27 11:50:23 +02:00
David Sertic
57c2b953d0
add promo images
2023-06-27 11:22:02 +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
086f98e084
Merge branch 'io_uring' of https://github.com/qdrant/landing_page into io_uring
2023-06-26 17:19:09 +02:00
David Sertic
b59e8b2552
Merge branch 'io_uring' of https://github.com/qdrant/landing_page into io_uring
2023-06-26 14:45:53 +02:00
David Sertic
73fbe2342c
fix lookup api code bit
2023-06-26 12:21:11 +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
David Sertic
eeb82e70d2
add last fixes
2023-06-26 08:45:34 +02:00
David Sertic and llogiq
f2d2d66b15
Update qdrant-landing/content/articles/qdrant-1.3.x.md
...
Co-authored-by: llogiq <bogusandre@gmail.com >
2023-06-26 08:25:29 +02:00
David Sertic and llogiq
6ddff54ec8
Update qdrant-landing/content/articles/qdrant-1.3.x.md
...
Co-authored-by: llogiq <bogusandre@gmail.com >
2023-06-26 08:25:21 +02:00
David Sertic and llogiq
2b824b5563
Update qdrant-landing/content/articles/qdrant-1.3.x.md
...
Co-authored-by: llogiq <bogusandre@gmail.com >
2023-06-26 08:25:14 +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ío and Andrey 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ée and David 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
2efab68a21
fix group api comment
2023-06-23 10:56:45 +02:00
David Sertic
13cd8c89cd
add image for uring
2023-06-23 10:54:13 +02:00
David Sertic
24dca5eb3c
Merge branch 'io_uring' of https://github.com/qdrant/landing_page into io_uring
2023-06-23 10:22:19 +02:00
David Sertic
c863ce35e8
add preview images
2023-06-23 09:50:51 +02:00
David Sertic and Tim Visée
969a99e64f
Update qdrant-landing/content/articles/io_uring.md
...
Co-authored-by: Tim Visée <tim@visee.me >
2023-06-23 09:08:44 +02:00
David Sertic and Tim Visée
64182d0983
Update qdrant-landing/content/articles/io_uring.md
...
Co-authored-by: Tim Visée <tim@visee.me >
2023-06-23 08:37:17 +02:00
David Sertic
fe6fa8d2e0
fix io_uring intro
2023-06-22 17:28:46 +02:00
David Sertic and llogiq
b168e1059a
Update qdrant-landing/content/articles/qdrant-1.3.x.md
...
Co-authored-by: llogiq <bogusandre@gmail.com >
2023-06-22 17:21:02 +02:00
David Sertic and llogiq
5720abe1ca
Update qdrant-landing/content/articles/qdrant-1.3.x.md
...
Co-authored-by: llogiq <bogusandre@gmail.com >
2023-06-22 17:20:37 +02:00
David Sertic
90561fc905
add images and fix comments
2023-06-22 16:49:57 +02:00
David Sertic
3f1d1aa71c
fix oversampling descr.
2023-06-22 09:58:03 +02:00
David Sertic
dd90cab7c9
update oversampling defn
2023-06-22 09:53:20 +02:00
David Sertic and Tim Visée
1358c527ee
Update qdrant-landing/content/articles/qdrant-1.3.x.md
...
Co-authored-by: Tim Visée <tim@visee.me >
2023-06-22 01:22:09 +02:00
David Sertic and Tim Visée
999604da2b
Update qdrant-landing/content/articles/qdrant-1.3.x.md
...
Co-authored-by: Tim Visée <tim@visee.me >
2023-06-22 01:21:47 +02:00
David Sertic and Tim Visée
074a4ec802
Update qdrant-landing/content/articles/qdrant-1.3.x.md
...
Co-authored-by: Tim Visée <tim@visee.me >
2023-06-22 01:21:16 +02:00
David Sertic
5e21afe40a
fix group api image
2023-06-21 15:54:00 +02:00
David Sertic
c658f69beb
add more content for article
2023-06-21 15:13:09 +02:00
David Sertic
b811d33e30
write v1.3.0 article draft
2023-06-21 10:53:29 +02:00
David Sertic and Tim Visée
bc6616ea16
Update qdrant-landing/content/articles/io_uring.md
...
Co-authored-by: Tim Visée <tim@visee.me >
2023-06-20 16:33:19 +02:00
David Sertic and Tim Visée
d1dc2aa015
Update qdrant-landing/content/articles/io_uring.md
...
Co-authored-by: Tim Visée <tim@visee.me >
2023-06-20 13:42:22 +02:00
David Sertic and Tim Visée
7ba058d48e
Update qdrant-landing/content/articles/io_uring.md
...
Co-authored-by: Tim Visée <tim@visee.me >
2023-06-20 13:42:16 +02:00
Andre Bogus
9ff1ffe2dd
draft: io_uring
2023-06-20 09:59:24 +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