takatost
|
5b22d8f8b2
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/workflow/nodes/llm/llm_node.py
# api/core/workflow/nodes/question_classifier/question_classifier_node.py
|
2024-08-23 00:32:28 +08:00 |
crazywoola
|
2c427e04be
|
Feat/7134 use dataset api create a dataset with permission (#7508)
|
2024-08-21 20:25:45 +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 |
KinWang
|
e35e251863
|
feat: Sort conversations by updated_at desc (#7348)
Co-authored-by: wangpj <wangpj@hundsunc.om>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-08-20 17:55:44 +08:00 |
-LAN-
|
5e42e90abc
|
fix(api/services/workflow/workflow_converter.py): Add NoneType checkers & format file. (#7446)
|
2024-08-20 17:51:49 +08:00 |
Hash Brown
|
fbf31b5d52
|
feat: custom app icon (#7196)
Co-authored-by: crazywoola <427733928@qq.com>
|
2024-08-19 09:16:33 +08:00 |
-LAN-
|
5350b1d938
|
fix(api/services/workflow/workflow_converter.py): Add converrsation variable to workflow. (#7257)
|
2024-08-17 10:30:12 +08:00 |
crazywoola
|
4d4af00399
|
fix: keywords (#7357)
|
2024-08-16 20:43:55 +08:00 |
Nam Vu
|
dbc1ae45de
|
chore: update docstrings (#7343)
|
2024-08-16 14:19:01 +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 |
-LAN-
|
2d89b7d0a9
|
fix(api/services/app_dsl_service.py): Add conversation variables. (#7304)
|
2024-08-15 16:46:48 +08:00 |
takatost
|
6f6b32e1ee
|
feat(workflow): integrate workflow entry with workflow app
|
2024-08-14 19:22:15 +08:00 |
-LAN-
|
5b77ef01d4
|
chore(api/services/app_dsl_service.py): Bump DSL version to 0.1.1 (#7235)
|
2024-08-13 18:20:41 +08:00 |
takatost
|
2980e31ddf
|
fix issues when merging from main
|
2024-08-13 17:11:19 +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 |
takatost
|
8401a11109
|
feat(workflow): integrate workflow entry with advanced chat app
|
2024-08-13 16:21:10 +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 |
Joe
|
425174e82f
|
feat: update ops trace (#7102)
|
2024-08-09 15:22:16 +08:00 |
Joe
|
7201b56a6d
|
fix: workflow log run time error (#7130)
|
2024-08-09 14:46:31 +08:00 |
majian
|
5542ee4d0d
|
workflow logs support workflow run id filter (#6833)
|
2024-08-08 14:54:02 +08:00 |
-LAN-
|
536c43257b
|
refactor(*): Update hard-code '[__HIDDEN__]' to the constant. (#7048)
|
2024-08-07 17:30:56 +08:00 |
Jyong
|
80c94f02e9
|
add vector field for other vectordb (#7051)
|
2024-08-07 17:14:03 +08:00 |
Sangmin Ahn
|
7f81a86e9e
|
chore: show non-English characters in exported DSL files (#7042)
|
2024-08-07 14:03:15 +08:00 |
Jyong
|
28d4e5b045
|
Fix/reranking mode is null (#7012)
|
2024-08-06 19:12:04 +08:00 |
Sangmin Ahn
|
dd676866aa
|
chore: exclude .txt extenstion in create_by_text API (#6956)
|
2024-08-05 15:52:07 +08:00 |
Jyong
|
048bc4c06e
|
fix update dataset failed when embedding model is not exist (#6920)
|
2024-08-02 20:30:22 +08:00 |
takatost
|
0818b7b078
|
remove iteration special logic
|
2024-07-26 21:27:01 +08:00 |
takatost
|
63addf8c94
|
add parallel branch events
|
2024-07-26 20:27:17 +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 |
takatost
|
05141ede16
|
chore: optimize asynchronous deletion performance of app related data (#6634)
|
2024-07-24 18:15:03 +08:00 |
Jyong
|
e4bb943fe5
|
Feat/delete single dataset retrival (#6570)
|
2024-07-24 12:50:11 +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 |
takatost
|
1690788827
|
fix: name 'current_app' is not defined in recommended_app_service (#6574)
|
2024-07-23 16:48:21 +08:00 |
takatost
|
0fe516568a
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/workflow/nodes/code/code_node.py
# api/core/workflow/nodes/end/end_node.py
# api/core/workflow/nodes/knowledge_retrieval/knowledge_retrieval_node.py
# api/core/workflow/nodes/parameter_extractor/parameter_extractor_node.py
# api/core/workflow/nodes/variable_aggregator/variable_aggregator_node.py
|
2024-07-23 16:18:34 +08:00 |
Sangmin Ahn
|
093b8ca475
|
fix: escape double quotation marks in the vector DB search query (#6506)
|
2024-07-23 15:02:25 +08:00 |
-LAN-
|
cd7fa8027a
|
fix(api/core/model_manager.py): Avoid mutation during iteration. (#6536)
|
2024-07-22 22:58:22 +08:00 |
-LAN-
|
617847e3c0
|
fix(api/services/app_generate_service.py): Remove wrong type hints. (#6535)
|
2024-07-22 22:58:07 +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 |
Jyong
|
57729823a0
|
fix wrong method using (#6459)
|
2024-07-19 13:48:13 +08:00 |
Songyawn
|
218930c897
|
fix tool icon get failed (#6375)
Co-authored-by: songyawen <songyawen@zkme.xyz>
|
2024-07-18 18:55:48 +08:00 |
Jyong
|
f55876bcc5
|
fix web import url is too long (#6402)
|
2024-07-18 01:14:36 +08:00 |
takatost
|
f67a88f44d
|
fix test
|
2024-07-17 21:17:04 +08:00 |
FamousMai
|
20f73cb756
|
fix: default model set wrong(#6327) (#6332)
Co-authored-by: maiyouming <maiyouming@yafex.cn>
|
2024-07-17 14:14:12 +08:00 |
Jyong
|
0de224b153
|
fix wrong using of RetrievalMethod Enum (#6345)
|
2024-07-16 19:09:04 +08:00 |
takatost
|
775e52db4d
|
merge
|
2024-07-16 17:46:20 +08:00 |
takatost
|
00ec36d47c
|
add graph engine test
|
2024-07-16 16:37:37 +08:00 |
Jyong
|
d320d1468d
|
Feat/delete file when clean document (#5882)
|
2024-07-15 19:57:05 +08:00 |
takatost
|
46a5294d94
|
feat(backend): support import DSL from URL (#6287)
|
2024-07-15 16:23:40 +08:00 |