Andrey Vasnetsov

Results 524 comments of Andrey Vasnetsov

> client = QdrantClient(":memory:") You are running "local mode". It doesn't have any optimizations and is only suitable for experiments and CI. If you want to scale you need to...

I would recommend to now allow users direcly decide what kind of schema they want to use in underlying database. I would try instead derive some kind of "common use-cases"...

> create one collection and setup multitenancy and allow people to create vectors with different dimensions? multitenancy approach does not expect that you allow users to choose configuration of the...

If those 9 applications represent independent use-cases and might use different models internally - then separate collections.

Hey @timvisee, we had a discussion in discord, existing APIs are indeed don't cover this specific usecase

Hi @nithin-nk, I am afraid there is not enough context in your issue to suggest you anything useful.

I don't think TLS certificates work for IP addresses. Try using domain names

Test docker compose for TLS is here https://github.com/qdrant/qdrant/tree/master/tests/tls it is running on CI daily