I can index documents without meilisearch

This commit is contained in:
Irevoire
2022-09-21 12:01:46 +02:00
committed by Clément Renault
parent edd8344dc9
commit 8770e07397
13 changed files with 357 additions and 222 deletions

View File

@ -13,6 +13,8 @@ file-store = { path = "../file-store" }
log = "0.4.14"
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.0" }
index = { path = "../index" }
meilisearch-types = { path = "../meilisearch-types" }
document-formats = { path = "../document-formats" }
roaring = "0.9.0"
serde = { version = "1.0.136", features = ["derive"] }
tempfile = "3.3.0"