Commit Graph

5794 Commits

Author SHA1 Message Date
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
CaptainB a197cfc69d feat: implement CSV, XLS, and XLSX content extraction with Markdown formatting 2025-12-04 14:33:19 +08:00
shaohuzhang1 c4dd09ca1e
feat: Knowledge Base Workflow Execution Record (#4435) 2025-12-04 14:22:46 +08:00
zhangzhanwei 0db2622663 fix: Knowledge workflow permission 2025-12-04 13:47:06 +08:00
liqiang-fit2cloud 94eb6959d9 feat: add MAXKB_SANDBOX_PYTHON_PROCESS_LIMIT_CPU_CORES env.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-04 11:23:33 +08:00
CaptainB 447393a544 fix: ensure document ID is converted to string in document list
--bug=1064030 --user=刘瑞斌 【知识库】工作流知识库的文档内容提取节点输出的文档列表,id字段是个UUID对象,后续节点引用后无法解析,需要转成字符串输出 https://www.tapd.cn/62980211/s/1805648
2025-12-04 10:57:34 +08:00
CaptainB e83f2bd55b feat: remove duplicate name validation from knowledge workflows 2025-12-04 10:46:02 +08:00
wxg0103 648d8878eb fix: restore functionality to push valid files to the file list 2025-12-04 10:38:16 +08:00
CaptainB 9594b4fef6 fix: improve problem list population in custom split strategy
--bug=1064029 --user=刘瑞斌 【知识库】工作流知识库使用高级分段时,开启文档标题或名称关联问题开关,分段失败 https://www.tapd.cn/62980211/s/1805605
2025-12-04 10:03:27 +08:00
wxg0103 517a4de54e feat: add SQL queries for token usage and top questions analytics 2025-12-04 09:14:58 +08:00
wangdan-fit2cloud a0103aa014 fix: Adjust execution details and fix some bugs. 2025-12-03 19:25:53 +08:00
wxg0103 c0f0eb43e3 feat: update SQL queries to support edition-based logic in application stats 2025-12-03 18:49:21 +08:00
zhangzhanwei 62fa6d5cfe pref: Remove return content button 2025-12-03 18:16:11 +08:00
liqiang-fit2cloud b1db3a6c25 perf: simplify initialization of ToolExecutor. 2025-12-03 17:46:13 +08:00
shaohuzhang1 9539082092
fix: Workflow knowledge base import button error (#4429) 2025-12-03 17:17:22 +08:00
CaptainB ac9bb0d288 feat: enhance Result.vue to determine API type based on route 2025-12-03 17:15:23 +08:00
CaptainB 48baeac102 feat: add upload document endpoint to knowledge workflow 2025-12-03 17:10:48 +08:00
wxg0103 7c8bbef86d fix: add show-password attribute to private key and certificate inputs in Saml2.vue 2025-12-03 17:08:16 +08:00
CaptainB 0d8958847f feat: include is_publish flag in workflow serialization 2025-12-03 16:55:26 +08:00
zhangzhanwei 85b408ecd1 fix: Shared knowledge workflow back 2025-12-03 16:40:00 +08:00
wxg0103 4591d4d322 fix: optimize SQL queries for token usage and top questions with improved username handling 2025-12-03 15:37:02 +08:00
wangdan-fit2cloud 2bcb43eaf7 perf: Style optimization 2025-12-03 15:22:08 +08:00
shaohuzhang1 d07fc150dd
fix: Default data for local file nodes (#4426) 2025-12-03 15:16:03 +08:00
zhangzhanwei 877d413b1d fix: Workflow save before publish 2025-12-03 15:11:05 +08:00
zhangzhanwei 751cdc4299 fix: Node height 2025-12-03 14:49:17 +08:00
zhangzhanwei dbac0201a8 fix: Knowledge write node height 2025-12-03 14:45:08 +08:00
liqiang-fit2cloud 243cc6ccd2 feat: catch memory error. 2025-12-03 14:39:34 +08:00
liqiang-fit2cloud 46f5a6c9ce Merge branch 'v2' of https://github.com/maxkb-dev/maxkb into v2 2025-12-03 14:35:34 +08:00
zhangzhanwei b2d2063843 feat: Locales 2025-12-03 14:28:16 +08:00
zhangzhanwei e626e0e0e4 fix: Resource permission list does not display non-regular user roles 2025-12-03 14:10:28 +08:00
wxg0103 1d2919094b fix: correct error handling in URL processing function 2025-12-03 14:03:17 +08:00
CaptainB 44ff544e35 feat: call radioChange on component mount
--bug=1063991 --user=刘瑞斌 【工具】- 选择【数据源】后,切换到应用或知识库菜单,再切换回工具列表,数据显示不准确 https://www.tapd.cn/62980211/s/1805110
2025-12-03 12:51:01 +08:00
liqiang-fit2cloud bdf75ba3f0 Merge branch 'v2' of https://github.com/maxkb-dev/maxkb into v2 2025-12-03 12:25:48 +08:00
CaptainB 6308ee4ff3 feat: add test connection endpoint for system tools
--bug=1063992 --user=刘瑞斌 【资源管理】mcp工具在资源管理中测试连接一直转圈 https://www.tapd.cn/62980211/s/1805081
2025-12-03 12:09:25 +08:00
CaptainB 13b1525806 fix: remove MCP tool type restriction from copy and export permissions
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-03 11:58:15 +08:00
shaohuzhang1 842b4ddc85
fix: Workflow knowledge base execution supports document removal and continued import (#4420) 2025-12-03 11:47:09 +08:00