mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
Generate a uuid v4 based document id when missing
This commit is contained in:
@ -33,6 +33,7 @@ smallstr = { version = "0.2.0", features = ["serde"] }
|
||||
smallvec = "1.4.0"
|
||||
structopt = { version = "0.3.14", default-features = false, features = ["wrap_help"] }
|
||||
tempfile = "3.1.0"
|
||||
uuid = { version = "0.8.1", features = ["v4"] }
|
||||
|
||||
# documents words self-join
|
||||
itertools = "0.9.0"
|
||||
|
Reference in New Issue
Block a user