- Mar 31, 2024
-
-
balibabu authored
* feat: jumping from the chunk list page to the file list page keeps the original page number. * feat: jump to the file upload page and reset the file list page number to 1
-
- Mar 27, 2024
-
-
balibabu authored
feat: select the corresponding parsing method according to the file type and after the document is successfully uploaded, use the ChunkMethodModal to select the parsing method. and remove ChunkMethodModal from knowledge-file (#158) * feat: select the corresponding parsing method according to the file type * feat: after the document is successfully uploaded, use the ChunkMethodModal to select the parsing method. * feat: add pdf types to ParserListMap * feat: remove ChunkMethodModal from knowledge-file
-
- Mar 22, 2024
- Mar 20, 2024
-
-
balibabu authored
feat: add loading to ChatContainer and set font family to inter and add tooltip to Form.Item and download documents on the document list page (#136) * feat: download documents on the document list page * feat: add tooltip to Form.Item * feat: set font family to inter * feat: add loading to ChatContainer
-
- Mar 01, 2024
-
-
balibabu authored
* feat: add DocumentPreview * feat: display all pdf pages
-
- Feb 28, 2024
- Feb 18, 2024
-
-
balibabu authored
feat: remove KnowledgeSearching and add knowledge configuration page and add a run button to the document (#64) * feat: add a run button to the document * feat: add knowledge configuration page * feat: remove KnowledgeSearching
-
- Feb 06, 2024
-
-
balibabu authored
* feat: set chunk to available state * feat: select all chunk
-
- Feb 05, 2024
-
-
balibabu authored
* feat: confirm before deleting knowledge base * feat: add ChunkToolBar
-
balibabu authored
* 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
-
- Feb 02, 2024
-
-
balibabu authored
* feat: modify routing to nested mode * feat: rename document
-
- Jan 30, 2024
-
-
balibabu authored
feat: remove loading from model and use DvaModel instead of redundant types such as kAModelType (#47) * feat: use DvaModel instead of redundant types such as kAModelType * feat: set the type for registerServer * feat: remove loading from model
-
- Jan 29, 2024
-
-
balibabu authored
-
- Jan 18, 2024
-
-
yqj123 authored
* update typescript * add chunk api * remove useless code
-
- Jan 17, 2024
-
-
KevinHuSh authored
-