Commit Graph

2497 Commits

Author SHA1 Message Date
shaohuzhang1 1141e5f19c fix: Local rearrangement model cannot be added (#4510) 2025-12-12 16:02:56 +08:00
shaohuzhang1 d1d64bba00 fix: The image uploaded from the workflow knowledge base zip file cannot be parsed (#4509) 2025-12-12 15:18:47 +08:00
shaohuzhang1 a53b0d5c10 fix: The image uploaded from the workflow knowledge base zip file cannot be parsed (#4507) 2025-12-12 14:45:37 +08:00
shaohuzhang1 47cea10a40 fix: The image uploaded from the workflow knowledge base zip file cannot be parsed (#4505) 2025-12-12 14:45:37 +08:00
CaptainB b18cd787e7 feat: add function to extract tool ID from raw ID 2025-12-12 12:47:28 +08:00
shaohuzhang1 fd400f2be1 fix: The image uploaded from the workflow knowledge base zip file cannot be parsed (#4503) 2025-12-12 11:59:10 +08:00
CaptainB d349fd5e46 chore: enhance tool call handling and fragment aggregation in tools.py 2025-12-12 10:47:57 +08:00
CaptainB 63880e3e74 fix: handle None values in row data for markdown table generation 2025-12-12 10:23:52 +08:00
liqiang-fit2cloud 377f397cc8 refactor: log tool execution duration 2025-12-11 17:22:14 +08:00
CaptainB 2d368867f1 fix: handle 'None' string in field value checks 2025-12-11 17:17:35 +08:00
zhangzhanwei 9347696676 fix: Filter special character 2025-12-11 16:34:39 +08:00
CaptainB 638f90e69f chore: limit paragraph list to first 5 segments in get_details method 2025-12-11 16:26:48 +08:00
shaohuzhang1 a0d5b17fab fix: Manually adding file types to the workflow knowledge base cannot upload files after adding them in lowercase letters (#4499) 2025-12-11 16:07:53 +08:00
CaptainB ac7bad5262 chore: enhance field value check for query conditions 2025-12-11 15:42:38 +08:00
CaptainB ecf07cee63 chore: enhance zip content extraction with posixpath for path normalization 2025-12-11 15:10:39 +08:00
shaohuzhang1 2b05ca65cf fix: When the execution fails, the execution details still show as successful in the [Knowledge Base Workflow] (#4494) 2025-12-11 13:01:02 +08:00
wxg0103 222ca030d6 fix: remove unnecessary error logging in base_chat_open_ai.py 2025-12-11 13:01:02 +08:00
zhangzhanwei faa6323822 fix: XF tts model 2025-12-10 16:15:01 +08:00
zhangzhanwei ec518206ad fix: While name in query return all trees 2025-12-10 12:51:24 +08:00
qijingyu0727 532eee571f
feat: enhance TTS model parameters and API version handling (#4480)
Co-authored-by: xiaoc <648844981@qq.com>
2025-12-10 12:25:43 +08:00
shaohuzhang1 4e58d079bf
fix: Workflow execution details execution status determination (#4483) 2025-12-10 12:25:30 +08:00
zhangzhanwei 845656611f fix: Exclude unnecessary query fields 2025-12-10 11:44:51 +08:00
shaohuzhang1 9fc1809ea3
fix: In the execution details, the execution time of the loop node is displayed incorrectly (#4479) 2025-12-10 11:01:25 +08:00
liqiang-fit2cloud d68acede6f refactor: change error number. 2025-12-09 19:02:49 +08:00
zhangzhanwei 4c0132a3aa fix: Error thrown when adding voice model 2025-12-09 18:04:21 +08:00
shaohuzhang1 666c379be9
fix: [Application] When an application with form collection is embedded into the parent application, the conversation will report an error (#4472) 2025-12-09 17:08:57 +08:00
CaptainB a291d6db3f fix: invert condition check for field_value in search document node 2025-12-09 16:56:55 +08:00
shaohuzhang1 bd473498a6
fix: Application The parent application embeds the child application and sets the variable by passing the parameter "akser" through the interface. The sub application is not displayed in the conversation log (#4471)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-09 16:51:33 +08:00
CaptainB c735aaa427 fix: skip processing when field value is empty in search document conditions 2025-12-09 12:11:26 +08:00
zhangzhanwei 6e87ceffce feat: Support tag in knowledge_workflow 2025-12-09 12:05:00 +08:00
CaptainB 8e7d8d6615 feat: decode base64 file chunks before uploading 2025-12-09 10:38:26 +08:00
CaptainB e1a12c8684 refactor: optimize image Excel ID extraction logic in common_handle.py
--bug=1064254 --user=刘瑞斌 【github#4430】Excel里带图片的数据超过5行上传后不显示图片 https://www.tapd.cn/62980211/s/1807666
2025-12-08 19:13:51 +08:00
CaptainB 31f230629b chore: remove unused schema definitions from embedding model endpoints
--bug=1064123 --user=刘瑞斌 【接口文档】文档中获取知识库向量模型的接口应该废弃了,建议更新 https://www.tapd.cn/62980211/s/1807620
2025-12-08 18:35:44 +08:00
CaptainB f39e029cda feat: implement aggregation document status retrieval in listener management 2025-12-08 18:30:03 +08:00
shaohuzhang1 eb41ddf151
fix: Application The reference segmentation of the knowledge base retrieval node in the loop body is displayed as 0 (#4466) 2025-12-08 18:19:09 +08:00
shaohuzhang1 0a5a05fe07
fix: Workflow Knowledge Base Execution Record Search Result Exception (#4460) 2025-12-08 16:32:54 +08:00
shaohuzhang1 ff26835c93
fix: Error in total time consumption statistics for executing records (#4459) 2025-12-08 15:48:48 +08:00
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