Merge pull request #5929 from meilisearch/compaction-task

Introduce a task to compact an index
This commit is contained in:
Louis Dureuil
2025-10-09 11:30:01 +00:00
committed by GitHub
24 changed files with 424 additions and 48 deletions

View File

@@ -19,7 +19,7 @@ bstr = "1.12.0"
bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] }
byteorder = "1.5.0"
charabia = { version = "0.9.7", default-features = false }
cellulite = "0.3.1-nested-rtxns"
cellulite = "0.3.1-nested-rtxns-2"
concat-arrays = "0.1.2"
convert_case = "0.8.0"
crossbeam-channel = "0.5.15"