Commit 42e249f3 by Archer Committed by GitHub

perf: rrf code (#5559)

parent a9525398
...@@ -64,9 +64,7 @@ export const datasetSearchResultConcat = ( ...@@ -64,9 +64,7 @@ export const datasetSearchResultConcat = (
}); });
} }
return { const { rrfScore: _, ...result } = item;
...item, return result;
rrfScore: undefined
};
}); });
}; };
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