liqiang-fit2cloud
|
6e39df454c
|
refactor: rename MAXKB_SANDBOX_PYTHON_ALLOW_HOSTS_REGEXES to MAXKB_SANDBOX_PYTHON_ALLOW_HOST_REGEXES
|
2025-11-06 11:23:09 +08:00 |
|
CaptainB
|
6ac10785c9
|
fix: set environment variables for LD_PRELOAD and SANDBOX_ALLOW_HOSTS_REGEXES in sandbox execution
|
2025-11-06 11:10:37 +08:00 |
|
liqiang-fit2cloud
|
9029240931
|
refactor: rename MAXKB_SANDBOX_PYTHON_BANNED_HOSTS to MAXKB_SANDBOX_PYTHON_ALLOW_HOSTS_REGEXES
|
2025-11-06 11:03:48 +08:00 |
|
shaohuzhang1
|
88fc5dd398
|
fix: Set the startup environment variables (#4321)
|
2025-11-06 10:31:14 +08:00 |
|
dependabot[bot]
|
a4d8595dbf
|
chore(deps): bump django in the pip group across 1 directory (#4320)
Bumps the pip group with 1 update in the / directory: [django](https://github.com/django/django).
Updates `django` from 5.2.7 to 5.2.8
- [Commits](https://github.com/django/django/compare/5.2.7...5.2.8)
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.2.8
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-06 09:26:14 +08:00 |
|
CaptainB
|
bb7dfbc2fe
|
fix: set environment variables for banned hosts and preload library in sandbox execution
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-11-05 21:19:53 +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 |
|
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 |
|
wangdan-fit2cloud
|
d7a6de1515
|
fix: Fixed the issue where resource authorization modifications would automatically fold subfolders
|
2025-11-05 17:37:27 +08:00 |
|
liqiang-fit2cloud
|
1d749a4a92
|
feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code.
|
2025-11-05 17:00:50 +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 |
|
wangdan-fit2cloud
|
b841d862a8
|
perf: Optimize file directory style
|
2025-11-05 11:44:57 +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 |
|
wxg0103
|
9fb5e2a084
|
fix: remove WeCom JSSDK dependency from package.json
|
2025-11-04 16:40:03 +08:00 |
|
wxg0103
|
8c054c23f5
|
fix: adjust iframe styling for WeCom QR code component
|
2025-11-04 16:35:26 +08:00 |
|
wxg0103
|
c7443757f0
|
fix: update WeCom QR code handling to use iframe and include callback URL
|
2025-11-04 16:05:34 +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 |
|
wangdan-fit2cloud
|
065a44315a
|
fix: Revise the copy
|
2025-11-04 14:15:38 +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 |
|
liqiang-fit2cloud
|
33b4efa2a5
|
fix: fix LD_PRELOAD env.
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
|
2025-10-31 18:36:44 +08:00 |
|
liqiang-fit2cloud
|
4c5317ca51
|
fix: fix LD_PRELOAD env.
|
2025-10-31 18:35:28 +08:00 |
|
liqiang-fit2cloud
|
3f986c5f65
|
fix: fix LD_PRELOAD env.
|
2025-10-31 18:19:31 +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 |
|
wangdan-fit2cloud
|
90f4830d82
|
fix: Fix the shared knowledge base list issue
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-31 13:12:14 +08:00 |
|
wangdan-fit2cloud
|
0dc1d74cd1
|
perf: Optimize copywriting
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-30 17:59:31 +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 |
|