Commit Graph

283 Commits

Author SHA1 Message Date
CaptainB 1d60741b4f feat: extend support modes in variable aggregation node to include knowledge workflows 2025-11-24 14:34:21 +08:00
CaptainB cd28a7fd4a refactor: streamline image handling by updating application and knowledge ID management 2025-11-24 14:29:35 +08:00
CaptainB 9c42965543 refactor: streamline image handling by updating application and knowledge ID management
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-24 12:31:57 +08:00
shaohuzhang1 7e7e786bef Merge branch 'v2' into knowledge_workflow
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
# Conflicts:
#	apps/application/flow/workflow_manage.py
#	apps/common/utils/tool_code.py
#	ui/src/views/tool/component/ToolListContainer.vue
2025-11-21 18:09:39 +08:00
shaohuzhang1 ada109d7ca feat: tool datasource 2025-11-21 17:05:21 +08:00
CaptainB 5922597775 feat: enhance Document Split Node with result processing and problem list generation 2025-11-21 15:44:56 +08:00
zhangzhanwei 820b68071b fix: Allow problem be blank 2025-11-21 13:43:27 +08:00
CaptainB 80f14f1e54 feat: enhance Document Split Node with result processing and problem list generation
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-20 18:01:14 +08:00
zhangzhanwei 1da372e4bd feat: Knowledge write
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-20 17:34:43 +08:00
CaptainB 27e5c65ff1 feat: add Document Split Node functionality and localization 2025-11-20 17:06:53 +08:00
CaptainB b6c6e1b336 feat: add Document Split Node functionality and localization 2025-11-20 16:36:45 +08:00
zhangzhanwei 9dc3f21406 feat: Knowledge write 2025-11-20 15:08:17 +08:00
liqiang-fit2cloud 8c0836627a refactor: remove print.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-19 17:16:22 +08:00
shaohuzhang1 e758f015f3 feat: knowledge workflow
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-19 16:32:11 +08:00
wxg0103 9d4b2bf010 feat: enhance image and video handling by supporting URLs and file IDs
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-18 18:27:11 +08:00
zhangzhanwei e939c6e85a fix: Reason content 2025-11-18 15:29:46 +08:00
liqiang-fit2cloud 8bfce62ad8 refactor: avoid using temp files in sandbox. 2025-11-18 14:27:48 +08:00
shaohuzhang1 30902f85cb feat: knowledge workflow 2025-11-18 10:58:11 +08:00
shaohuzhang1 bc1a4809e0 feat: knowledge workflow 2025-11-17 19:08:43 +08:00
zhangzhanwei 39fd3657dd feat: Knowledge write node 2025-11-17 10:27:32 +08:00
wxg0103 0555632095 feat: add token usage and top questions statistics endpoints 2025-11-13 14:56:56 +08:00
shaohuzhang1 6b61dac7bf feat: knowledge workflow
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-11-12 17:00:39 +08:00
zhangzhanwei 17c0056be1 feat: Data source web node 2025-11-12 15:02:47 +08:00
shaohuzhang1 523164f319
fix: After adding form collection at the loop node, the variables from subsequent nodes in the loop become empty (#4351) 2025-11-12 10:43:52 +08:00
shaohuzhang1 8df567fb79 feat: knowledge workflow
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-12 10:19:17 +08:00
shaohuzhang1 8d7734b9c6 feat: knowledge workflow 2025-11-11 17:41:52 +08:00
shaohuzhang1 b886d8d458 feat: knowledge workflow 2025-11-11 15:54:02 +08:00
shaohuzhang1 ebf54aa12f
fix: Application workflow, after the loop ends, there is a recall node that cannot have a conversation (#4319) 2025-11-05 19:53:01 +08:00
shaohuzhang1 a8d0729e65
perf: Memory optimization (#4318) 2025-11-05 19:05:26 +08:00
wxg0103 2de6bd2018 chore: update file hashes for community 2025-10-30 16:24:21 +08:00
wxg0103 ab434b0a9e fix: add retry mechanism for file uploads and response handling in image.py 2025-10-30 15:34:41 +08:00
zhangzhanwei c86306a67e fix: Common user folder permission
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-10-29 18:32:09 +08:00
shaohuzhang1 2298bf6992
fix: After enabling identity authentication in the application, the knowledge base retrieves the reference document list variable, but there is no content retrieved when asking questions on the application dialogue page (#4286) 2025-10-29 15:53:37 +08:00
zhangzhanwei 2cf1ad7ea4 fix: In the variable aggregation strategy that returns the first non-null value of each group, empty strings, empty lists, and empty objects are not treated as null values 2025-10-29 15:34:34 +08:00
shaohuzhang1 2151c51f78
fix: Variable assignment data type converted (#4279)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-10-28 18:32:11 +08:00
wxg0103 82224271e8 fix: update video handling to return URLs instead of base64 encoding 2025-10-28 18:21:08 +08:00
zhangzhanwei 79b47bb1b3 feat: Node execute 2025-10-28 18:09:52 +08:00
wxg0103 02311687c8 fix: update video format handling in base_video_understand_node.py 2025-10-28 17:55:54 +08:00
shaohuzhang1 b679b17f56
fix: When extracting parameters, input parameters that are not strings result in the node being unable to execute (#4276) 2025-10-28 15:18:27 +08:00
wxg0103 267bdae924 feat: enhance video processing by adding video model parameter and implement file upload to OSS 2025-10-27 16:43:27 +08:00
zhangzhanwei 2fc4a393ad feat: Group field dialog 2025-10-27 13:47:31 +08:00
zhangzhanwei a66e636aa4 feat: Variable aggregation node 2025-10-24 11:49:31 +08:00
shaohuzhang1 586c3536ca
feat: AI dialogue nodes support historical chat history parameters (#4245) 2025-10-24 11:35:27 +08:00
CaptainB 609667d9d3 chore: optimize knowledge ID retrieval in base_search_knowledge_node
--bug=1062936 --user=刘瑞斌 【应用】应用访问限制开启登录认证,登录后对话,知识库引用文档标签检索节点的输出参数报错 https://www.tapd.cn/62980211/s/1789493
2025-10-24 10:38:00 +08:00
CaptainB 4cda73ba57 refactor: optimize document matching logic for tag conditions 2025-10-23 17:43:28 +08:00
shaohuzhang1 7b3c1c7823
fix: The parameter extraction node does not display input parameters in the execution details (#4239) 2025-10-22 18:24:55 +08:00
shaohuzhang1 c5dfbde07c
fix: Error parameter not popped up prompt during variable splitting and parameter extraction node verification (#4238) 2025-10-22 17:57:16 +08:00
shaohuzhang1 9c6bf019c8
fix: Variable splitting and parameter extraction result in data loss when there is a form collection node (#4236) 2025-10-22 17:10:27 +08:00
CaptainB 219fe97c87 feat: Add document_id_list parameter to query methods in vector classes 2025-10-22 10:04:37 +08:00
CaptainB f6c72b44c2 refactor: simplify return statement in get_reference_content method
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-10-21 11:59:07 +08:00