feat: annotation management frontend (#1764)
This commit is contained in:
parent
96d2de2258
commit
65fd4b39ce
122 changed files with 4718 additions and 214 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue