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 |
Hélio Lúcio
|
7b7576ad55
|
Add Azure AI Studio as provider (#7549)
Co-authored-by: Hélio Lúcio <canais.hlucio@voegol.com.br>
|
2024-08-27 09:52:59 +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
|
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 |
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 |
Yeuoly
|
784b11ce19
|
Chore/remove python dependencies selector (#7494)
|
2024-08-21 16:57:14 +08:00 |
-LAN-
|
4f5f27cf2b
|
refactor(api/core/workflow/enums.py): Rename SystemVariable to SystemVariableKey. (#7445)
|
2024-08-20 17:52:06 +08:00 |
Byeongjin Kang
|
0223fc6fd5
|
feat: add pgvector full_text_search (#7396)
|
2024-08-20 11:01:13 +08:00 |
Chengyu Yan
|
1f944c6eeb
|
feat(api): support wenxin bge-large and tao embedding model. (#7393)
|
2024-08-19 22:25:09 +08:00 |
Chengyu Yan
|
bfd905602f
|
feat(api): support wenxin text embedding (#7377)
|
2024-08-19 09:15:19 +08:00 |
Weaxs
|
3a33062405
|
feat: support siliconflow rerank (#7337)
|
2024-08-16 20:21:41 +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 |
-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 |
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 |
JuHyung Son
|
2e941bb91c
|
add new provider Solar (#6884)
|
2024-08-02 20:48:09 +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 |
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 |
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 |
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 |
forrestlinfeng
|
3b5b548af3
|
Add Stepfun LLM Support (#6346)
|
2024-07-18 07:47:18 +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
|
16e2d00157
|
optimize
|
2024-07-17 01:07:23 +08:00 |
takatost
|
4ef3d4e65c
|
optimize
|
2024-07-17 01:02:40 +08:00 |
Zhuo Qiu
|
63e34e5227
|
feat: support MyScale vector database (#6092)
|
2024-07-11 15:21:59 +08:00 |
8bitpd
|
7c70eb87bc
|
feat: support AnalyticDB vector store (#5586)
Co-authored-by: xiaozeyu <xiaozeyu.xzy@alibaba-inc.com>
|
2024-07-09 13:32:04 +08:00 |
Yeuoly
|
a877d4831d
|
Fix/incorrect parameter extractor memory (#6038)
|
2024-07-07 12:17:34 +08:00 |
-LAN-
|
b217ee414f
|
test(test_rerank): Remove duplicate test cases. (#6024)
|
2024-07-06 09:44:50 +08:00 |
orangeclk
|
c490bdfbf9
|
fix: zhipuai pytest correction (#5934)
|
2024-07-03 19:19:33 +08:00 |
Bowen Liang
|
dcb72e0067
|
chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-06-27 11:21:31 +08:00 |
Bowen Liang
|
31a061ebaa
|
chore: cleanup test_delete_by_document_id method in opensearch vdb test (#5619)
|
2024-06-26 17:21:36 +08:00 |
Jyong
|
43335b5c87
|
delete the deprecated method (#5612)
|
2024-06-26 12:51:50 +08:00 |
非法操作
|
f7900f298f
|
chore: refactor the http executor node (#5212)
|
2024-06-24 16:14:59 +08:00 |
-LAN-
|
ba67206bb9
|
fix(api/model_runtime/azure/llm): Switch to tool_call. (#5541)
|
2024-06-24 15:35:21 +08:00 |
Xiaoguang Sun
|
13fcd7a901
|
feat: Add program_name attribute to TiDB connection (#5499)
Signed-off-by: Xiaoguang Sun <sunxiaoguang@gmail.com>
|
2024-06-24 14:41:07 +08:00 |
LXM
|
e8ad0339a3
|
fix: tongyi json output (#5396)
|
2024-06-22 12:25:23 +08:00 |
tmuife
|
6a09409ec9
|
Add Oracle23ai as a vector datasource (#5342)
Co-authored-by: walter from vm <walter.jin@oracle.com>
|
2024-06-22 01:48:07 +08:00 |
-LAN-
|
142dc0afd7
|
refactor: Remove unused code in large_language_model.py (#5433)
|
2024-06-20 16:20:40 +08:00 |