mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 13:37:46 -05:00
rollback experimental fix (#7948)
This commit is contained in:
@@ -213,7 +213,7 @@ impl<T: PrimitiveVectorElement> MmapDenseVectors<T> {
|
||||
mut callback: impl FnMut(usize, PointOffsetType, &[T]),
|
||||
) {
|
||||
for (idx, point) in points.enumerate() {
|
||||
let vector = self.get_vector::<Sequential>(point);
|
||||
let vector = self.get_vector::<Random>(point);
|
||||
callback(idx, point, vector);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user