- Mar 14, 2024
-
-
balibabu authored
feat: remove loading from document table and fixed the issue where gif images could not be uploaded on the configuration page (#122) * feat: fixed the issue where gif images could not be uploaded on the configuration page * feat: remove loading from document table
-
- Mar 06, 2024
-
-
balibabu authored
feat: fetch knowledge detail on KnowledgeUploadFile mount and add category column to chunk table and set initial value for the model field of chat setting (#104) * feat: set initial value for the model field of chat setting * feat: add category column to chunk table * feat: fetch knowledge detail on KnowledgeUploadFile mount
-
- Mar 04, 2024
-
-
balibabu authored
feat: set width of chunk text to 100% and add Skeleton to Preview of document and remove react-pdf (#94) * feat: remove react-pdf * feat: add Skeleton to Preview of document * feat: set width of chunk text to 100%
-
balibabu authored
feat: locate the specific location of the document based on the coordinates of the chunk and add Upload to AssistantSetting (#92) * feat: add Upload to AssistantSetting * feat: locate the specific location of the document based on the coordinates of the chunk
-
- Feb 28, 2024
-
-
balibabu authored
feat: rename conversation and delete conversation and preview reference image and fetch file thumbnails (#79) * feat: fetch file thumbnails * feat: preview reference image * feat: delete conversation * feat: rename conversation
-
- 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 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
-
balibabu authored
feat: Modify the color of the svg icon in the header according to the selected state and feat: extract routing information from the knowledge base into constants (#51) * feat: Modify the color of the svg icon in the header according to the selected state * feat: add translation icon to header * feat: shorten the route length of the knowledge base * feat: extract routing information from the knowledge base into constants
-
- 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 18, 2024
-
-
yqj123 authored
* update typescript * add chunk api * remove useless code
-
- Jan 17, 2024
-
-
KevinHuSh authored
-