mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix the deletion of vectors and add a test
This commit is contained in:
parent
6607875f49
commit
2cdcb703d9
3 changed files with 152 additions and 1 deletions
|
@ -13,6 +13,7 @@ mod snapshot;
|
|||
mod stats;
|
||||
mod swap_indexes;
|
||||
mod tasks;
|
||||
mod vector;
|
||||
|
||||
// Tests are isolated by features in different modules to allow better readability, test
|
||||
// targetability, and improved incremental compilation times.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue