mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-28 04:46:35 +02:00
fix: replaced several instances if cloning, reduced allocations
This commit is contained in:
@@ -205,7 +205,7 @@ impl EvaluationCandidate {
|
||||
entity_description: Some(entity.entity.description.clone()),
|
||||
entity_category,
|
||||
score: entity.score,
|
||||
chunks: entity.chunks,
|
||||
chunks: entity.chunks.as_ref().clone(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user