Replace the BTreeMap by an IndexMap to return values in order

This commit is contained in:
Kerollmops
2023-05-29 15:47:45 +02:00
committed by Clément Renault
parent 34b2e98fe9
commit a385642ec3
5 changed files with 53 additions and 15 deletions

View File

@ -34,6 +34,7 @@ heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.6", default-f
"sync-read-txn",
] }
hnsw = { version = "0.11.0", features = ["serde1"] }
indexmap = { version = "1.9.3", features = ["serde"] }
json-depth-checker = { path = "../json-depth-checker" }
levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] }
memmap2 = "0.5.10"