Working first implementation

This commit is contained in:
Clément Renault
2025-06-14 11:39:53 +02:00
committed by Kerollmops
parent e74c3b692a
commit e023ee4b6b
15 changed files with 298 additions and 103 deletions

View File

@ -601,12 +601,7 @@ impl crate::IndexScheduler {
Details::Dump { dump_uid: _ } => {
assert_eq!(kind.as_kind(), Kind::DumpCreation);
}
Details::Export {
url: _,
api_key: _,
exported_documents: _,
skip_embeddings: _,
} => {
Details::Export { url: _, api_key: _, indexes: _ } => {
assert_eq!(kind.as_kind(), Kind::Export);
}
Details::UpgradeDatabase { from: _, to: _ } => {