feat: Refine reteival of multi-turn conversation #2362 (#2539)
1c7ab64
balibabucommited on
feat: If the tts model is not set, the Text to Speech switch is not allowed to be turned on #1877 (#2446)
e536bf7
balibabucommited on
feat: Supports text output and sound output #1877 (#2436)
7b381b0
balibabucommited on
feat: Fetch mind map in search page #2247 (#2292)
f9e19e4
balibabucommited on
feat: Comment out tts item #2088 (#2232)
47aa5d5
balibabucommited on
feat: Add tts Switch to chat configuration modal #2088 (#2206)
8ee6bdd
balibabucommited on
fix: fetch user by @tanstack/react-query #1306 (#1709)
598945f
balibabucommited on
fix: fetch llm list by @tanstack/react-query #1306 (#1708)
3c31ff9
balibabucommited on
fix: Set the default value of Self RAG to false #1220 (#1702)
e08f767
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
feat: add description text to operators and extract the useFetchModelId to logicHooks.ts and drag the operator to the canvas and initialize the form data #918 (#1379)
b2b0160
balibabucommited on
feat: build categorize list from object #918 (#1276)
f277af2
balibabucommited on
feat: support Self-RAG #1069 (#1079)
2df5d5b
balibabucommited on
feat: fetch flow (#1068)
13080d4
balibabucommited on
feat: add custom edge (#1061)
be99f83
balibabucommited on
fix: fixed the problem that the api will be called directly after selecting the chat assistant picture (#1034)
48dcb0f
balibabucommited on
fix: fixed the issue of error reporting when saving chat configuration #965 (#984)
dc07f22
balibabucommited on
feat: add jina (#967)
459ac83
balibabucommited on
feat: add rerank models to the project #724 #162 (#966)
d594e0f
balibabucommited on
Fix a bug in 'assistant-setting.tsx' that causes the upload button to… (#796)
fix: historical chats appear in the new user's chat box #256 (#282)
7c07000
balibabucommited on
change language #245 (#246)
88e5a61
balibabucommited on
add help info (#142)
b7adc24
KevinHuShcommited on
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)
84f80c5
balibabucommited on
fix: disable sending messages if both application and conversation are empty and add loading to all pages (#134)
e55650e
balibabucommited on
feat: fixed an issue where the default value for temperature was not set when creating a new chat and install remark-gfm so that the markdown table can be displayed (#124)
79f4fcc
balibabucommited on
feat: remove loading from document table and fixed the issue where gif images could not be uploaded on the configuration page (#122)
f1ced48
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: 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)
4086c42
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: add DocumentPreviewer for chunk of chat reference and remove duplicate \n from record.progress_msg (#97)
ae21b62
balibabucommited on
feat: fixed the issue where chat greetings could not appear (#95)
830bf29
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: 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)