jyong
|
d94e03c72b
|
add recommended rag plugin endpoint
|
2025-09-01 19:38:28 +08:00 |
QuantumGhost
|
eb7b21c7f1
|
Merge remote-tracking branch 'upstream/feat/rag-2' into feat/rag-2
|
2025-09-01 17:06:53 +08:00 |
jyong
|
1676207776
|
add recommended rag plugin endpoint
|
2025-09-01 14:50:02 +08:00 |
jyong
|
7920714f49
|
add recommended rag plugin endpoint
|
2025-09-01 14:45:56 +08:00 |
QuantumGhost
|
63c035d8a2
|
chore(api): migrate import for db
|
2025-08-31 16:46:25 +08:00 |
QuantumGhost
|
e9e7d4f3cd
|
Merge branch 'feat/rag-2' into feat/workflow-draft-var-optimize
|
2025-08-31 15:17:23 +08:00 |
QuantumGhost
|
13eb9f7d7d
|
feat(api): implement truncation for draft var
|
2025-08-31 13:44:38 +08:00 |
QuantumGhost
|
40faa9ce16
|
refactor(api): Inject db dependency to FileService
|
2025-08-31 13:44:38 +08:00 |
Novice
|
1a34ff8a67
|
fix: change the mcp server strucutre to support github copilot (#24788)
|
2025-08-29 18:00:58 +08:00 |
kenwoodjw
|
e4383d6167
|
Chore: remove dupliacte logic in DatasetApi.get() (#24769)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-08-29 14:25:36 +08:00 |
Junyan Qin (Chin)
|
f32e176d6a
|
feat: oauth provider (#24206)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yessenia <yessenia.contact@gmail.com>
|
2025-08-29 14:10:51 +08:00 |
jyong
|
d0dd728e6c
|
Merge branch 'main' into feat/rag-2
# Conflicts:
# api/core/app/entities/queue_entities.py
# api/core/workflow/graph_engine/entities/event.py
|
2025-08-29 11:29:51 +08:00 |
Bowen Liang
|
39064197da
|
chore: cleanup unnecessary mypy suppressions on imports (#24712)
|
2025-08-28 23:17:25 +08:00 |
jyong
|
1db04aa729
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
|
2025-08-28 18:12:49 +08:00 |
jyong
|
a9f7ee029e
|
fix preview run
|
2025-08-28 15:39:22 +08:00 |
Eric Guo
|
ecf74d91e2
|
✨fix: has_more logic in ChatMessageListApi to ensure correct on behavior when no more messages are available. (#24661)
|
2025-08-28 15:05:52 +08:00 |
Guangdong Liu
|
47f02eec96
|
refactor: Migrate part of the web API module to Flask-RESTX (#24659)
|
2025-08-28 09:22:31 +08:00 |
Guangdong Liu
|
06dd4d6e00
|
feat: migrate part of the web chat module to Flask-RESTX (#24664)
|
2025-08-28 09:21:42 +08:00 |
-LAN-
|
c3f66e2901
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-08-27 18:05:35 +08:00 |
Yongtao Huang
|
2a29c61041
|
Refactor: replace count() > 0 check with exists() (#24583)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-27 17:46:52 +08:00 |
jyong
|
90d72f5ddf
|
merge new graph engine
|
2025-08-27 17:46:46 +08:00 |
jyong
|
6c8212d509
|
Merge remote-tracking branch 'origin/feat/rag-2' into feat/rag-2
|
2025-08-27 17:46:05 +08:00 |
twwu
|
ee144452e2
|
Merge branch 'main' into feat/rag-2
|
2025-08-27 17:28:21 +08:00 |
jyong
|
392514fa13
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
# Conflicts:
# api/commands.py
# api/core/app/apps/common/workflow_response_converter.py
# api/core/llm_generator/llm_generator.py
# api/core/plugin/entities/plugin.py
# api/core/plugin/impl/tool.py
# api/core/rag/index_processor/index_processor_base.py
# api/core/workflow/entities/workflow_execution.py
# api/core/workflow/entities/workflow_node_execution.py
# api/core/workflow/enums.py
# api/core/workflow/graph_engine/entities/graph.py
# api/core/workflow/graph_engine/graph_engine.py
# api/core/workflow/nodes/enums.py
# api/services/dataset_service.py
|
2025-08-27 16:05:59 +08:00 |
Guangdong Liu
|
917ed8cf84
|
feat: migrate part of the web API module to Flask-RESTX (#24577)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-27 16:05:22 +08:00 |
-LAN-
|
8c35663220
|
feat: queue-based graph engine
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-27 15:33:28 +08:00 |
Yongtao Huang
|
826f19e968
|
Chore : rm dead code detected by pylance (#24588)
|
2025-08-27 13:19:40 +08:00 |
twwu
|
da48e54778
|
Merge branch 'main' into feat/rag-2
|
2025-08-27 11:16:27 +08:00 |
Yongtao Huang
|
b486d72b8e
|
Chore: remove dead var in `DocumentBatchIndexingEstimateApi` (#24497)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
|
2025-08-26 23:33:50 +08:00 |
Yongtao Huang
|
fa753239ad
|
Refactor: use logger = logging.getLogger(__name__) in logging (#24515)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-08-26 18:10:31 +08:00 |
Harry
|
d1be9544fb
|
fix: restful to restx
|
2025-08-26 12:51:40 +08:00 |
Harry
|
c911ac8c01
|
refactor(console): add spec controller import and enhance tool output schema resolution
|
2025-08-26 11:07:12 +08:00 |
-LAN-
|
cfb8d224da
|
fix: standardize authentication error messages to prevent user enumeration (#24324)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-26 09:46:23 +08:00 |
Yongtao Huang
|
ac5aed7a45
|
Fix missing return 200 in response handling (#24499)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-26 09:24:18 +08:00 |
Guangdong Liu
|
f6cfe80bf5
|
feat: migrate Inner API module to Flask-RESTX (#24492)
|
2025-08-26 00:23:48 +08:00 |
Asuka Minato
|
2b91ba2411
|
example: limit current user usage (#24470)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-26 00:23:29 +08:00 |
jyong
|
1ad7b0e852
|
add pipeline async run
|
2025-08-25 18:26:05 +08:00 |
jyong
|
101d6504fb
|
fix
|
2025-08-25 16:14:22 +08:00 |
非法操作
|
6010d5f24c
|
feat: add multi model credentials (#24451)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-25 16:12:29 +08:00 |
quicksand
|
b08bfa203a
|
fix(flask_restx): invite member email parse error (#24464)
|
2025-08-25 15:50:20 +08:00 |
twwu
|
85fd97e090
|
Merge branch 'main' into feat/rag-2
|
2025-08-25 15:30:18 +08:00 |
quicksand
|
a06681913d
|
remove: document download file permission (#24459)
|
2025-08-25 15:11:48 +08:00 |
quicksand
|
424fdf4b52
|
fix: flask_restx namespace path wrong (#24456)
|
2025-08-25 14:56:20 +08:00 |
-LAN-
|
a9e106b17e
|
fix: Fix login error handling by raising exception instead of returning (#24452)
|
2025-08-25 13:54:25 +08:00 |
znn
|
3aedc139ac
|
fix delete conversations via Api and delete conversations from db as well (#23591)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-25 09:43:45 +08:00 |
Yongtao Huang
|
9a18911eba
|
Fix auth error handling (#24420)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
|
2025-08-25 09:28:10 +08:00 |
-LAN-
|
8c6e655380
|
feat: API docs for /files (#24423)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-25 09:27:09 +08:00 |
-LAN-
|
3075d415e1
|
feat: API docs for mcp (#24424)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-25 09:27:01 +08:00 |
-LAN-
|
b7466f8b65
|
feat: API docs for service api (#24425)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-25 09:26:54 +08:00 |
Asuka Minato
|
18dce66443
|
try flask_restful -> flask_restx (#24310)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-08-24 13:45:47 +08:00 |