Commit 1e8d9a6
authored
disk poc delete vector (#843)
* First step
* comment
* Restore vectors
* Working serializtion
* Load vectors from disk
* load from vector
* Add serializer script
* Change the gitginore
* mark delete
* Remove old tests
* add mark as deleted
* pr changes
* fix the bm
* Fixed the replace entry point
* change order
* Remove prints
* added delete vectors and unit tests
* Added bm and tests
* Removed the freeidvector
* Add repair updates
* remove comments
* change to if continue
* getchached vector data
* remove cache for now
* back to origin
* Fix the stale
* choose candidate by distance
* Add the tests
* reduce call for staged nodes
* Change to map for better performance
* PR suggestopns
* improvments
* PR changes
* Added to ci
* Added download to ci
* Added track delete time to bm
* Added the bm filename
* Change the name of file
* added no gt bm
* PR fix
* Add more validations
* More pr changes
* Added more benchmarks
* Change to l2
* PR1 parent 8cc034c commit 1e8d9a6
File tree
9 files changed
+1804
-106
lines changed- .github/workflows
- src/VecSim/algorithms/hnsw
- tests
- benchmark
- bm_initialization
- data/hnsw_indices
- unit
9 files changed
+1804
-106
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
264 | 266 | | |
265 | 267 | | |
266 | 268 | | |
267 | | - | |
268 | | - | |
| 269 | + | |
| 270 | + | |
269 | 271 | | |
270 | | - | |
271 | | - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
272 | 277 | | |
273 | 278 | | |
274 | 279 | | |
275 | 280 | | |
276 | 281 | | |
277 | 282 | | |
278 | 283 | | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
279 | 290 | | |
280 | 291 | | |
281 | 292 | | |
| |||
692 | 703 | | |
693 | 704 | | |
694 | 705 | | |
695 | | - | |
696 | | - | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
697 | 709 | | |
698 | 710 | | |
699 | 711 | | |
| |||
0 commit comments