global: snapshot

This commit is contained in:
nym21
2025-03-10 23:08:07 +01:00
parent 9428beeae5
commit db70b05088
30 changed files with 326 additions and 189 deletions

View File

@@ -12,7 +12,7 @@ pub fn main() -> color_eyre::Result<()> {
let mut indexer = Indexer::new(outputs_dir.join("indexed"))?;
indexer.import_vecs()?;
let mut computer = Computer::new(outputs_dir.join("computed"));
let mut computer = Computer::new(outputs_dir.join("computed"), None);
computer.import_vecs()?;
let query = Query::build(&indexer, &computer);