Commit 42e249f3 by Archer Committed by GitHub

perf: rrf code (#5559)

parent a9525398
......@@ -64,9 +64,7 @@ export const datasetSearchResultConcat = (
});
}
return {
...item,
rrfScore: undefined
};
const { rrfScore: _, ...result } = item;
return result;
});
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment