Andrey Vasnetsov

Results 524 comments of Andrey Vasnetsov

hey @jaluma, based on the config you shared, it doesn't look like you enabled on-disk storage for vectors. It should be ``` "vectors": { "size": 1024, "distance": "Cosine", "on_disk": true...

it does matter. Even if you don't search for anything, qdrant keeps index in ram by default, so the search won't hit disk

https://qdrant.tech/documentation/concepts/indexing/?q=payload+index+on+disk#on-disk-payload-index

https://qdrant.tech/documentation/guides/optimize/

I don't think we would want to have this feature by default. While potentially helpful in specific case, it is likely going to be inconvenient in other cases. For the...

Hey @shatealaboxiaowang Have already tried this examples: https://qdrant.tech/documentation/concepts/hybrid-queries/

@timvisee I am quite confident that changing those type is ok, as we are removing parameter, which under normal use should be always None.

It is, however, better to be merged closer to 1.9 release

Hey @jlkravitz, could you please describe your hardware configuration and data volume you are talking about (number of vectors, dimentionality, payload, e.t.c.)