mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-07 05:06:31 +00:00
finish plugin cellulite to the new indexer
This commit is contained in:
@ -18,7 +18,8 @@ bincode = "1.3.3"
|
||||
bstr = "1.12.0"
|
||||
bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] }
|
||||
byteorder = "1.5.0"
|
||||
cellulite = { git = "https://github.com/irevoire/cellulite", branch = "main"}
|
||||
# cellulite = { git = "https://github.com/irevoire/cellulite", branch = "main"}
|
||||
cellulite = { path = "../../../cellulite" }
|
||||
charabia = { version = "0.9.6", default-features = false }
|
||||
concat-arrays = "0.1.2"
|
||||
convert_case = "0.8.0"
|
||||
|
Reference in New Issue
Block a user