- 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
-
- 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 08, 2024
- Feb 07, 2024
-
-
balibabu authored
* feat: create chunk and edit chunk * feat: delete chunk * feat: search chunks * feat: delete chunks in batches * feat: set whether chunks are available in batches
-
- 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
-
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 29, 2024
-
-
balibabu authored
-
- Jan 19, 2024
-
-
yqj123 authored
* set port * add knowledge-search * update text
-
- Jan 18, 2024
-
-
yqj123 authored
* update typescript * add chunk api * remove useless code
-
- Jan 17, 2024
-
-
KevinHuSh authored
-