133193e7d0
r2
2025-06-04 16:23:12 +08:00
abcca11479
r2
2025-06-03 19:10:40 +08:00
9cdd2cbb27
r2
2025-06-03 19:02:57 +08:00
309fffd1e4
Merge branch 'main' into feat/r2
...
# Conflicts:
# api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
# api/core/workflow/entities/node_entities.py
# api/core/workflow/enums.py
2025-06-03 18:56:49 +08:00
ca0b268ae5
fix: variable aggregator with group and file raise exception ( #20581 )
2025-06-03 18:17:34 +08:00
7b7f8ef51d
r2
2025-06-03 18:12:24 +08:00
36f1b4b222
fix: Ensure model config integrity in retrieval processes ( #20576 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-06-03 16:36:18 +08:00
72fdafc180
refactor: Replaces direct DB session usage with context managers ( #20569 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-06-03 16:16:06 +08:00
0486aa3445
r2
2025-06-03 13:30:51 +08:00
a145c2a8fe
fix: ensure proper conversation role alternation for vLLM ( #18837 )
2025-06-03 12:47:39 +08:00
631768ea1d
r2
2025-05-30 15:42:36 +08:00
a6ea15e63c
Refactor/message cycle manage and knowledge retrieval ( #20460 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-05-30 14:36:44 +08:00
5a991295e0
fix: drop some type fixme ( #20344 )
2025-05-30 14:10:09 +08:00
32e779eef3
refactor(workflow): Rename NodeRunMetadataKey to WorkflowNodeExecutionMetadataKey ( #20457 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-05-30 04:47:56 +08:00
482e50aae9
Refactor/remove db from cycle manager ( #20455 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-05-30 04:34:13 +08:00
a826879cf7
Merge branch 'main' into feat/r2
2025-05-29 23:04:38 +08:00
d4408e0f54
fix: handle values in output arrays for CodeNode transformation ( #20437 )
2025-05-29 17:55:20 +08:00
a025db137d
Merge branch 'main' into feat/r2
2025-05-29 09:54:28 +08:00
797d044714
r2
2025-05-29 09:53:42 +08:00
f59fb94dae
feat(agent_node): ensure that the enum-checking syntax is compatible with Python 3.11. ( #20373 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-05-28 19:56:17 +08:00
7f59ffe7af
r2
2025-05-28 17:56:04 +08:00
400ae664bb
fix(http): force multipart/form-data even without files( #20322 ) ( #20323 )
2025-05-28 17:04:38 +08:00
f233a64eb5
fix(workflow): fetch user failed when workflow run in parallel mode ( #20321 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-05-27 22:41:07 +08:00
9c9d3d7bd0
feat: document extractor chardet encoding ( #20269 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-05-27 13:27:46 +08:00
5fc2bc58a9
r2
2025-05-27 00:01:23 +08:00
83ca7f8deb
feat: add datasource support to PluginDeclaration and PluginCategory
2025-05-26 17:32:25 +08:00
b9b5d43dc6
fix: add 'floatfmt' when extract number from excel ( #20153 ) ( #20193 )
...
Co-authored-by: wangheyang <wangheyang@corp.netease.com >
Co-authored-by: crazywoola <427733928@qq.com >
2025-05-26 16:41:57 +08:00
665ffbdc10
r2
2025-05-26 14:49:59 +08:00
ec1c4efca9
r2
2025-05-25 23:09:01 +08:00
6d547447d3
r2
2025-05-23 19:30:48 +08:00
64d997fdb0
r2
2025-05-23 15:55:41 +08:00
a49942b949
fix: rename first_step_parameters
2025-05-23 15:12:31 +08:00
b93d26ee9f
Merge remote-tracking branch 'origin/feat/r2' into feat/r2
...
# Conflicts:
# api/core/datasource/entities/datasource_entities.py
2025-05-23 00:06:51 +08:00
b82b26bba5
r2
2025-05-23 00:05:57 +08:00
3bfc602561
refactor: update datasource entity structure and parameter handling
...
- Renamed and split parameters in DatasourceEntity into first_step_parameters and second_step_parameters.
- Updated validation methods for new parameter structure.
- Adjusted datasource_node to reference first_step_parameters.
- Cleaned up unused imports and improved type hints in workflow.py.
2025-05-21 20:36:26 +08:00
ba52bf27c1
r2
2025-05-20 14:57:26 +08:00
c5a2f43ceb
refactor: replace BuiltinToolManageService with RagPipelineManageService for datasource management and remove unused datasource engine and related code
2025-05-16 18:42:07 +08:00
4ff971c8a3
r2
2025-05-16 11:26:56 +08:00
93ac6d37e9
r2
2025-05-15 16:44:55 +08:00
360f8a3375
Merge branch 'main' into feat/r2
2025-05-15 15:15:23 +08:00
818eb46a8b
r2
2025-05-15 15:14:52 +08:00
1b4fea1794
fix: Referencing Metadata in the response of the External Knowledge A… ( #19637 ) ( #19644 )
...
Co-authored-by: satou.kazuhiro <satou.kazuhiro@fanuc.co.jp >
2025-05-14 15:05:28 +08:00
fabfc7d4d8
fix: remove error message $ symbol ( #19587 )
...
Co-authored-by: 刘江波 <jiangbo721@163.com >
Co-authored-by: crazywoola <427733928@qq.com >
2025-05-13 16:20:29 +08:00
57b3912227
fix: common prerequisite node workflow remove reachable node that failed to streaming llm… ( #19552 )
...
Co-authored-by: zhangshibo <zhangshibo@didiglobal.com >
2025-05-13 13:47:29 +08:00
b00f94df64
fix: replace all dataset.Model.query to db.session.query(Model) ( #19509 )
2025-05-12 13:52:33 +08:00
c720e0dd04
refactor(workflow): revamp logging module for loop & iteration nodes ( #19484 )
2025-05-12 09:32:41 +08:00
cbc8ebd8f5
chore: bump pydantic to 2.11 and pydantic-settings to 2.9 ( #15049 )
2025-05-08 17:39:51 +08:00
58d9d35515
fix: inconsistent metadata definitions ( #19343 )
2025-05-08 16:33:28 +08:00
3f1363503b
r2
2025-05-07 16:19:09 +08:00
bfa652f2d0
fix: metadata filtering condition variable unassigned; fix External K… ( #19208 )
2025-05-07 14:52:09 +08:00