mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-25 19:36:20 +02:00
chore: ingestion-pipeline refactor, sort technical debt, rustfmt
This commit is contained in:
@@ -409,7 +409,10 @@ pub fn build_case_diagnostics(
|
||||
candidates: &[EvaluationCandidate],
|
||||
pipeline_stats: Option<Diagnostics>,
|
||||
) -> CaseDiagnostics {
|
||||
let expected_set: HashSet<&str> = expected_chunk_ids.iter().map(std::string::String::as_str).collect();
|
||||
let expected_set: HashSet<&str> = expected_chunk_ids
|
||||
.iter()
|
||||
.map(std::string::String::as_str)
|
||||
.collect();
|
||||
let mut seen_chunks: HashSet<String> = HashSet::new();
|
||||
let mut attached_chunk_ids = Vec::new();
|
||||
let mut entity_diagnostics = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user