perf: rrf code (#5559)

This commit is contained in:
Archer
2025-08-29 01:32:08 +08:00
committed by GitHub
parent a952539875
commit 42e249f30f

View File

@@ -64,9 +64,7 @@ export const datasetSearchResultConcat = (
}); });
} }
return { const { rrfScore: _, ...result } = item;
...item, return result;
rrfScore: undefined
};
}); });
}; };