feat: n to 1 retrieval legacy (#6554)
This commit is contained in:
@@ -138,8 +138,8 @@ export const appDefaultIconBackground = '#D5F5F6'
|
||||
export const NEED_REFRESH_APP_LIST_KEY = 'needRefreshAppList'
|
||||
|
||||
export const DATASET_DEFAULT = {
|
||||
top_k: 2,
|
||||
score_threshold: 0.5,
|
||||
top_k: 4,
|
||||
score_threshold: 0.8,
|
||||
}
|
||||
|
||||
export const APP_PAGE_LIMIT = 10
|
||||
|
Reference in New Issue
Block a user