mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
exporting heed to avoid having different versions of Heed in Meilisearch
This commit is contained in:
parent
290a29b5fb
commit
92e2e09434
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ use std::hash::BuildHasherDefault;
|
|||
pub use filter_parser::{Condition, FilterCondition};
|
||||
use fxhash::{FxHasher32, FxHasher64};
|
||||
pub use grenad::CompressionType;
|
||||
pub use heed;
|
||||
pub use meilisearch_tokenizer as tokenizer;
|
||||
use serde_json::{Map, Value};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue