refactor: update dataset model and improve batch action component

This commit is contained in:
twwu
2025-06-11 10:24:07 +08:00
parent 0aeeee49f7
commit eff8108f1c
3 changed files with 59 additions and 43 deletions

View File

@ -56,7 +56,7 @@ export type DataSet = {
doc_form: ChunkingMode
document_count: number
total_document_count: number
available_document_count?: number
total_available_documents?: number
word_count: number
provider: string
embedding_model: string