Commit Graph

211 Commits

Author SHA1 Message Date
wangdan-fit2cloud 6fd4c1fd31 perf: Organize translation files 2025-12-04 17:03:03 +08:00
wangdan-fit2cloud 745adf930e fix: Adding nodes in the execution details 2025-12-02 18:33:57 +08:00
wangdan-fit2cloud 12bc39ff65 fix: Fix import document router error 2025-12-02 14:21:40 +08:00
zhangzhanwei ac97e6026f fix: Knowledge workflow route 2025-12-02 11:27:28 +08:00
wangdan-fit2cloud 4b417edbbf perf: Knowledge base workflow document import
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-01 18:28:54 +08:00
wangdan-fit2cloud c9656e8804 fix: Fix table rendering errors 2025-12-01 15:28:19 +08:00
wangdan-fit2cloud e0bbf06357 fix: Fix document routing issues 2025-11-28 18:26:03 +08:00
shaohuzhang1 bfae088df6
feat: knowledge workflow (#4399)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
* feat: init knowledge workflow

* feat: add knowledge workflow and version models, serializers, and API views

* feat: knowledge workflow

* feat: knowledge workflow

* feat: add KnowledgeWorkflowModelSerializer and Operate class for workflow management

* fix: route

* feat: knowledge workflow

* feat: Knowledge workflow permission

* feat: knowledge workflow

* feat: knowledge workflow

* feat: knowledge workflow

* feat: knowledge workflow

* feat: Data source web node

* fix: Back route

* feat: knowledge workflow

* feat: knowledge workflow

* feat: Knowledge write node

* feat: add Data Source tool functionality and localization

* feat: add Data Source tool functionality and localization

* feat: knowledge workflow

* feat: knowledge workflow

* fix: simplify export tool permission check in ToolListContainer.vue

* fix: simplify export condition in ToolResourceIndex.vue

* fix: simplify condition for copying tool in ToolListContainer

* feat: knowledge workflow

* fix: Upload local files and add output fields

* feat: Knowledge write

* feat: add Document Split Node functionality and localization

* feat: add Document Split Node functionality and localization

* feat: Knowledge write

* feat: enhance Document Split Node with result processing and problem list generation

* fix: Allow problem be blank

* feat: enhance Document Split Node with result processing and problem list generation

* feat: tool datasource

* fix: Optimization of knowledge base workflow execution logic

* refactor: streamline image handling by updating application and knowledge ID management

* refactor: streamline image handling by updating application and knowledge ID management

* feat: extend support modes in variable aggregation node to include knowledge workflows

* feat: Chunks stored

* refactor: simplify file handling in document extraction by removing unnecessary byte conversion and enhancing file saving logic

* refactor: update file ID assignment in document extraction to use provided metadata

* feat: Workflow menu that distinguishes between applications and knowledge bases

* refactor: update file ID assignment in document extraction to use provided metadata

* fix: Add workspace ID as workflow execution parameter

* feat: add code template for Data Source tool form functionality

* refactor: remove unused sys import and improve module handling

* feat: Execution details support loading status

* refactor: update tool type handling and improve category merging logic

* feat: Alter fork depth

* fix: ensure filterList is properly initialized and updated in getList function

* refactor: simplify ToolStoreDialog by removing unused toolType logic

* perf: Optimize the style

* style: adjust div width for improved layout in Tree component

* refactor: improve polling mechanism for knowledge workflow action

* fix: Get workspace_id from workflow params

* fix: filter out 'file_bytes' from result in get_details method

* feat: add recursive filtering for file_bytes in context data

* fix: append results to paragraph_list instead of replacing it

* perf: Optimize translation files

* fix: include document name in bytes_to_uploaded_file call for better file handling

* refactor: optimize buffer retrieval in document processing

* refactor: remove redundant parameter from bytes_to_uploaded_file call

* fix: Page style optimization

* feat: add slider for setting limit in document rules form

* feat: add workflow knowledge management endpoints and related functionality

* fix: swap file size and file count limits in form inputs

* refactor: update tool_config args to use list format for improved readability

* feat: Node supports knowledge base workflow

* feat: Node supports knowledge base workflow

* fix: Basic node data cannot be obtained in the workflow

* style: Knowledge base workflow debugging page style adjustment

* fix: Loop nodes cannot be used in the knowledge base workflow

* fix: Knowledge base workflow variable assignment node

* feat: add chunk size slider to form for custom split strategy

* fix: Workflow style optimization

---------

Co-authored-by: CaptainB <bin@fit2cloud.com>
Co-authored-by: zhangzhanwei <zhanwei.zhang@fit2cloud.com>
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-11-28 15:38:20 +08:00
zhangzhanwei 7f1299e8c5 fix: When having read permission for the application, the application settings page can be viewed 2025-11-10 10:58:16 +08:00
shaohuzhang1 727c8bfa98
feat: Enhance dynamic form rendering (#4223) 2025-10-21 19:25:22 +08:00
shaohuzhang1 5c0735109a
perf: Partial icon updates (#3847)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-12 18:47:05 +08:00
zhangzhanwei ecd019aa14 fix: Application detail 2025-08-04 10:38:06 +08:00
zhangzhanwei 40866f28d0 fix: Application route
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-08-01 18:56:23 +08:00
zhangzhanwei d4312ee9ea feat: Resource application permission 2025-08-01 17:26:41 +08:00
zhangzhanwei 356229c6ad feat: Resource application permission 2025-07-31 14:43:49 +08:00
zhangzhanwei 30942108bd perf: Router jump 2025-07-31 10:23:45 +08:00
wangdan-fit2cloud 86ad2c54c6 feat: applicaiton resource managment
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-30 19:38:02 +08:00
zhangzhanwei 00a4b09c99 feat: Resource knowledge permission
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-30 15:50:38 +08:00
wangdan-fit2cloud 03fbba0952 feat: knowledge resource management and model resource management
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-29 18:36:27 +08:00
zhangzhanwei a725783579 feat: Morefiled of folder and knowledge 2025-07-21 15:15:26 +08:00
shaohuzhang1 42a7b1040a
fix: Dialogue interface parameters are missing (#3618) 2025-07-15 21:13:08 +08:00
shaohuzhang1 d0eb28d5fa
fix: The conversation page cannot be opened after three parties enter and refresh (#3608) 2025-07-15 16:39:04 +08:00
zhangzhanwei df9b7f208b feat: Simple application execution details 2025-07-14 16:57:09 +08:00
shaohuzhang1 b299ef0c53
fix: Page optimization when the application is unavailable (#3580) 2025-07-14 14:09:31 +08:00
shaohuzhang1 4c9d024b67
fix: After entering the password for the public access link, the parameters carried by the URL address are missing (#3570)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-11 22:36:43 +08:00
zhangzhanwei ff48a75830 fix: Page jump 403 without permission 2025-07-11 19:05:37 +08:00
wangdan-fit2cloud cd88d9d099 fix: router 2025-07-11 18:57:53 +08:00
wxg0103 2cbd8af6ad refactor: clean up formatting and whitespace in ForgotPassword.vue and routes.ts 2025-07-11 18:49:00 +08:00
wangdan-fit2cloud 91eb873312 fix: change workspace 2025-07-11 17:12:04 +08:00
zhangzhanwei a2726a9367 feat: Workspace shared knowledge permission 2025-07-10 18:28:34 +08:00
wangdan-fit2cloud 3324d4ab35 feat: 404 page 2025-07-10 17:59:33 +08:00
wangdan-fit2cloud 078bb41fc5 feat: style 2025-07-09 16:27:44 +08:00
wangdan-fit2cloud 66807217c1 fix: bugs 2025-07-07 21:05:05 +08:00
wxg0103 be759701cc feat: add application management API and update ApplicationResourceIndex.vue 2025-07-04 11:21:05 +08:00
zhangzhanwei a0b71de188 Document enter permission
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-03 20:48:07 +08:00
zhangzhanwei 23b835fa19 fix: Application community permission 2025-07-03 15:38:52 +08:00
zhangzhanwei 3b4b658934 feat: System common user permission by resource authorization 2025-07-02 16:44:22 +08:00
zhanweizhang7 b71a854d7c
feat: Shared knowledge access permission (#3450) 2025-07-02 11:35:14 +08:00
wangdan-fit2cloud c7214a6e56 feat: workflow 2025-07-01 21:22:21 +08:00
zhangzhanwei a4143eed23 feat: hit test permission 2025-07-01 18:12:31 +08:00
shaohuzhang1 2ad5883aef
feat: dynamic URL (#3444)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-07-01 15:43:00 +08:00
shaohuzhang1 bd75a3d5bc
perf: cas auth (#3436) 2025-06-30 18:34:59 +08:00
zhangzhanwei 60a0c6039e feat: Knowledge chat user permission 2025-06-30 18:23:44 +08:00
shaohuzhang1 d8a9c9ccdd
feat: Application text to speech and speech to text functions (#3433) 2025-06-30 18:03:11 +08:00
zhangzhanwei 87415e96c8 fix: Avatar permission 2025-06-30 15:24:55 +08:00
zhangzhanwei 3cf6dde72b fix: Resource authorization permission 2025-06-30 13:40:06 +08:00
shaohuzhang1 d4d7bdde41
feat: user resource permission ui (#3423)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-27 22:38:00 +08:00
shaohuzhang1 c5bdada6dc
feat: user resource permission (#3422) 2025-06-27 22:22:52 +08:00
zhangzhanwei 873a9a953f feat: System route permission 2025-06-27 21:17:31 +08:00
wangdan-fit2cloud e1841c6189 feat: resource-authorization 2025-06-27 18:13:31 +08:00