implement the documents batcher

This commit is contained in:
Tamo
2021-10-25 16:41:23 +02:00
committed by marin postma
parent 1d73f484f0
commit 392ee86714
4 changed files with 155 additions and 6 deletions

View File

@ -123,7 +123,7 @@ pub async fn get_all_documents(
#[derive(Deserialize, Debug)]
#[serde(rename_all = "camelCase", deny_unknown_fields)]
pub struct UpdateDocumentsQuery {
primary_key: Option<String>,
pub primary_key: Option<String>,
}
pub async fn add_documents(