mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: save the selected parser to the backend on the upload file page and upload document (#54)
* feat: add pagination to document table * feat: fetch document list by page * feat: poll the document list * feat: upload document * feat: save the selected parser to the backend on the upload file page
This commit is contained in:
8
web/src/interfaces/common.ts
Normal file
8
web/src/interfaces/common.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export interface Pagination {
|
||||
current: number;
|
||||
pageSize: number;
|
||||
}
|
||||
|
||||
export interface BaseState {
|
||||
pagination: Pagination;
|
||||
}
|
||||
Reference in New Issue
Block a user