Andrey Vasnetsov

Results 529 comments of Andrey Vasnetsov

Hi @eek, if you are using python qdrant client, it will prefer https to be used with API key. If you still want to use plain un-encrypted channel with API...

python explicitly tries to use https if you are providing API key. It is not recommended to use API key without https. But if you really want to - `https=False`

``` client = QdrantClient( host="172.25.13.52", //fake IP port=6333, prefer_grpc=True, api_key="38ad1c3a-1c4b-4f2f-83d8-da3aabfff88a" ) ``` This code here will use https - https://github.com/qdrant/qdrant/issues/1930#issuecomment-1555873920

https://qdrant.tech/documentation/points/#scroll-points

@nairajay2k, please provide a reproducible example, a script we can run and see the problem. We can't determine the reason of the problem with the example you provided

I am going to close it for now, please feel free to re-open if there are any additional details

@9bany please rebase your PR to `dev` branch

https://github.com/qdrant/qdrant/releases/tag/v1.3.0