mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +00:00
perf: rrf code (#5559)
This commit is contained in:
@@ -64,9 +64,7 @@ export const datasetSearchResultConcat = (
|
||||
});
|
||||
}
|
||||
|
||||
return {
|
||||
...item,
|
||||
rrfScore: undefined
|
||||
};
|
||||
const { rrfScore: _, ...result } = item;
|
||||
return result;
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user