mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
v4.6.6-search test adapt diff search mode (#685)
This commit is contained in:
@@ -12,6 +12,9 @@ export type SearchTestStoreItemType = {
|
||||
duration: string;
|
||||
results: SearchDataResponseItemType[];
|
||||
searchMode: `${DatasetSearchModeEnum}`;
|
||||
limit: number;
|
||||
usingReRank: boolean;
|
||||
similarity: number;
|
||||
};
|
||||
|
||||
type State = {
|
||||
|
Reference in New Issue
Block a user