mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-30 18:11:34 +02:00
retrieval simplfied
This commit is contained in:
@@ -21,9 +21,7 @@ pub async fn run_evaluation(
|
||||
let machine = stages::prepare_namespace(machine, &mut ctx).await?;
|
||||
let machine = stages::run_queries(machine, &mut ctx).await?;
|
||||
let machine = stages::summarize(machine, &mut ctx).await?;
|
||||
let machine = stages::finalize(machine, &mut ctx).await?;
|
||||
|
||||
drop(machine);
|
||||
let _ = stages::finalize(machine, &mut ctx).await?;
|
||||
|
||||
Ok(ctx.into_summary())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user