takatost
|
81d09d471c
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/app/apps/advanced_chat/app_generator.py
# api/core/app/apps/workflow/app_generator.py
|
2024-09-02 17:52:51 +08:00 |
takatost
|
5bda3a384a
|
fix(workflow): bugs
|
2024-09-02 17:49:51 +08:00 |
takatost
|
162e9677c7
|
fix(workflow): missing parallel event in workflow app
|
2024-08-30 20:04:17 +08:00 |
Bowen Liang
|
0c2a62f847
|
fix: correct http timeout configs‘ default values and ignorance by HttpRequestNode (#7762)
|
2024-08-30 19:09:10 +08:00 |
takatost
|
6b6750b9ad
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/services/app_generate_service.py
|
2024-08-28 18:01:57 +08:00 |
Bowen Liang
|
3f467613fc
|
feat: support configs for code execution request (#7704)
|
2024-08-27 19:38:33 +08:00 |
takatost
|
4256e9d47f
|
chore(iteration): keep start_node_id using in parallel start nodes
|
2024-08-27 16:38:33 +08:00 |
takatost
|
6c61776ee1
|
fix test
|
2024-08-25 22:02:21 +08:00 |
takatost
|
4771e85630
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/tests/integration_tests/workflow/nodes/test_code.py
# api/tests/unit_tests/core/workflow/nodes/test_answer.py
# api/tests/unit_tests/core/workflow/nodes/test_if_else.py
# api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
|
2024-08-24 17:26:44 +08:00 |
Bowen Liang
|
b035c02f78
|
chore(api/tests): apply ruff reformat #7590 (#7591)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-08-23 23:52:25 +08:00 |
takatost
|
ec4fc784f0
|
fix iteration start node
|
2024-08-22 23:53:44 +08:00 |
takatost
|
e34497ded1
|
fix: merge issues
|
2024-08-21 17:25:26 +08:00 |
takatost
|
35be41b337
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/app/apps/advanced_chat/app_generator.py
# api/core/app/apps/advanced_chat/generate_task_pipeline.py
# api/core/app/apps/workflow/app_runner.py
# api/core/app/apps/workflow/generate_task_pipeline.py
# api/core/app/task_pipeline/workflow_cycle_state_manager.py
# api/core/workflow/entities/variable_pool.py
# api/core/workflow/nodes/code/code_node.py
# api/core/workflow/nodes/llm/llm_node.py
# api/core/workflow/nodes/start/start_node.py
# api/core/workflow/nodes/variable_assigner/__init__.py
# api/tests/integration_tests/workflow/nodes/test_llm.py
# api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
# api/tests/unit_tests/core/workflow/nodes/test_answer.py
# api/tests/unit_tests/core/workflow/nodes/test_if_else.py
# api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
|
2024-08-21 16:59:23 +08:00 |
Xiyuan Chen
|
4e7b6aec3a
|
feat: support pinning, including, and excluding for model providers and tools (#7419)
Co-authored-by: GareArc <chen4851@purude.edu>
|
2024-08-21 11:16:43 +08:00 |
-LAN-
|
eae53e11e6
|
refactor(api/models/workflow.py): Add `__init__` to Workflow (#7443)
|
2024-08-20 17:52:21 +08:00 |
-LAN-
|
4f5f27cf2b
|
refactor(api/core/workflow/enums.py): Rename SystemVariable to SystemVariableKey. (#7445)
|
2024-08-20 17:52:06 +08:00 |
-LAN-
|
a10b207de2
|
refactor(api/core/app/app_config/entities.py): Move Type to outside and add EXTERNAL_DATA_TOOL. (#7444)
|
2024-08-20 17:30:14 +08:00 |
-LAN-
|
4f64a5d36d
|
refactor(api/core/workflow/nodes/variable_assigner): Split into multi files. (#7434)
|
2024-08-20 15:40:19 +08:00 |
Chengyu Yan
|
bfd905602f
|
feat(api): support wenxin text embedding (#7377)
|
2024-08-19 09:15:19 +08:00 |
takatost
|
5b5e6e31bf
|
fix: answer node unit tests
|
2024-08-16 01:44:00 +08:00 |
takatost
|
90221c0a90
|
fix: unit tests
|
2024-08-16 01:43:35 +08:00 |
takatost
|
db9b0ee985
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/app/apps/advanced_chat/app_generator.py
# api/core/app/apps/advanced_chat/app_runner.py
# api/core/app/apps/advanced_chat/generate_task_pipeline.py
# api/core/app/apps/base_app_runner.py
# api/core/app/apps/workflow/app_runner.py
# api/core/app/apps/workflow/generate_task_pipeline.py
# api/core/app/task_pipeline/workflow_cycle_state_manager.py
# api/core/workflow/entities/node_entities.py
# api/core/workflow/nodes/llm/llm_node.py
# api/core/workflow/workflow_engine_manager.py
# api/tests/integration_tests/workflow/nodes/test_llm.py
# api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
# api/tests/unit_tests/core/workflow/nodes/test_answer.py
# api/tests/unit_tests/core/workflow/nodes/test_if_else.py
# api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
|
2024-08-16 01:19:29 +08:00 |
Xiyuan Chen
|
c7df6783df
|
Revert "feat: support pinning, including, and excluding for Model Providers and Tools" (#7324)
|
2024-08-15 23:51:00 +08:00 |
takatost
|
c5192650fb
|
fix: unit tests in workflow
|
2024-08-15 23:47:59 +08:00 |
Xiyuan Chen
|
7619850855
|
feat: support pinning, including, and excluding for Model Providers and Tools (#7283)
|
2024-08-15 12:58:38 +08:00 |
-LAN-
|
32dc963556
|
feat(api/workflow): Add `Conversation.dialogue_count` (#7275)
|
2024-08-15 10:53:05 +08:00 |
takatost
|
14d020fffe
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/app/apps/advanced_chat/app_generator.py
# api/core/app/apps/advanced_chat/app_runner.py
# api/core/app/apps/advanced_chat/generate_task_pipeline.py
# api/core/app/apps/workflow/app_runner.py
# api/core/app/task_pipeline/workflow_cycle_manage.py
# api/core/workflow/entities/variable_pool.py
# api/core/workflow/nodes/base_node.py
# api/core/workflow/workflow_engine_manager.py
|
2024-08-13 17:05:39 +08:00 |
KVOJJJin
|
935e72d449
|
Feat: conversation variable & variable assigner node (#7222)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-08-13 14:44:10 +08:00 |
-LAN-
|
aad02113c6
|
fix(api/core/app/segments): Allow to contains boolean value in object segment (#7047)
|
2024-08-07 16:20:22 +08:00 |
Jyong
|
44801df8f8
|
fix score threshold limit be None (#6900)
|
2024-08-02 12:10:51 +08:00 |
takatost
|
c9bb366e1a
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/workflow/entities/variable_pool.py
# api/core/workflow/nodes/iteration/iteration_node.py
# api/core/workflow/workflow_engine_manager.py
|
2024-07-31 02:25:31 +08:00 |
takatost
|
917aacbf7f
|
add chatflow app event convert
|
2024-07-31 02:21:35 +08:00 |
Bowen Liang
|
20268708cc
|
chore: improve position map conversion and tolerate empty position yaml file (#6541)
|
2024-07-29 10:32:11 +08:00 |
-LAN-
|
6a3bef8378
|
feat(api/core/app/segments): Update segment types and variables (#6734)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-07-27 14:43:51 +08:00 |
takatost
|
63addf8c94
|
add parallel branch events
|
2024-07-26 20:27:17 +08:00 |
takatost
|
38f8c45755
|
add events in interation node
|
2024-07-26 19:47:02 +08:00 |
-LAN-
|
5d77dc4f58
|
feat(api/core/app/segments/parser.py): Remove blank segment in `convert_template` (#6709)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-07-26 18:19:33 +08:00 |
-LAN-
|
c6996a48a4
|
refactor(api/core/app/segments): Support more kinds of Segments. (#6706)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-07-26 15:03:56 +08:00 |
takatost
|
a31feacf28
|
fix iteration
|
2024-07-26 02:43:40 +08:00 |
takatost
|
ae351bd40e
|
add iteration support
|
2024-07-25 23:07:27 +08:00 |
takatost
|
4097f7c069
|
add parallel branch output
|
2024-07-25 19:39:06 +08:00 |
xielong
|
ebcc07e3e9
|
feat: support max_retries in jina requests (#6585)
|
2024-07-25 13:10:39 +08:00 |
takatost
|
f4eb7cd037
|
add end stream output test
|
2024-07-25 04:03:53 +08:00 |
takatost
|
833584ba76
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/workflow/workflow_entry.py
|
2024-07-24 23:43:14 +08:00 |
-LAN-
|
2bc0632d0d
|
fix(segments): Support NoneType. (#6581)
|
2024-07-23 17:59:32 +08:00 |
takatost
|
e9bfedab9b
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/workflow/entities/variable_pool.py
|
2024-07-23 17:28:57 +08:00 |
-LAN-
|
f019bc4bd7
|
feat(variables): Support `to_object`. (#6572)
|
2024-07-23 16:22:06 +08:00 |
takatost
|
2c695ded79
|
fix bugs
|
2024-07-23 00:10:23 +08:00 |
takatost
|
a603e01f5e
|
fix bug
|
2024-07-22 19:57:32 +08:00 |
-LAN-
|
5e6fc58db3
|
Feat/environment variables in workflow (#6515)
Co-authored-by: JzoNg <jzongcode@gmail.com>
|
2024-07-22 15:29:39 +08:00 |