Dumpless upgrade

This commit is contained in:
ManyTheFish
2025-04-29 15:14:30 +02:00
parent 0cb2bf34a5
commit 8b23eddc10
4 changed files with 55 additions and 2 deletions

View File

@ -9,6 +9,7 @@ pub use document_operation::{DocumentOperation, PayloadStats};
use hashbrown::HashMap;
use heed::RwTxn;
pub use partial_dump::PartialDump;
pub use post_processing::recompute_word_fst_from_word_docids_database;
pub use update_by_function::UpdateByFunction;
pub use write::ChannelCongestion;
use write::{build_vectors, update_index, write_to_db};