Commit Graph

32 Commits

Author SHA1 Message Date
wangdan-fit2cloud 6fd4c1fd31 perf: Organize translation files 2025-12-04 17:03: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
shaohuzhang1 53082141cb
fix: Subsequent nodes in the form have lost reference data (#4251) 2025-10-24 14:49:07 +08:00
wangdan-fit2cloud 24b36bf90f fix: Fix form node drag-and-drop issues and some style errors 2025-08-28 17:10:50 +08:00
shaohuzhang1 b2aecdbec0
feat: Set display history (#3937)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-26 17:09:45 +08:00
shaohuzhang1 a85c36f289
feat: Workflow form nodes support reference assignment (#3866) #2439
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-08-15 18:08:18 +08:00
wangdan-fit2cloud 0e78245bfb perf: Style optimization and some icon updates 2025-08-01 17:05:32 +08:00
wangdan-fit2cloud 2dc3d91a6c feat: node 2025-07-01 16:26:51 +08:00
wangdan-fit2cloud af8172a7b5 feat: resource authorization 2025-06-03 16:09:09 +08:00
CaptainB c78a6babb6 ci: v2 2025-04-11 15:47:59 +08:00
wangdan-fit2cloud 518202ae0e
perf: Form node support adjusting the order (#2533) 2025-03-11 14:51:57 +08:00
shaohuzhang1 d28c5befdf
fix: The node cannot respond after adding fields to the form node (#2252) 2025-02-12 14:11:54 +08:00
shaohuzhang1 6c6821df20
fix: refine translation (#2165)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-02-08 17:30:36 +08:00
wangdan-fit2cloud 83c5404826 fix: i18n bugs 2025-01-23 15:07:35 +08:00
wangdan-fit2cloud 1389c581b7 feat: i18n 2025-01-21 15:25:36 +08:00
wangdan-fit2cloud 82f2d7e23f fix: i18n 2025-01-20 15:42:28 +08:00
王丹 96f467fa21 feat: i18n 2025-01-20 11:03:26 +08:00
wangdan-fit2cloud 5cddada3be feat: i18n 2025-01-13 18:54:45 +08:00
shaohuzhang1 a28de6feaf
feat: i18n (#2011) 2025-01-13 11:15:51 +08:00
shaohuzhang1 efa5c191e0
fix: The switch node does not display default values (#1957) 2024-12-31 16:45:10 +08:00
shaohuzhang1 d9a46b6ed2
fix: 修复form表单数据无法响应式更新 (#1752) 2024-12-04 11:00:29 +08:00
CaptainB a896fcce74 fix: 修复表单收集列表中的默认值显示问题
--bug=1049462 --user=刘瑞斌 【表单收集】- 单选项、多选项、选项卡的默认值显示的不是标签 https://www.tapd.cn/57709429/s/1623556
2024-12-03 16:34:20 +08:00
wangdan-fit2cloud f818aa8fe7 fix: 修改部分样式 2024-12-03 16:28:29 +08:00
wangdan-fit2cloud 14ee62a7ac fix: 修复画布上table超出提示
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-02 19:01:32 +08:00
shaohuzhang1 54bdc10b2e
fix: 修复表单收集删除表单配置后,参数输出没有及时更新 (#1735) 2024-12-02 15:45:50 +08:00
shaohuzhang1 80e5e242b6
fix: 修复表单添加无法点击无效 (#1723)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-01 23:24:12 +08:00
shaohuzhang1 46c37257bc
fix: 修复单选框多选框 选择器未使用label作为选项 (#1719)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-01 00:05:04 +08:00
wangdan-fit2cloud 18b454044f fix: 优化表格文字过多问题 2024-11-29 18:55:05 +08:00
wangdan-fit2cloud 4dec2a6a58 fix: 优化部分样式 2024-11-28 15:56:32 +08:00
shaohuzhang1 6801a24c38
feat: 表单节点添加多选框,选项卡等组件 (#1651) 2024-11-19 14:24:38 +08:00
shaohuzhang1 c3d1389362
style: 修复表单收集样式 (#1646) 2024-11-18 18:14:42 +08:00
shaohuzhang1 1a1e93296e feat: 工作流表单节点 2024-11-13 10:39:05 +08:00