Commit Graph

108 Commits

Author SHA1 Message Date
shaohuzhang1 959187b5d2
fix: Some web pages are unable to be crawled (#3897) 2025-08-20 16:15:59 +08:00
shaohuzhang1 c74352046b
fix: The website knowledge base lacks comprehensive methods for determining files and folders, resulting in ineffective access to links within the final document #2935 (#3893) 2025-08-20 11:36:38 +08:00
CaptainB 9d4679a835 fix: improve charset detection in HTML parsing
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-07-31 13:35:11 +08:00
CaptainB 8ff15865a7 fix: remove redundant import of pickle in function_code.py
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-07-09 15:02:06 +08:00
shaohuzhang1 7ce66a7bf3
perf: Function library execution (#3175)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-05-30 18:56:01 +08:00
wxg0103 190ca3e198 refactor: login captcha 2025-05-21 10:34:01 +08:00
shaohuzhang1 c1ddec1a61
feat: Login and add graphic captcha (#3117)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-05-20 20:16:36 +08:00
shaohuzhang1 b0630b3ddd
perf: Refine the Model Manager code (#3098) 2025-05-16 12:09:39 +08:00
liqiang-fit2cloud c0ffc0aaf5 security: fix reverse shell vulnerability in function library. 2025-04-09 09:57:11 +08:00
shaohuzhang1 5e43bb9d2a
fix: jieba 分词使用全模式 (#2813) 2025-04-07 18:51:32 +08:00
shaohuzhang1 2991f0b640
perf: Optimize word segmentation retrieval (#2767) 2025-04-01 19:11:16 +08:00
shaohuzhang1 db772b1d1c
fix: Segmented filtering of paragraphs with empty parent title content (#2693)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-03-26 16:02:26 +08:00
CaptainB 47849fc1a5 fix: Add FlibInstance to allowed classes and use restricted_loads for deserialization 2025-03-20 13:53:37 +08:00
shaohuzhang1 f19ad24907
fix: Application import deserialization vulnerability #2604 (#2633) 2025-03-20 12:10:06 +08:00
shaohuzhang1 470105f895
feat: Support application、setting、user log recorder (#2617) 2025-03-19 15:45:10 +08:00
shaohuzhang1 5ec94860b2
perf: Enhance Word parsing (#2612) 2025-03-19 12:04:43 +08:00
shaohuzhang1 dc79a22ba3
feat: Non streaming response answers_list (#2461) 2025-03-03 14:54:45 +08:00
shaohuzhang1 8477e957bd
fix: Function library execution role group (#2358) 2025-02-24 10:07:14 +08:00
shaohuzhang1 37ebe3e68f
fix: application i18n (#2086) 2025-01-23 11:54:34 +08:00
shaohuzhang1 d9c6b6bdb6
fix: model i18n error (#2055) 2025-01-21 15:52:59 +08:00
shaohuzhang1 a28de6feaf
feat: i18n (#2011) 2025-01-13 11:15:51 +08:00
shaohuzhang1 54381ffaf3
feat: Document vectorization supports processing based on status (#1984) 2025-01-07 11:15:10 +08:00
wxg0103 c13427a0b1 refactor: tts node add warning 2024-12-30 11:24:32 +08:00
wxg0103 506187e3c2 fix: tts node add a prompt with empty text
--bug=1050887 --user=王孝刚 【应用编排】知识库检索节点为空,走到文本转语音节点会报错 https://www.tapd.cn/57709429/s/1637596
2024-12-26 18:25:04 +08:00
wxg0103 bb58ac6f2c fix: Text ignores special characters such as HTML tags
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1050847 --user=王孝刚 【应用】-文本转语音节点在接收到带有html标签或url的文本,生成的语音中没有忽略代码和url等信息 https://www.tapd.cn/57709429/s/1637065
2024-12-25 18:33:52 +08:00
wxg0103 32e5c8195a fix: fix the defect of empty line to speech error
--bug=1050760 --user=王孝刚 【应用】文本转语音使用豆包模型时,用户问题文本中间有空行,会报错 https://www.tapd.cn/57709429/s/1636230
2024-12-24 16:29:46 +08:00
wxg0103 f9548dd7f2 fix: fix audio frame rate 2024-12-23 10:30:42 +08:00
shaohuzhang1 832b0dbd63
feat: Knowledge base import supports zip, xls, xlsx, and csv formats, while knowledge base export supports zip format (#1869) 2024-12-18 18:00:19 +08:00
wxg0103 b2829963ab fix: remove audio channels
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-18 11:24:31 +08:00
wxg0103 0724fde7da fix: set audio channels 2024-12-18 10:20:03 +08:00
wxg0103 b819e6634e refactor: Support uploading multiple audio files
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-17 18:24:10 +08:00
wxg0103 5b969ef861 feat: add speech_to_text node and text_to_speech node
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-12-13 15:02:06 +08:00
CaptainB add99fabc6 feat: Support image generate model 2024-12-13 14:42:14 +08:00
wxg0103 d6a7a5f92e refactor: 优化大量数据批量入库 2024-12-04 18:23:39 +08:00
CaptainB 695576bfbd fix: 修复字符集不匹配的情况提取web的问题
--bug=1048607 --user=刘瑞斌 【github#1577】有个网站导入web知识库报错 https://www.tapd.cn/57709429/s/1623295
2024-12-03 15:48:26 +08:00
shaohuzhang1 93a5c6eb2d
fix: 修复文档状态数据数据错误问题 (#1697) 2024-11-26 16:24:03 +08:00
shaohuzhang1 e978c83f02
feat: 文档状态 2024-11-26 12:08:13 +08:00
shaohuzhang1 6f284420d6 fix: 修复多work导致数据不同步问题 2024-10-30 18:09:33 +08:00
wxg0103 da38621d1d refactor: 优化代码
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-29 19:22:20 +08:00
wxg0103 76f3afbc7a fix: 修复双击ldap结果跳转到oidc的缺陷
--bug=1048233 --user=王孝刚 【用户登录】登录首页-点击LDAP两下,会提示跳转至认证源页面登录 https://www.tapd.cn/57709429/s/1599607
2024-10-28 17:22:13 +08:00
shaohuzhang1 434db5a900 fix: 修复参数设置页面,回显问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-23 19:20:09 +08:00
shaohuzhang1 23c7269231
refactor: 对话秘钥校验 (#1430) 2024-10-22 18:29:13 +08:00
wxg0103 5973957037 fix: 修复license校验问题 2024-10-22 17:55:08 +08:00
shaohuzhang1 ad6d617caa refactor: 重构校验
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-18 18:42:59 +08:00
shaohuzhang1 677ce46b49 build: 屏蔽敏感环境变量 2024-09-26 16:23:39 +08:00
shaohuzhang1 df172b530c fix: 修复上传PDF文件智能分段时提示 分段内容不能超过102400个字符 #998 2024-08-26 14:17:25 +08:00
shaohuzhang1 bee832994b fix: 修复函数库输入参数校验,搜索函数失败,编辑函数描述为空校验 2024-08-22 11:50:37 +08:00
zhangshaohu 7c5957e0a3 feat: 分离任务 2024-08-21 14:46:38 +08:00
shaohuzhang1 f421d1975d feat: 函数库功能 2024-08-15 17:17:25 +08:00
shaohuzhang1 0ad5a76598
fix: 修复分段时,特殊情况会丢失数据 #938 (#946)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-07 19:52:05 +08:00