(&self, id: u64, vector: Vec<f32>)
| 10 | } |
| 11 | |
| 12 | pub fn insert(&self, id: u64, vector: Vec<f32>) { |
| 13 | todo!("模型实现") |
| 14 | } |
| 15 | |
| 16 | pub fn bulk_insert(&self, vectors: Vec<(u64, Vec<f32>)>) -> usize { |
| 17 | todo!("模型实现") |
no outgoing calls
no test coverage detected