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
|
6f6b32e1ee
|
feat(workflow): integrate workflow entry with workflow app
|
2024-08-14 19:22:15 +08:00 |
-LAN-
|
b5d472fad7
|
test(*): Avoid import from `api` in tests. (#7251)
|
2024-08-14 14:09:26 +08:00 |
miendinh
|
f104b930cf
|
feat: support elasticsearch vector database (#3558)
Co-authored-by: miendinh <miendinh@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
|
2024-08-13 17:36:20 +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 |
shAlfred
|
a12ddc47e7
|
feat: add support of speech2text function for OpenAI-API-compatible and Siliconflow (#7197)
|
2024-08-12 21:38:59 +08:00 |
Yanyi Liu
|
5b32f2e0dd
|
Feat: Add model provider Text Embedding Inference for embedding and rerank (#7132)
|
2024-08-09 19:12:13 +08:00 |
shAlfred
|
a7162240e6
|
feat: add text-embedding functon and LLM models to Siliconflow (#7090)
|
2024-08-08 17:08:28 +08:00 |
小羽
|
34a9dbe826
|
Feat/add 360-zhinao provider (#7069)
|
2024-08-08 14:23:08 +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 |
JuHyung Son
|
2e941bb91c
|
add new provider Solar (#6884)
|
2024-08-02 20:48:09 +08:00 |
Jyong
|
44801df8f8
|
fix score threshold limit be None (#6900)
|
2024-08-02 12:10:51 +08:00 |
Weaxs
|
cc4785f094
|
fix: xinference reranker return_documents (#6888)
|
2024-08-01 19:57:53 +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 |
SiliconFlow, Inc
|
3e18d32ce5
|
add deepseek-coder-v2 in siliconflow (#6149)
|
2024-07-29 18:45:19 +08:00 |
Giga Group
|
c9ff0e3961
|
Add model hunyuan-embedding (#6657)
Co-authored-by: sun <sun@centen.cn>
|
2024-07-29 18:30:52 +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 |
takatost
|
dad1a967ee
|
finished answer stream output
|
2024-07-20 00:49:46 +08:00 |
ybalbert001
|
4a026fa352
|
Enhancement: add model provider - Amazon Sagemaker (#6255)
Co-authored-by: Yuanbo Li <ybalbert@amazon.com>
Co-authored-by: crazywoola <427733928@qq.com>
|
2024-07-18 19:32:31 +08:00 |
takatost
|
7ad77e9e77
|
fix test
|
2024-07-18 08:19:58 +08:00 |
forrestlinfeng
|
3b5b548af3
|
Add Stepfun LLM Support (#6346)
|
2024-07-18 07:47:18 +08:00 |
takatost
|
f67a88f44d
|
fix test
|
2024-07-17 21:17:04 +08:00 |
takatost
|
90e518b05b
|
fix bugs
|
2024-07-17 16:54:49 +08:00 |
-LAN-
|
fc37887a21
|
refactor(api/core/workflow/nodes/http_request): Remove `mask_authorization_header` because its alwary true. (#6379)
|
2024-07-17 16:52:14 +08:00 |
takatost
|
cc96acdae3
|
fix bugs
|
2024-07-17 11:26:33 +08:00 |