Commit Graph

5829 Commits

Author SHA1 Message Date
liqiang-fit2cloud 3eff896f2d refactor: change print to sys.stdout. 2025-12-05 16:25:54 +08:00
wxg0103 f5feddf6ab feat: add translations for file upload error messages in django.po 2025-12-05 16:04:57 +08:00
wangdan-fit2cloud 92237e4dcf perf: Execution record 2025-12-05 15:10:25 +08:00
shaohuzhang1 3a7818dc9e
fix: Clicking on the website data source cannot open the data source settings interface (#4446) 2025-12-05 15:06:15 +08:00
shaohuzhang1 5cfd88e64d
fix: Application List - Open in More Actions to go to the chat, page returns 404 (#4445) 2025-12-05 14:48:13 +08:00
wxg0103 4c4d8dd05d fix: enhance file upload limit check to account for multiple conditions 2025-12-05 14:31:35 +08:00
wxg0103 b2a0290960 fix: correct file upload limit check to include existing URLs 2025-12-05 14:17:32 +08:00
liqiang-fit2cloud 4d0ac41a97 refactor: change dir permission. 2025-12-05 13:21:26 +08:00
CaptainB ff167c2238 chore: update django dependency to version 5.2.9
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-05 12:47:25 +08:00
shaohuzhang1 5bd29f622c
fix: The data source Tree uses fetc_list_function (#4444) 2025-12-05 12:36:57 +08:00
liqiang-fit2cloud d4bd49ba9d refactor: change dir permission. 2025-12-05 12:36:33 +08:00
shaohuzhang1 94af9e45bd
fix: When adding a new node, the default execution condition is' all ', which often results in errors. Adjust it to default to any (#4443) 2025-12-05 11:59:27 +08:00
shaohuzhang1 d835e24d35
fix: When there are user input parameters in the workflow, the data source setting information is cleared after returning to the previous step from the user input page (#4442) 2025-12-05 11:31:28 +08:00
CaptainB b58ed36a7b fix: update file limit binding in LocalFileUpload component
--bug=1064093 --user=刘瑞斌 【工作流知识库】本地文件数据源节点,设置每次最多上传文件数限制无效 https://www.tapd.cn/62980211/s/1806155
2025-12-05 11:21:41 +08:00
wxg0103 2d68fdaa00 feat: add publish label for English and Chinese translations in common.ts 2025-12-05 11:13:28 +08:00
shaohuzhang1 3b3dfa5719
fix: Workflow Execution details can be filtered using status filtering (#4441) 2025-12-05 11:13:17 +08:00
CaptainB c3ddf24d27 fix: update form_data binding to use with_filter_type in index.vue 2025-12-05 11:10:52 +08:00
CaptainB a70e27b9c0 feat: add additional nodeCascaderRefs for enhanced validation
--bug=1064068 --user=刘瑞斌 【工作流知识库】文档分段节点高级分段时,分段长度、自动清洗选项切换参数引用方式会互相影响 https://www.tapd.cn/62980211/s/1806124
2025-12-05 11:05:23 +08:00
wangdan-fit2cloud 8dc3cae775 perf: Optimize copywriting 2025-12-05 11:04:28 +08:00
CaptainB a5a27445d6 fix: update problem_list population to use append for titles and document names
--bug=1064074 --user=刘瑞斌 【工作流知识库】高级分段时,文档名称、分段标题作为问题异常,被切割成单字问题了 https://www.tapd.cn/62980211/s/1806119
2025-12-05 10:56:37 +08:00
CaptainB ce6b41d78e fix: handle None case for cell_value in xlsx_parse_table_handle
--bug=1064042 --user=刘瑞斌 【工作流知识库】QA问答对分段时,分段的问题为空,导入后关联问题为 None https://www.tapd.cn/62980211/s/1806084
2025-12-05 10:47:24 +08:00
shaohuzhang1 3627d8ac4f
fix: The data source Tree uses fetc_list_function (#4440) 2025-12-05 10:46:26 +08:00
CaptainB 44326c3a7c fix: update item name assignment in base_document_split_node to handle default case 2025-12-05 10:25:35 +08:00
CaptainB 6503053cd1 fix: handle file name for uploaded files starting with http
--bug=1064094 --user=刘瑞斌 【工作流知识库】本地文件导入的文档,文档名称显示错误,都显示成file.txt https://www.tapd.cn/62980211/s/1806074
2025-12-05 10:17:30 +08:00
CaptainB 7aa13a4206 fix: remove unused fetch_list_function logic in KnowledgeWorkflowSerializer 2025-12-05 09:59:27 +08:00
wxg0103 0535e7b8ce fix: enforce maximum file upload limit in file upload component 2025-12-05 09:21:04 +08:00
CaptainB 433f0b1ca0 fix: Remove debug print statement from ToolSerializer
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-04 21:30:50 +08:00
CaptainB b10ce2296b fix: Update tool_type assignment in ToolSerializer to use tool_data value 2025-12-04 21:30:10 +08:00
CaptainB cec3381954 fix: Update tool_type assignment in ToolSerializer to use instance value 2025-12-04 21:21:53 +08:00
wangdan-fit2cloud 37e366251e perf: Style optimization 2025-12-04 20:52:40 +08:00
wangdan-fit2cloud d3e88eae29 feat: Execution details record
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-04 20:30:28 +08:00
liqiang-fit2cloud 778d379cc5 fix: set --graceful-timeout to 5 min. 2025-12-04 19:47:45 +08:00
liqiang-fit2cloud 72ca3bb30e Merge remote-tracking branch 'origin/v2' into v2 2025-12-04 19:42:56 +08:00
liqiang-fit2cloud cbdfb31211 fix: set --graceful-timeout to 60. 2025-12-04 19:42:47 +08:00
wangdan-fit2cloud d193546ba5 perf: Optimize some styles 2025-12-04 19:41:15 +08:00
CaptainB 3a70e3cb49 feat: enhance datasource URL generation in KnowledgeWorkflow and update fetch function handling 2025-12-04 19:10:26 +08:00
CaptainB 2ce4f9af92 feat: enhance Markdown parsing by splitting content into sheets and adding sheet titles 2025-12-04 19:10:26 +08:00
shaohuzhang1 8fd568dd97
fix: Workflow Basic Node User Input Configurable Title (#4439) 2025-12-04 18:58:32 +08:00
wangdan-fit2cloud 317d630cfa perf: Execution details 2025-12-04 18:48:11 +08:00
wxg0103 3e1d34b83d feat: add getFile function to retrieve file URLs in application and chat modules 2025-12-04 18:24:33 +08:00
zhangzhanwei b664ab571f fix: Tool lib return button 2025-12-04 18:11:14 +08:00
shaohuzhang1 a846514a1c
fix: Knowledge Base Workflow Execution List (#4437) 2025-12-04 17:55:08 +08:00
wangdan-fit2cloud 6fd4c1fd31 perf: Organize translation files 2025-12-04 17:03:03 +08:00
wxg0103 f2266c8d2a fix: handle None case for video_list in base_video_understand_node 2025-12-04 16:44:21 +08:00
wxg0103 41b7f79202 fix: restore v-model binding for file list in upload component 2025-12-04 16:43:50 +08:00
wxg0103 6c0d094aa6 feat: add video understanding node with multilingual support 2025-12-04 16:35:06 +08:00
wxg0103 3ae440185e fix: correct file limit condition to allow maximum file uploads 2025-12-04 16:18:49 +08:00
wxg0103 356b0ab9c4 fix: correct file limit condition to allow maximum file uploads 2025-12-04 16:13:35 +08:00
liqiang-fit2cloud f8ada9a110 refactor: remove init parameter from class ToolExecutor. 2025-12-04 15:40:50 +08:00
wangdan-fit2cloud b034737b35 perf: Optimize icons 2025-12-04 15:22:55 +08:00