Commit Graph

2460 Commits

Author SHA1 Message Date
shaohuzhang1 5eea07dc8b
fix: update file handling functions (#4456) 2025-12-08 15:24:11 +08:00
liqiang-fit2cloud 3c8601639c refactor: remove duplicated function. 2025-12-08 15:04:16 +08:00
wxg0103 2a32193c26 fix: update imports to use langchain_aws for Bedrock embeddings and chat models 2025-12-08 14:38:50 +08:00
shaohuzhang1 8a9de5964d
fix: update file handling functions (#4455) 2025-12-08 14:26:44 +08:00
CaptainB dc0d9e29ce feat: enhance image path handling in markdown processing
--bug=1064136 --user=刘瑞斌 【工作流知识库】上传zip文件,文件中的图片内容没有写入知识库 https://www.tapd.cn/62980211/s/1806941
2025-12-08 11:16:38 +08:00
liqiang-fit2cloud ff5150d520 refactor: redirect stdout. 2025-12-08 10:17:56 +08:00
CaptainB b639061d3c fix: update file handling functions and improve documentation
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-12-05 22:07:23 +08:00
CaptainB 32c18ab5ae feat: add file upload functionality and enhance data source handling 2025-12-05 21:38:54 +08:00
wxg0103 8874988022 fix: remove incorrect translation for web root address in django.po 2025-12-05 18:28:59 +08:00
liqiang-fit2cloud 695d59d1d5 refactor: trim memory. 2025-12-05 18:12:47 +08:00
zhangzhanwei 6c1451f0e1 refactor: Support different types of aliyun stt model 2025-12-05 17:38:24 +08:00
liqiang-fit2cloud 21437632af refactor: change print to sys.stdout. 2025-12-05 16:45:30 +08:00
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
shaohuzhang1 3b3dfa5719
fix: Workflow Execution details can be filtered using status filtering (#4441) 2025-12-05 11:13:17 +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
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
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
liqiang-fit2cloud 778d379cc5 fix: set --graceful-timeout to 5 min. 2025-12-04 19:47:45 +08:00
liqiang-fit2cloud cbdfb31211 fix: set --graceful-timeout to 60. 2025-12-04 19:42:47 +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 a846514a1c
fix: Knowledge Base Workflow Execution List (#4437) 2025-12-04 17:55:08 +08:00
wxg0103 f2266c8d2a fix: handle None case for video_list in base_video_understand_node 2025-12-04 16:44:21 +08:00
liqiang-fit2cloud f8ada9a110 refactor: remove init parameter from class ToolExecutor. 2025-12-04 15:40:50 +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
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
wxg0103 c0f0eb43e3 feat: update SQL queries to support edition-based logic in application stats 2025-12-03 18:49:21 +08:00
liqiang-fit2cloud b1db3a6c25 perf: simplify initialization of ToolExecutor. 2025-12-03 17:46:13 +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
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
liqiang-fit2cloud f55f38bce3 Merge branch 'v2' of https://github.com/maxkb-dev/maxkb into v2 2025-12-03 11:35:33 +08:00
liqiang-fit2cloud 6960262757 feat: add mem limit. 2025-12-03 11:35:23 +08:00
zhangzhanwei fb2c1b05cf feat: Locales 2025-12-03 11:30:38 +08:00
CaptainB ec238b7132 feat: set current working directory for sandbox execution 2025-12-03 11:23:18 +08:00
zhangzhanwei 2f0df1f204 feat: Knowledge workflow edit permission 2025-12-03 10:43:00 +08:00