fix: Fixed the issue where the conversation list was not displayed on the conversation page #2625 (#2638)
080762f
balibabucommited on
fix: Fixed an issue where the first message would be displayed when sending the second message #2625 (#2626)
809dc5c
balibabucommited on
feat: Fetch conversation list by @tanstack/react-query and displays error message that task_executor does not exist #2088 (#2112)
11e3284
balibabucommited on
feat: Expose the agent's chat window to third parties #1842 (#1897)
5743e5f
balibabucommited on
fix: fetch llm list by @tanstack/react-query #1306 (#1708)
3c31ff9
balibabucommited on
feat: change all file names to lowercase #1574 (#1575)
68ed806
balibabucommited on
fix: new message appears in wrong chat window. #1289 (#1571)
3951bd3
balibabucommited on
fix: if the conversation name is too long, it will overflow the current item. #607 (#972)
7483940
balibabucommited on
fix: omit long file names (#608)
d13f144
balibabucommited on
feat: translate EmbedModal #345 (#455)
7ba250b
balibabucommited on
feat: add overview (#391)
b916b29
balibabucommited on
feat: add quote item to PromptEngine (#338)
f6eb84a
balibabucommited on
fix: historical chats appear in the new user's chat box #256 (#282)
7c07000
balibabucommited on
Fixed an issue where refreshing the login page caused the language settings to become invalid. #249 (#250)
5769711
balibabucommited on
change language #245 (#246)
88e5a61
balibabucommited on
feat: add hooks for document table and refactor document-related modal (#141)
c22c6b5
balibabucommited on
fix: disable sending messages if both application and conversation are empty and add loading to all pages (#134)
e55650e
balibabucommited on
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)
f30b544
balibabucommited on
feat: bind length of conversationList to chat count (#116)
ef0f1be
balibabucommited on
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)
405c9f9
balibabucommited on
feat: locate the specific location of the document based on the coordinates of the chunk and add Upload to AssistantSetting (#92)
3054c20
balibabucommited on
feat: rename conversation and delete conversation and preview reference image and fetch file thumbnails (#79)
6a6f6eb
balibabucommited on
feat: render message reference and add avatar to MessageItem (#73)
aa396c5
balibabucommited on
feat: fetch conversation and delete chat dialog (#69)
058cd84
balibabucommited on
feat: create a chat assistant and extract SimilaritySlider (#67)
8c4ec99
balibabucommited on
feat: add temperature and top-p to ModelSetting and add ChatConfigurationModal and bind backend data to KnowledgeCard (#65)
452020d
balibabucommited on
feat: remove loading from model and use DvaModel instead of redundant types such as kAModelType (#47)