liqiang-fit2cloud
|
1f4d6d1123
|
feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code.
|
2025-11-05 19:03:17 +08:00 |
|
liqiang-fit2cloud
|
f0be269cdc
|
feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code.
|
2025-11-05 18:44:57 +08:00 |
|
liqiang-fit2cloud
|
b7152867a3
|
feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code.
|
2025-11-05 16:55:29 +08:00 |
|
liqiang-fit2cloud
|
9971df1a02
|
feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code.
|
2025-11-05 16:43:17 +08:00 |
|
CaptainB
|
a30d0d07d1
|
revert: add Gunicorn preload option and initialize shared resources
This reverts commit 1af14bdb27.
|
2025-11-05 16:39:54 +08:00 |
|
CaptainB
|
2a64d281ab
|
fix: add empty environment variable dictionary for subprocess execution
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-11-05 12:45:31 +08:00 |
|
CaptainB
|
1af14bdb27
|
feat: add Gunicorn preload option and initialize shared resources
|
2025-11-05 12:38:00 +08:00 |
|
liqiang-fit2cloud
|
d9b7810cc8
|
fix: remove env from sandbox.
|
2025-11-05 12:37:46 +08:00 |
|
CaptainB
|
ddc60dd1c3
|
revert: add subprocess handling for local model and conditional post handler execution
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
This reverts commit 8e3550eb83.
|
2025-11-04 19:25:56 +08:00 |
|
zhangzhanwei
|
26a3067992
|
feat: Folder move order by name
|
2025-11-04 17:49:11 +08:00 |
|
zhangzhanwei
|
eb867daa6c
|
feat: Folder move
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-11-04 15:05:12 +08:00 |
|
CaptainB
|
8e3550eb83
|
feat: add subprocess handling for local model and conditional post handler execution
|
2025-11-04 14:19:06 +08:00 |
|
liqiang-fit2cloud
|
1fd6d13242
|
perf: revert preload.
|
2025-11-04 14:00:32 +08:00 |
|
liqiang-fit2cloud
|
c3ab9f458d
|
perf: revert preload.
|
2025-11-04 13:56:20 +08:00 |
|
liqiang-fit2cloud
|
701c962c2e
|
perf: revert preload.
|
2025-11-04 13:35:53 +08:00 |
|
liqiang-fit2cloud
|
65bcb28aa8
|
perf: revert preload.
|
2025-11-04 13:33:22 +08:00 |
|
liqiang-fit2cloud
|
28c2f517fc
|
perf: revert preload.
|
2025-11-04 13:02:12 +08:00 |
|
liqiang-fit2cloud
|
ab170c843e
|
perf: revert preload.
|
2025-11-04 11:20:29 +08:00 |
|
liqiang-fit2cloud
|
792d32d7e1
|
perf: revert preload.
|
2025-11-04 11:03:56 +08:00 |
|
liqiang-fit2cloud
|
dc9c4c9e01
|
perf: revert preload.
|
2025-11-04 10:40:55 +08:00 |
|
liqiang-fit2cloud
|
8c788bf785
|
perf: revert preload.
|
2025-11-04 09:31:27 +08:00 |
|
CaptainB
|
5b46e7d730
|
chore: update document deletion logic to handle paragraph IDs and related mappings
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1063248 --user=刘瑞斌 【知识库】删除文档时,分段与问题的关联关系没有清除 https://www.tapd.cn/62980211/s/1793500
|
2025-11-03 16:38:32 +08:00 |
|
王旭辉
|
d636d6ea7a
|
fix(vector): 修复 source_type 判断类型问题
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
- 将 source_type 转换为字符串后再与枚举值比较
- 避免了类型不匹配导致的判断错误
- 确保了数据分块功能的正常运行
|
2025-11-03 10:44:21 +08:00 |
|
shaohuzhang1
|
fcd258d05c
|
fix: The maximum limit for application dialogue has been modified to 10000000 times (#4302)
|
2025-11-03 10:20:20 +08:00 |
|
shaohuzhang1
|
a0d3031b4f
|
fix: Unable to export dialogue log data due to error (#4298)
|
2025-10-31 14:00:06 +08:00 |
|
zhangzhanwei
|
2a15017523
|
fix: XF stt model
|
2025-10-31 13:49:24 +08:00 |
|
zhangzhanwei
|
d9bda9679d
|
fix: Migration
|
2025-10-30 17:23:50 +08:00 |
|
CaptainB
|
d0cd6d657a
|
refactor: replace get_embedding_model_default_params with get_model_default_params
|
2025-10-30 17:12:30 +08:00 |
|
CaptainB
|
1b08643b98
|
fix: enhance embedding model retrieval with default parameters
|
2025-10-30 17:05:23 +08:00 |
|
CaptainB
|
ed19db07d1
|
feat: add function to retrieve default parameters for embedding models
--bug=1063177 --user=刘瑞斌 【知识库】-知识库使用的模型更换维度参数值并重新向量化后,命中测试、检索报错 https://www.tapd.cn/62980211/s/1792117
|
2025-10-30 17:00:38 +08:00 |
|
wxg0103
|
2de6bd2018
|
chore: update file hashes for community
|
2025-10-30 16:24:21 +08:00 |
|
zhangzhanwei
|
aba41c4a4b
|
fix: Migrate file
|
2025-10-30 15:38:41 +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
|
274dfdae5c
|
fix: Model get in migration file
|
2025-10-30 14:27:46 +08:00 |
|
CaptainB
|
543f83a822
|
refactor: update ZhipuChatModel to use BaseChatOpenAI and improve token counting
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1061305 --user=刘瑞斌 【应用】ai对话启用工具后部分模型(智谱)不统计tokens https://www.tapd.cn/62980211/s/1791683
|
2025-10-30 11:12:43 +08:00 |
|
zhangzhanwei
|
ef162bdc3e
|
fix: Folder permission of workspace manager
|
2025-10-30 10:12:24 +08:00 |
|
zhangzhanwei
|
c86306a67e
|
fix: Common user folder permission
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 |
|
CaptainB
|
a4b7b8dbbb
|
fix: improve error logging in tools.py to include exception info
|
2025-10-29 15:08:57 +08:00 |
|
shaohuzhang1
|
28001613f8
|
fix: When the workflow does not respond, there is an error in the historical chat record data (#4282)
|
2025-10-29 13:43:02 +08:00 |
|
shaohuzhang1
|
2151c51f78
|
fix: Variable assignment data type converted (#4279)
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 |
|
wangxuhui
|
57195f277a
|
fix(permission): 修复权限常量解析操作符索引错误 (#4275)
- 修正了权限字符串解析时操作符索引,从原来的第三部分改为第二部分
- 确保权限实例创建时操作符获取正确
- 改善权限常量解析的准确性和稳定性
Co-authored-by: 王旭辉 <2569429256@qq.com>
|
2025-10-28 18:31:31 +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 |
|
wxg0103
|
28d403f237
|
fix: update message handling in image.py to support multiple message types
|
2025-10-28 16:24:21 +08:00 |
|
wxg0103
|
79fce87e93
|
fix: add video format detection for uploaded files in image.py
|
2025-10-28 15:54:56 +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 |
|
zhangzhanwei
|
22f72c5d33
|
fix: Remove duplicate user id
|
2025-10-28 10:23:15 +08:00 |
|
wxg0103
|
e17d7c4d10
|
feat: add file upload method with base64 encoding in image.py
|
2025-10-28 10:15:22 +08:00 |
|
zhangzhanwei
|
e17bb8f5dd
|
fix: Locales
|
2025-10-27 17:47:13 +08:00 |
|
shaohuzhang1
|
f3bf9e2388
|
fix: The application export loop node cannot be used (#4268)
|
2025-10-27 17:31:52 +08:00 |
|
zhangzhanwei
|
aaa0dab747
|
fix: Workspace manager folder
|
2025-10-27 17:09:07 +08:00 |
|
shaohuzhang1
|
03e4bda814
|
fix: Alibaba Cloud Bailian Stream Response (#4266)
|
2025-10-27 17:02:53 +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
|
8bfbac671c
|
fix: Workspace permission table
|
2025-10-27 16:37:33 +08:00 |
|
zhangzhanwei
|
1174ee11c6
|
fix: Folder authorization of common user
--bug=1062968 --user=张展玮 【应用】普通用户对自己管理的文件夹进行资源授权,生效资源选择所有子资源,授权报错 https://www.tapd.cn/62980211/s/1790231
|
2025-10-27 14:38:11 +08:00 |
|
CaptainB
|
d147b794ce
|
chore: replace split_text with smart_split_paragraph in pdf_split_handle.py
|
2025-10-27 14:23:42 +08:00 |
|
zhangzhanwei
|
2fc4a393ad
|
feat: Group field dialog
|
2025-10-27 13:47:31 +08:00 |
|
CaptainB
|
25d4e3d502
|
chore: refactor embedding model parameter handling
|
2025-10-27 12:50:54 +08:00 |
|
CaptainB
|
18543a0703
|
feat: add OpenAI embedding model parameters form
--bug=1062976 --user=刘瑞斌 【模型】openai的向量模型,设置dimensions参数后,向量化失败 https://www.tapd.cn/62980211/s/1790130
|
2025-10-27 12:46:49 +08:00 |
|
zhangzhanwei
|
8fda8196f2
|
fix: Xinference add
--bug=1062934 --user=张展玮 【github#4242】添加xinference平台的语音识别模型失败 https://www.tapd.cn/62980211/s/1789683
|
2025-10-24 14:42:11 +08:00 |
|
shaohuzhang1
|
2dee3532ff
|
feat: Variable assignment nodes support ending nodes (#4247)
|
2025-10-24 11:59:08 +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 |
|
wxg0103
|
47c27e58f7
|
fix: update username regex validation to allow any characters within length constraints
|
2025-10-24 11:07:30 +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 |
|
CaptainB
|
27b74580a4
|
chore: update document.py to create and associate new source file ID in metadata
|
2025-10-23 16:41:15 +08:00 |
|
CaptainB
|
096c72513f
|
feat: add handling for missing source files in document processing
--bug=1062915 --user=刘瑞斌 【知识库】快速创建的文档,替换原文档报错,找不到源文件 https://www.tapd.cn/62980211/s/1789099
|
2025-10-23 11:48:44 +08:00 |
|
CaptainB
|
a584378002
|
chore: update file query to include document_id in filter
--bug=1062912 --user=刘瑞斌 【知识库】文档-替换原文档成功,但是下载原文档依然是替换前的文档 https://www.tapd.cn/62980211/s/1789094
|
2025-10-23 11:43:13 +08:00 |
|
CaptainB
|
1070d27d2a
|
feat: add translations for tag management messages in django.po
--bug=1062907 --user=刘瑞斌 【知识库】创建或编辑标签,标签或标签值重复的异常提示没有国际化 https://www.tapd.cn/62980211/s/1789069
|
2025-10-23 11:11:13 +08:00 |
|
CaptainB
|
75d79918b8
|
fix: ensure unique tag IDs when creating new document tags
--bug=1062908 --user=刘瑞斌 【知识库】文档标签设置,添加标签时,重复选择相同的标签,添加报错 https://www.tapd.cn/62980211/s/1789052
|
2025-10-23 10:55:03 +08:00 |
|
CaptainB
|
cfa80800d6
|
chore: update migration to alter systemsetting type and remove duplicates
|
2025-10-23 10:49:53 +08:00 |
|
liqiang-fit2cloud
|
af5d0dcb9f
|
perf: try to reduce memory usage by adding --preload argument for multi workers.
|
2025-10-23 10:25:25 +08:00 |
|
liqiang-fit2cloud
|
c5aa570482
|
perf: try to reduce memory usage by decreasing default core workers to 2.
|
2025-10-23 10:20:05 +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 |
|
shaohuzhang1
|
173994e65a
|
feat: Add SECRET_KEY environment variable settings (#4235)
|
2025-10-22 16:51:02 +08:00 |
|
shaohuzhang1
|
b36e8f5350
|
perf: Optimize the export of conversation logs (#4230)
|
2025-10-22 14:53:42 +08:00 |
|
zhangzhanwei
|
57271e97be
|
feat: Update django migration
|
2025-10-22 14:50:23 +08:00 |
|
zhangzhanwei
|
4648f08f98
|
feat: About permission
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-22 14:13:49 +08:00 |
|
CaptainB
|
887de56877
|
feat: enhance model handling with default parameters and cache model check
|
2025-10-22 12:30:47 +08:00 |
|
zhangzhanwei
|
4487964d17
|
feat: Replace source file permission
|
2025-10-22 11:25:11 +08:00 |
|
CaptainB
|
147eea4160
|
feat: implement bulk update for files with matching SHA256 hash
|
2025-10-22 10:43:32 +08:00 |
|
zhangzhanwei
|
c0ae78411e
|
feat: Tag permission interface
|
2025-10-22 10:18:41 +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
|
da7f0edecd
|
refactor: configure logging levels for mcp and mcp.server
|
2025-10-21 17:59:25 +08:00 |
|
zhangzhanwei
|
0bc635a802
|
feat: Folder Permission
|
2025-10-21 15:15:59 +08:00 |
|
CaptainB
|
f6c72b44c2
|
refactor: simplify return statement in get_reference_content method
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 |
|
CaptainB
|
c31142eeab
|
feat: add tag filtering and input support in document search functionality
|
2025-10-21 10:38:16 +08:00 |
|
zhangzhanwei
|
349402b2d8
|
feat: Folder authorization can optionally include sub-resources
|
2025-10-21 10:22:03 +08:00 |
|
wxg0103
|
39aaee8e02
|
fix: handle empty message case in common.py and update username regex validation in user.py
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-20 18:42:55 +08:00 |
|
CaptainB
|
620d4ff996
|
feat: add document replacement functionality with file upload
|
2025-10-20 15:32:30 +08:00 |
|
shaohuzhang1
|
6f1c83d287
|
feat: The judge supports `startsWith` and `endsWith` (#4217)
|
2025-10-20 10:48:03 +08:00 |
|
shaohuzhang1
|
c0c15d8983
|
fix: When there is a form node in the loop node, the loop data is lost (#4214)
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
|
2025-10-17 18:13:13 +08:00 |
|
zhangzhanwei
|
4b0dd1b7c0
|
feat: Variable aggregation
|
2025-10-17 17:31:59 +08:00 |
|
CaptainB
|
3e1e434dbf
|
feat: delete associated DocumentTag entries when deleting documents
|
2025-10-17 17:27:02 +08:00 |
|
shaohuzhang1
|
505947ded2
|
fix: Cannot use form collection in loop (#4210)
|
2025-10-17 15:44:36 +08:00 |
|
shaohuzhang1
|
c25a950650
|
feat: Support parameter extraction nodes (#4208)
|
2025-10-17 15:18:33 +08:00 |
|
CaptainB
|
947152ed33
|
feat: enhance search functionality with dynamic scope selection and improved UI
|
2025-10-17 11:43:56 +08:00 |
|
CaptainB
|
79fbc52741
|
feat: add search document node functionality and related configurations
|
2025-10-17 10:27:31 +08:00 |
|
zhangzhanwei
|
da74718b67
|
feat: Create a composite unique key to remove duplicate data
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-16 16:45:03 +08:00 |
|
wxg0103
|
5fdb6dc34b
|
feat: add video message handling and improve video context processing
|
2025-10-16 15:14:41 +08:00 |
|
zhangzhanwei
|
a6082c909f
|
fix: Folder_auth_permission_migrate
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-15 16:55:50 +08:00 |
|
CaptainB
|
47546ecef4
|
fix: correct tag ID retrieval in document filtering
|
2025-10-15 15:03:37 +08:00 |
|
CaptainB
|
c47c70afb0
|
feat: implement knowledge tag management functionality
|
2025-10-15 11:35:34 +08:00 |
|
shaohuzhang1
|
56d32c1b71
|
feat: Add additional fields to form nodes (#4195)
|
2025-10-15 11:34:30 +08:00 |
|
zhangzhanwei
|
05e0f2ab5c
|
fix: Get tool error
|
2025-10-15 11:04:55 +08:00 |
|
zhangzhanwei
|
9a8c8cc7d5
|
feat: The folder creator manages permissions and the root directory displays all resources
|
2025-10-15 10:45:54 +08:00 |
|
wxg0103
|
622780e77d
|
feat: add video understanding node and related components
|
2025-10-14 17:38:05 +08:00 |
|
zhangzhanwei
|
89749a3006
|
feat: Folder authorization backend
|
2025-10-14 16:33:13 +08:00 |
|
shaohuzhang1
|
70cfd7eb59
|
fix: typos (#4182)
|
2025-10-14 12:01:15 +08:00 |
|
shaohuzhang1
|
112ca7976a
|
feat: Support variable splitting nodes (#4181)
|
2025-10-14 11:05:42 +08:00 |
|
CaptainB
|
cae5682110
|
feat: add smart_split_paragraph function for intelligent text segmentation
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
--bug=1061634 --user=刘瑞斌 【知识库】知识库智能分段,如果切分段落太长的话,可以按照完整段落进行切分,创建多个片段。 https://www.tapd.cn/62980211/s/1783998
|
2025-10-13 10:26:06 +08:00 |
|
CaptainB
|
c0715c5b17
|
chore: integrate prompt generation in value conversion
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
--bug=1056308 --user=刘瑞斌 【应用】函数的自定义类型参数不支持通过变量名引用变量 https://www.tapd.cn/62980211/s/1783859
|
2025-10-11 18:27:49 +08:00 |
|
wxg0103
|
bbab216f4c
|
feat: implement log cleaning job and related API endpoints
|
2025-10-11 17:26:21 +08:00 |
|
shaohuzhang1
|
301785bfda
|
fix: The tool in the application export loop body has not been exported (#4177)
|
2025-10-11 16:21:46 +08:00 |
|
CaptainB
|
e4ac7783e3
|
feat: add optional parameters to OpenAIEmbeddingModel for enhanced embedding functionality
|
2025-10-11 15:16:21 +08:00 |
|
wxg0103
|
01ba883946
|
feat: add permission for clearing operation log policy
|
2025-10-11 15:08:51 +08:00 |
|
wxg0103
|
0e3de5dfb8
|
feat: add log cleanup time setting to system settings
|
2025-10-11 14:34:34 +08:00 |
|
shaohuzhang1
|
37e506fc98
|
fix: The discriminator is empty and the judgment is incorrect (#4166)
|
2025-10-10 11:07:08 +08:00 |
|
CaptainB
|
f3ef42b76f
|
chore: enhance re_findall function to handle None and empty string patterns
|
2025-10-10 10:37:02 +08:00 |
|
wxg0103
|
e8a52c824a
|
feat: implement authentication check in image processing model
|
2025-10-09 18:29:28 +08:00 |
|
CaptainB
|
80629b9574
|
chore: enhance re_findall function to handle empty patterns and regex errors
--bug=1062401 --user=刘瑞斌 【知识库】知识库文档分段的时候,如果使用的分段标识是文档中不存在的符号,点击生成预览会报错,希望这个报错提示词可以优化一下,方便识别 https://www.tapd.cn/62980211/s/1782047
|
2025-10-09 13:23:10 +08:00 |
|
zhangzhanwei
|
9406a2c1da
|
fix: Rename
|
2025-10-09 11:04:20 +08:00 |
|
zhangzhanwei
|
797c0bb8d6
|
fix: No history while use openai chat
--bug=1061932 --user=张展玮 【系统API】调用 openai 接口对话,无法获取历史聊天记录信息 https://www.tapd.cn/62980211/s/1781929
|
2025-10-09 10:53:32 +08:00 |
|
zhangzhanwei
|
f834569f91
|
feat: raise error
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
|
2025-09-29 18:07:09 +08:00 |
|
wxg0103
|
124d0ae288
|
feat: add translations for "Captcha is required" in multiple languages
|
2025-09-29 15:39:19 +08:00 |
|
CaptainB
|
54eb60d2c4
|
fix: handle all exceptions in fetch toolstore tools error logging
|
2025-09-29 14:51:55 +08:00 |
|
zhangzhanwei
|
c3c53c1998
|
fix: Chat log add to knowledge error
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-09-29 10:07:08 +08:00 |
|
CaptainB
|
e443f31cc5
|
feat: conditionally validate MCP transport based on tool type
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1062394 --user=刘瑞斌 【工具】启用、禁用工具失败 https://www.tapd.cn/62980211/s/1780683
|
2025-09-28 19:29:51 +08:00 |
|
CaptainB
|
2922f9e8f2
|
fix: update current_time formatting to include timezone information
--bug=1062367 --user=刘瑞斌 【知识库】文档状态中的时间与实际时间有时区差 https://www.tapd.cn/62980211/s/1780536
|
2025-09-28 16:25:19 +08:00 |
|
zhangzhanwei
|
57439e7758
|
fix: Generate prompt
|
2025-09-28 15:52:44 +08:00 |
|
CaptainB
|
df442272e9
|
feat: add MCP transport validation to ToolExecutor
|
2025-09-28 15:33:25 +08:00 |
|
CaptainB
|
29ce72528b
|
feat: update time handling to use timezone-aware datetime objects
|
2025-09-28 15:18:02 +08:00 |
|
wxg0103
|
7c23d6c24d
|
chore: add source field to user data in user.py
|
2025-09-28 14:45:47 +08:00 |
|
wxg0103
|
0c0f30c58e
|
chore: update AliyunBaiLianReranker to use BaseDocumentCompressor and enhance document compression logic
|
2025-09-28 12:07:38 +08:00 |
|
zhangzhanwei
|
684b86f197
|
pref: Generate prompt
|
2025-09-28 09:37:23 +08:00 |
|
shaohuzhang1
|
88023f34ba
|
fix: Infinite cycle, maximum number of cycles failed and page scaling (#4121)
|
2025-09-26 14:11:10 +08:00 |
|
shaohuzhang1
|
5d546c0a6f
|
fix: Application creation time in reverse order (#4118)
|
2025-09-26 14:08:57 +08:00 |
|
shaohuzhang1
|
d92dcd722b
|
fix: Add file name to prompt when processing images with doc (#4114)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-09-25 18:51:21 +08:00 |
|
shaohuzhang1
|
801891de82
|
fix: OpenAPI authentication (#4110)
|
2025-09-25 17:16:39 +08:00 |
|
wxg0103
|
82fdef16f1
|
feat: enable captcha requirement based on max attempts configuration
|
2025-09-25 16:20:07 +08:00 |
|
wxg0103
|
d883d0fa3e
|
fix: correct cache key format for login attempt tracking
|
2025-09-25 16:19:19 +08:00 |
|
shaohuzhang1
|
7baedb9b1c
|
fix: The restriction on simple application questioning is not effective (#4107)
|
2025-09-25 15:59:27 +08:00 |
|
zhangzhanwei
|
e8c36a6223
|
feat: STT model params
|
2025-09-25 15:47:33 +08:00 |
|
CaptainB
|
a2130edd08
|
fix: provide default value for mcp_servers in application.py
--bug=1062220 --user=刘瑞斌 【应用】新建简单应用报错 https://www.tapd.cn/62980211/s/1778977
|
2025-09-25 15:46:02 +08:00 |
|