Commit Graph

22 Commits

Author SHA1 Message Date
David Sertic
0c5d9c4a41 fix quickstart link in readme (#180) 2023-06-01 17:12:37 +02:00
Andrey Vasnetsov
c309d1bf8f readme + version 2023-04-26 00:03:19 +02:00
Kacper Łukawski
cf6e4e306b Update README.md with an absolute image path (#153)
The relative path to the "Try-Develop-Deploy" image was not working correctly on pypi.org: https://pypi.org/project/qdrant-client/
2023-04-14 08:48:31 +02:00
Andrey Vasnetsov
7fe659bb1c colab example 2023-03-31 00:17:22 +02:00
Andrey Vasnetsov
3a0141aba6 fix pypi link 2023-03-30 23:04:27 +02:00
Andrey Vasnetsov
843edd1299 pipy badge 2023-03-30 23:03:07 +02:00
Andrey Vasnetsov
fd3d997c64 update url 2023-03-30 21:57:16 +02:00
Andrey Vasnetsov
0e88c48854 wip: universal entry point (#142)
* wip: universal entry point

* init entry points

* fix types

* fix types

* fix types

* fix types

* rename qdrant_impl to _client

* upd readme

* big picture

* fix wording
2023-03-30 21:40:28 +02:00
Andrey Vasnetsov
1878ce7df4 Update README.md 2023-03-11 21:05:47 +01:00
George
bdae392066 new: add pre-commit (#126)
* new: add pre-commit

* new: exclude auto-generated files

* new: increase black line length

* fix: fix exclude pattern

* remove default version

* apply black

---------

Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
2023-03-01 21:19:46 +04:00
M. Yusuf Sarıgöz
c541ba65c2 Fix example in readme (#120)
The example in readme should use the modern API and run without errors.
2023-02-27 09:41:01 +01:00
Andrey Vasnetsov
2e3addc6a8 Update README.md (#118) 2023-02-24 13:33:40 +01:00
Kacper Łukawski
b8783c24bd Add an example of inserting points into the README 2023-01-19 09:25:03 +01:00
Arnaud Gourlay
ddd24214b8 v0.10.0 (#71)
* generate gRPC client

* generate REST client

* draft

* wip

* fix conversion test

* old api compatible

* clean deprecated

* batch search + reco tests

* multi-vector test

* full-text filtering

* Fast protobuf (#67)

* generate grpc client

use new grpc client in qdrant methods

fix grpc parallel issue

remove betterproto

remove betterproto

remove betterproto type annotation

extend test coverage

upd protobuf to master

* rm eventloop

* upd version

* shortcut for models

* v0.10.1 compatibility hotfix: make deprecated ram_data_size optional

Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
2022-09-19 12:59:29 +02:00
Kacper Łukawski
e213cb2904 Update README.md (#53)
* Update README.md

Add distance parameter, as it is required in the current version

* Use enum instead of string for distance

The example in README used string for a distance function. That has been changed to enum, as suggested.
2022-08-08 11:34:30 +02:00
Andrey Vasnetsov
621e885968 upload collection with gPRC (#28)
* grpc client generator

* grpc: upload data with grpc

* integration test

* allow-prerelease

* upd poetry

* fix review
2022-03-09 14:10:32 +01:00
Andrey Vasnetsov
fdd96cbc46 move qdrant_openapi_client into qdrant_client.http (#27)
* move qdrant_openapi_client into qdrant_client.http

* add test for exceptions import

* upd readme
2022-03-08 19:39:36 +01:00
Andrey Vasnetsov
9a8d2d9b53 update client to support Qdrant 0.2.0 version 2021-04-06 13:03:32 +02:00
Andrey Vasnetsov
7e506c22cf update readme 2021-02-09 17:43:19 +01:00
Andrey Vasnetsov
a08beae374 update readme 2021-02-09 17:01:31 +01:00
Andrey Vasnetsov
8e34f5a830 update readme 2021-02-09 02:39:40 +01:00
Andrey Vasnetsov
8a9e14d91f init 2021-02-09 02:32:14 +01:00