Similar Solutions {{ task?.description }} @if (!evaluation?.snippets?.length) {
The original solution has no snippets, so no related solutions can be shown.
} @if (!solutions.length) {
No similar solutions were found. Please make sure to Import Embeddings.
} @if (evaluation?.snippets?.length && solutions.length) {
@for (solution of solutions;track solution) { } @for (originalSnippet of evaluation?.snippets;track originalSnippet;let index = $index) { @for (solution of solutions;track solution) { } }
@if (solution.assignee;as assignee) { {{ assignee }} } @if (existingEvaluations[solution._id!] && solution._id !== solutionId) { View Evaluation }
@if (snippets[solution._id!]?.[index];as solutionSnippet) { }
}