Andrey Vasnetsov

Results 526 comments of Andrey Vasnetsov

Hey @amey-wynk, this is an expected behaviour, not a bug. If you think the behavior should be different, please consider making a feature request instead. There are also similar issues...

``` impl SnapshotStorageS3 { async fn delete_snapshot(&self, _snapshot_path: &Path) -> CollectionResult { unimplemented!() } async fn list_snapshots( &self, _directory: &Path, ) -> CollectionResult { unimplemented!() } async fn store_file( &self,...

Hey @no7dw, thanks for reporting this. Could you please provide a bit more details on how the snapshot was created (on which version of the engine?)

> Happy to help with this. Thanks :smiley: > code doesn't have to be refactored to account for f16 datatype correct? yeah, integration of f16 into API and storage would...

> (from discord thread), modify from the current implementation to permit grouping queries with some incorrect ID, then it should return only the correct ones. this is a separate issue,...

Hey @maksimryndin, thanks for the PR! I see that you changes have a significant impact on everything from storage to API (I have seen that you change types for Score)....

Closing in favor of https://github.com/qdrant/qdrant/pull/4122