ragflow/web/src/pages
Adrian Altermatt 6691532079
Feat: Add model editing functionality with improved UI labels (#8855)
### What problem does this PR solve?

Add edit button for local LLM models
<img width="1531" height="1428" alt="image"
src="https://github.com/user-attachments/assets/19d62255-59a6-4a7e-9772-8b8743101f78"
/>

<img width="1531" height="1428" alt="image"
src="https://github.com/user-attachments/assets/c3a0f77e-cc6b-4190-95a6-13835463428b"
/>



### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):

---------

Co-authored-by: Liu An <asiro@qq.com>
2025-07-21 19:16:53 +08:00
..
add-knowledge Fix: Fixed the issue that the knowledge graph could not be displayed #8890 (#8891) 2025-07-17 15:26:21 +08:00
agent Fix: Fixed the issue that variables defined in the begin operator cannot be referenced in the switch operator. #3221 (#8950) 2025-07-21 19:11:11 +08:00
agents Feat: Create empty agent #3221 (#8054) 2025-06-05 12:04:31 +08:00
chat Feat: Add note node #3221 (#8728) 2025-07-08 19:18:55 +08:00
chunk Fix: Remove antd from dataset-page (#8830) 2025-07-15 16:12:50 +08:00
dataset Fix: Generate avatar; Add knowledge graph; Modify the style of the MultiSelect component (#8952) 2025-07-21 19:11:27 +08:00
datasets
document-viewer Fix: Remove antd from dataset-page (#8830) 2025-07-15 16:12:50 +08:00
file-manager
files
flow BugFix: AgentCreateBUGFix:required argument are missing: dsl; (#8794) 2025-07-11 19:41:26 +08:00
home Feat: Render the agent list page by page #3221 (#7736) 2025-05-20 16:03:55 +08:00
knowledge FIX: knowledge will not render a paginator when count is greater than 30 (#7596) 2025-05-14 11:53:11 +08:00
login Feat: Add frontend support for third-party login integration (#7553) 2025-05-14 12:19:28 +08:00
login-next
next-chats Fix: Fixed the issue that the content of the Dropdown section cannot be seen when selecting the next operator #3221 (#8918) 2025-07-18 17:54:32 +08:00
next-search
next-searches
profile-setting Feat: Add authorization token field to the MCP form #3221 (#8850) 2025-07-15 15:50:10 +08:00
search Fix: File selection in Retrieval testing causes other options to disappear (#7759) 2025-05-30 09:38:50 +08:00
user-setting Feat: Add model editing functionality with improved UI labels (#8855) 2025-07-21 19:16:53 +08:00
404.jsx