Use bumparaw-collections in Meilisearch/milli

This commit is contained in:
Kerollmops
2024-12-10 11:12:27 +01:00
parent 1995040846
commit 89637bcaaf
15 changed files with 78 additions and 70 deletions

View File

@ -1,7 +1,7 @@
use std::collections::{BTreeMap, BTreeSet};
use bumparaw_collections::RawMap;
use heed::RoTxn;
use raw_collections::RawMap;
use serde_json::value::RawValue;
use super::vector_document::VectorDocument;