- 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 28, 2024
-
-
balibabu authored
-
balibabu authored
feat: set the object-fit attribute of the chunk image to contain so that the image is not stretched and if the chunk number of the knowledge base is greater than 0, set the embedding model to disabled (#160) * feat: if the chunk number of the knowledge base is greater than 0, set the embedding model to disabled * feat: set the object-fit attribute of the chunk image to contain so that the image is not stretched
-
- 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 26, 2024
-
-
balibabu authored
* fix: by obtaining the width and height of the pdf and passing it to boundingRect, the problem of inaccurate positioning of file highlighting is fixed * feat: remove actualPositions from buildChunkHighlights
-
- Mar 25, 2024
-
-
balibabu authored
fix: fixed an issue where an error was reported when fetching the file list after changing the parsing type (#150)
-
balibabu authored
* feat: hide testing history * feat: hide filters button
-
balibabu authored
-
KevinHuSh authored
-
balibabu authored
* feat: add Page Ranges label * feat: move layout_recognize to the bottom
-
- Mar 22, 2024
- Mar 21, 2024
-
-
balibabu authored
* feat: add image of chunk method * feat: add image for chunk method
-
- 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
-
balibabu authored
fix: disable sending messages if both application and conversation are empty and add loading to all pages (#134) * feat: add loading to all pages * fix: disable sending messages if both application and conversation are empty * feat: add chatSpin class to Spin of chat
-
- Mar 19, 2024
-
-
balibabu authored
fix: fixed the issue that the prompt word for registering an account is not in English and fixed the issue where the last message would keep loading if the backend reported an error during chat and fixed the issue where the next button would float above the file list on the file upload page (#133) * feat: fixed the issue where the next button would float above the file list on the file upload page. * feat: fixed the issue where the last message would keep loading if the backend reported an error during chat. * fix: fixed the issue that the prompt word for registering an account is not in English
-
balibabu authored
feat: add chunkText to messageText to distinguish table rows and when parsing, the delete and other buttons are set to disabled. (#130) * feat: when parsing, the delete and other buttons are set to disabled. * feat: add chunkText to messageText to distinguish table rows
-
- 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 12, 2024
-
-
balibabu authored
feat: submit api key and add language to Configuration and fetch llm factory list on UserSettingModel mount (#121) * feat: fetch llm factory list on UserSettingModel mount * feat: add language to Configuration * feat: submit api key
-
- Mar 11, 2024
-
-
balibabu authored
feat: display chunk token number when category of knowledge as general and unavailable llm models appear disabled and if the backend returns 401, it will jump to the login page and fixed the issue where the greeting would disappear when clicking on a new dialog (#117) * feat: Fixed the issue where the greeting would disappear when clicking on a new dialog * feat: replace favicon with logo.svg * feat: if the backend returns 401, it will jump to the login page. * feat: unavailable llm models appear disabled * feat: display chunk token number when category of knowledge as general
-
- Mar 08, 2024
-
-
balibabu authored
feat: submit new password to backend and submit user information and add Form to UserSettingProfile (#114) * feat: add Form to UserSettingProfile * feat: submit user information * feat: submit new password to backend
-
- Mar 07, 2024
-
-
balibabu authored
* feat: if it is not a pdf file, set the width of chunkContainer to 100% * feat: login with github
-
balibabu authored
feat: fixed the issue that some PDF documents could not be displayed on the chunk list page in small screens and logout (#105) * feat: logout * feat: fixed the issue that some PDF documents could not be displayed on the chunk list page in small screens
-
- 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
-
balibabu authored
-
- Mar 05, 2024
-
-
balibabu authored
feat: Add Skeleton to MessageItem before the backend returns a message and fixed the issue where ChatConfigurationModal displays old data when creating a new dialog (#99) * feat: fixed the issue where ChatConfigurationModal displays old data when creating a new dialog * feat: Add Skeleton to MessageItem before the backend returns a message
-
balibabu authored
feat: add DocumentPreviewer for chunk of chat reference and remove duplicate \n from record.progress_msg (#97) * feat: Remove duplicate \n from record.progress_msg * feat: add DocumentPreviewer for chunk of chat reference
-
balibabu authored
-
- 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
-
- Mar 01, 2024
- Feb 28, 2024
- Feb 27, 2024
-
-
balibabu authored
* feat: add message popover content * feat: add file icon
-
- Feb 22, 2024
-
-
balibabu authored
* feat: set chat configuration to backend * feat: exclude unEnabled variables * feat: delete chat dialog * feat: fetch conversation
-
- Feb 20, 2024
-
-
balibabu authored
* feat: extract SimilaritySlider * feat: create a chat assistant
-
- Feb 19, 2024
-
-
balibabu authored
feat: add temperature and top-p to ModelSetting and add ChatConfigurationModal and bind backend data to KnowledgeCard (#65) * feat: bind backend data to KnowledgeCard * feat: add ChatConfigurationModal * feat: add temperature and top-p to ModelSetting
-