mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 13:37:46 -05:00
fix: remove remove_point from read_only appendable numeric index live_reload (#9318)
* feat: implement LiveReload for numeric index * fix: missing remove_point method * fix: remove comments * chore: trigger ci * fix: remove remove_point * fix: rebase
This commit is contained in:
-1
@@ -39,7 +39,6 @@ where
|
||||
new_points.iter().copied().enumerate(),
|
||||
|_, point_offset, maybe_values: Option<Vec<T>>| {
|
||||
let values = maybe_values.unwrap_or_default();
|
||||
in_memory_index.remove_point(point_offset);
|
||||
in_memory_index.add_many_to_list(point_offset, values);
|
||||
Ok(())
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user