ragflow / web /src /hooks

Commit History

feat: support GPT-4o #771 and hide the add button when the folder is a knowledge base (#775)
1a0fce6

balibabu commited on

Make the app name configurable even after the project is built (#731)
15052fd

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: add spin to parsing status icon of dataset table (#649)
182a723

balibabu commited on

fix: filter knowledge list by keywords and clear the selected file list after the file is uploaded successfully and add ellipsis pattern to chunk list (#628)
8e109c7

balibabu commited on

fix: #567 use modal to upload files in the knowledge base (#601)
4c6dadf

balibabu commited on

feat: translate FileManager #345 (#558)
7c6cf75

balibabu commited on

feat: add file icon to table of FileManager #345 (#543)
bd39551

balibabu commited on

feat: upload file in FileManager #345 (#529)
40a88fa

balibabu commited on

feat: create folder #345 (#518)
4056097

balibabu commited on

fix: cannot save the system model setting #468 (#508)
8c06509

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: Support Traditional Chinese (#336)
74ade83

balibabu commited on

feat: add batch operations for document list (#302)
e52051a

balibabu commited on

fix: historical chats appear in the new user's chat box #256 (#282)
7c07000

balibabu commited on

feat: add support for ollama #221 (#260)
21cf732

balibabu commited on

change language #245 (#246)
88e5a61

balibabu commited on

fix: all documents in the knowledge base cannot be selected if they have not been parsed. #214 (#215)
ebd2f75

balibabu commited on

fix: #209 after saving the knowledge base configuration, jump to the dataset page (#212)
badd5fe

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: enlarge the size of the next button for uploading files and add locale config to global.ts (#195)
6e3eead

balibabu commited on

feat: jumping from the chunk list page to the file list page keeps th… (#174)
7c4aa10

balibabu commited on

feat: add base_url to ApiKeyModal (#167)
3fb07ee

balibabu commited on

feat: add corresponding icons to files (#164)
b0b89da

balibabu commited on

feat: select the corresponding parsing method according to the file type and after the document is successfully uploaded, use the ChunkMethodModal to select the parsing method. and remove ChunkMethodModal from knowledge-file (#158)
71b7e06

balibabu commited on

fix: by obtaining the width and height of the pdf and passing it to b… (#151)
31c7dca

balibabu commited on

feat: add pages to ChunkMethodModal (#143)
0cf2c67

balibabu 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

feat: generate select options for SystemModelSettingModal grouped by type and add llm icon and add upgrade button to UserSettingTeam and replace the icon in the sidebar of the user settings page (#128)
d80b399

balibabu commited on

feat: add SystemModelSettingModal (#127)
7ccbbf8

balibabu commited on

feat: submit api key and add language to Configuration and fetch llm factory list on UserSettingModel mount (#121)
7e26e0d

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: submit new password to backend and submit user information and add Form to UserSettingProfile (#114)
cd46bb2

balibabu commited on

feat: set initial state of auth to null (#108)
bbbfe3a

balibabu commited on

feat: call useLoginWithGithub in useAuth (#107)
30910b7

balibabu commited on

feat: login with github and if it is not a pdf file, set the width of chunkContainer to 100% (#106)
b40a87c

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 DocumentPreviewer for chunk of chat reference and remove duplicate \n from record.progress_msg (#97)
ae21b62

balibabu commited on

feat: display all pdf pages and add DocumentPreview (#88)
e4e6a45

balibabu commited on

feat: rename conversation and delete conversation and preview reference image and fetch file thumbnails (#79)
6a6f6eb

balibabu commited on

feat: add file icon and add message popover content (#77)
8e222fd

balibabu commited on

feat: render message reference and add avatar to MessageItem (#73)
aa396c5

balibabu commited on

feat: fetch conversation and delete chat dialog (#69)
058cd84

balibabu commited on