Commit History
feat: add icon to graph nodes #918 (#1117)
454aa85
balibabu
commited on
feat: add OperateDropdown and send debug message #918 (#1095)
8441328
balibabu
commited on
feat: support Self-RAG #1069 (#1079)
2df5d5b
balibabu
commited on
feat: fetch flow (#1068)
13080d4
balibabu
commited on
feat: add custom edge (#1061)
be99f83
balibabu
commited on
fix: fixed the problem that the api will be called directly after selecting the chat assistant picture (#1034)
48dcb0f
balibabu
commited on
fix: fixed the issue of error reporting when saving chat configuration #965 (#984)
dc07f22
balibabu
commited on
fix: if the conversation name is too long, it will overflow the current item. #607 (#972)
7483940
balibabu
commited on
feat: add jina (#967)
459ac83
balibabu
commited on
feat: add rerank models to the project #724 #162 (#966)
d594e0f
balibabu
commited on
Reorganized docs for docusaurus publish (#860)
e090e58
writinwaters
commited on
fix: the site domain name in the Chat Bot API is hardcoded. #776 (#859)
326ea88
balibabu
commited on
fix: thumbnails are too large in the chat box #818 (#819)
6aa5abc
balibabu
commited on
feat: Support for conversational streaming (#809)
cb33b9e
balibabu
commited on
Fix a bug in 'assistant-setting.tsx' that causes the upload button to… (#796)
447b19b
feat: support GPT-4o #771 and hide the add button when the folder is a knowledge base (#775)
1a0fce6
balibabu
commited on
feat: delete the added model #503 and display an error message when the requested file fails to parse #684 (#708)
ebf2bde
balibabu
commited on
fix: fix uploaded file time error #680 (#690)
8d2a400
balibabu
commited on
fix: fixed the issue that ModelSetting could not be saved #614 (#617)
be5bfb7
balibabu
commited on
fix: omit long file names (#608)
d13f144
balibabu
commited on
fix: display the current language directly at the top and do not disp… (#579)
b941fd0
balibabu
commited on
feat: #345 even if the backend data returns empty, the skeleton of the chart will be displayed. (#461)
7651eb4
balibabu
commited on
feat: translate EmbedModal #345 (#455)
7ba250b
balibabu
commited on
fix: replace some pictures of chunk method #437 (#438)
700dff9
balibabu
commited on
feat: add overview (#391)
b916b29
balibabu
commited on
feat: add quote item to PromptEngine (#338)
f6eb84a
balibabu
commited on
Update default language to English (#309)
0957ae0
fix: historical chats appear in the new user's chat box #256 (#282)
7c07000
balibabu
commited on
Fixed an issue where refreshing the login page caused the language settings to become invalid. #249 (#250)
5769711
balibabu
commited on
change language #245 (#246)
88e5a61
balibabu
commited on
remove showDeleteConfirm function and center the Empty of knowledge list and extract the text of the login page to en.json (#203)
e441caf
balibabu
commited on
feat: add corresponding icons to files (#164)
b0b89da
balibabu
commited on
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)
60101af
balibabu
commited on
add help info (#142)
b7adc24
KevinHuSh
commited on
feat: add hooks for document table and refactor document-related modal (#141)
c22c6b5
balibabu
commited 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
balibabu
commited on
fix: disable sending messages if both application and conversation are empty and add loading to all pages (#134)
e55650e
balibabu
commited on
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)
7043f18
balibabu
commited on
feat: add chunkText to messageText to distinguish table rows and when parsing, the delete and other buttons are set to disabled. (#130)
825281b
balibabu
commited on
feat: add programming language highlighting for markdown syntax (#129)
944c0a6
balibabu
commited 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
balibabu
commited on
feat: remove loading from document table and fixed the issue where gif images could not be uploaded on the configuration page (#122)
f1ced48
balibabu
commited 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
balibabu
commited on
feat: bind length of conversationList to chat count (#116)
ef0f1be
balibabu
commited on
feat: add UserSetting and set height of MoreIcon to 24px and replace logo (#111)
657bc8a
balibabu
commited on
feat: fixed the issue that some PDF documents could not be displayed on the chunk list page in small screens and logout (#105)
04d557b
balibabu
commited 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
balibabu
commited 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
balibabu
commited on
feat: add DocumentPreviewer for chunk of chat reference and remove duplicate \n from record.progress_msg (#97)
ae21b62
balibabu
commited on