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 |
takatost
|
85d319719c
|
fix end node bug
|
2024-08-24 17:17:18 +08:00 |
Bowen Liang
|
3ace01cfb3
|
chore: cleanup and rearrange unclassified configs into feature config groups (#7586)
|
2024-08-23 22:40:07 +08:00 |
Junyan Qin
|
e3d7c7c6f9
|
fix(onebot): use yarl to format url (#7589)
|
2024-08-23 22:22:42 +08:00 |
Junyan Qin
|
8807d880dc
|
Feat: add OneBot protocol tool (#7583)
|
2024-08-23 19:16:30 +08:00 |
Jie.F
|
70d6ab0bf5
|
Update stable_diffusion.py (#7536)
|
2024-08-23 18:58:13 +08:00 |
Amos
|
e42848f4b7
|
Do not pass query parameter when the value is empty (#7585)
|
2024-08-23 18:50:38 +08:00 |
张皮皮
|
f29685f8a1
|
fix score_threshold is none, return all top K documents (#7581)
|
2024-08-23 16:59:34 +08:00 |
噢哎哟喂
|
ad13011043
|
add JSON Mode support for moonshot models (#7568)
|
2024-08-23 16:24:45 +08:00 |
Charlie.Wei
|
9864b35465
|
langfuser add view button (#7571)
|
2024-08-23 15:53:49 +08:00 |
Fei He
|
6025002971
|
add qwen text-embedding-v3 support. (#7567)
|
2024-08-23 15:32:38 +08:00 |
orangeclk
|
a24717765e
|
feat: forward zhipu finish_reason (#7560)
|
2024-08-23 11:15:38 +08:00 |
takatost
|
42899fb3be
|
fix bug
|
2024-08-23 00:38:42 +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
|
fe2b300288
|
fix lint
|
2024-08-22 23:54:07 +08:00 |
takatost
|
ec4fc784f0
|
fix iteration start node
|
2024-08-22 23:53:44 +08:00 |
AllenWriter
|
931e6f1625
|
Added Space between Chinese and English within tools' description (#7545)
|
2024-08-22 19:20:13 +08:00 |
takatost
|
d6da7b0336
|
fix dialogue_count
|
2024-08-22 13:06:17 +08:00 |
orangeclk
|
f53454f81d
|
add finish_reason to the LLM node output (#7498)
|
2024-08-21 17:29:30 +08:00 |
takatost
|
92072e2ed7
|
fix: ruff issues
|
2024-08-21 17:26:51 +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 |
Yeuoly
|
784b11ce19
|
Chore/remove python dependencies selector (#7494)
|
2024-08-21 16:57:14 +08:00 |
takatost
|
412be6d014
|
fix bug
|
2024-08-21 16:43:00 +08:00 |
Jyong
|
715eb8fa32
|
fix rerank mode is none (#7496)
|
2024-08-21 16:42:28 +08:00 |
Yeuoly
|
a02118d5bc
|
Fix/incorrect code template (#7490)
|
2024-08-21 15:31:13 +08:00 |
Nam Vu
|
85fc0fdb51
|
chore: support CODE_MAX_PRECISION (#7484)
|
2024-08-21 15:11:56 +08:00 |
非法操作
|
f7af8c7cc7
|
feat: gpt-4o-mini-2024-07-18 support json schema (#7489)
|
2024-08-21 15:11:29 +08:00 |
Xiao Ley
|
0c99a3d0c5
|
fix the issue of the refine_switches at param being invalid in the Novita.AI tool (#7485)
|
2024-08-21 15:09:05 +08:00 |
hisir
|
6435b4eb44
|
Separate CODE_MAX_DEPTH and set it as an environment variable (#7474)
|
2024-08-21 12:48:25 +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 |
luckylhb90
|
9a715f6b68
|
fix(tool): tool node error (#7459)
Co-authored-by: hobo.l <hobo.l@binance.com>
|
2024-08-21 09:04:54 +08:00 |
takatost
|
1d88b62e25
|
fix(workflow): fix node link to previous node issue
|
2024-08-20 23:28:11 +08:00 |
takatost
|
617ea4b3b8
|
fix(workflow): fix parallel bug
|
2024-08-20 22:16:41 +08:00 |
wellCh4n
|
b7778de224
|
fix: document error message can not be cleared (#7453)
|
2024-08-20 19:30:57 +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-
|
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 |
非法操作
|
53146ad685
|
feat: support line break of tooltip content (#7424)
|
2024-08-20 11:03:55 +08:00 |
Byeongjin Kang
|
0223fc6fd5
|
feat: add pgvector full_text_search (#7396)
|
2024-08-20 11:01:13 +08:00 |
Nam Vu
|
6991a243aa
|
chore: correct _tts_invoke_streaming max length (#7423)
|
2024-08-20 10:20:04 +08:00 |
Chengyu Yan
|
1f944c6eeb
|
feat(api): support wenxin bge-large and tao embedding model. (#7393)
|
2024-08-19 22:25:09 +08:00 |
RookieAgent
|
4ff4859036
|
add CrossRef builtin tool: doi query and title query (#7406)
|
2024-08-19 19:14:20 +08:00 |
Xiao Ley
|
53cf756207
|
feat: OpenRouter add gpt-4o-2024-08-06 model (#7409)
|
2024-08-19 19:14:08 +08:00 |
-LAN-
|
0087afc2e3
|
fix(api/core/model_runtime/model_providers/__base/large_language_model.py): Add TEXT type checker (#7407)
|
2024-08-19 18:45:30 +08:00 |
SoaringEthan
|
acd72e3ab2
|
feat: support xinference's auth system (#7369)
|
2024-08-19 12:41:56 +08:00 |
Bowen Liang
|
bbb6fcc4f0
|
chore: update ruff from 0.5.x to 0.6.x (#7384)
|
2024-08-19 09:21:11 +08:00 |
非法操作
|
a0c689c273
|
feat: add jina tokenizer tool (#7375)
|
2024-08-19 09:15:46 +08:00 |