mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat: annotation management frontend (#1764)
This commit is contained in:
@ -146,3 +146,9 @@ export const DATASET_DEFAULT = {
|
||||
top_k: 2,
|
||||
score_threshold: 0.5,
|
||||
}
|
||||
|
||||
export const APP_PAGE_LIMIT = 10
|
||||
|
||||
export const ANNOTATION_DEFAULT = {
|
||||
score_threshold: 0.9,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user