Andrey Vasnetsov

Results 521 comments of Andrey Vasnetsov

Hey @realmorrisliu please try to reproduce the problem in the latest version

> POST collections/midlib/points/scroll { "query"=5, "limit"=5 } this is not a correct scroll request. Probably you want to use `collections/midlib/points/query` instead.

The main problem happens here: https://github.com/qdrant/qdrant/blob/4f0211af5eb2217fe83a87971b06963364c657e5/lib/segment/src/segment_constructor/segment_builder.rs#L210 Optimizer uses `build` function and it might be cancelled at any time. But if optimizer is loading the segment, cancellation won't have an effect...

did you use update or delete by filter operations?

> but currently only "full text match" content is matched. All non-matching content is filtered out. Can it be directly integrated and used? If you are looking for hybrid search,...

@aniketwdubey does this readiness issue eventually resolves itself, or it keeps being unavailable? If it is still unready, can you please share telemetry from those unready nodes (you should be...

It would be better if you could share full telemetry as a file. Usually it should not be that big, so I suspect you are creating many collections in your...

You need access to original API key to re-generate JWT. It doesn't matter if it is going to be a standalone service or something else. As an alternative, in qdrant...

Hey @Waffleboy, thanks for the request. Not sure if it helps in your case, but there is a workaround in using aliases for the collections: https://qdrant.tech/documentation/concepts/collections/#collection-aliases