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