- 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 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
-
- 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
-