QuantumGhost
|
396fd728fb
|
test(api): fix broken tests
|
2025-09-17 20:09:52 +08:00 |
QuantumGhost
|
04919195cc
|
Merge remote-tracking branch 'upstream/feat/queue-based-graph-engine' into feat/rag-2
|
2025-09-17 18:00:48 +08:00 |
QuantumGhost
|
9c1b49b7f5
|
test(api): fix incorrect import in tests
|
2025-09-17 16:09:36 +08:00 |
QuantumGhost
|
f963eb525c
|
fix(api): apply suggestion from gemini
|
2025-09-17 15:55:38 +08:00 |
QuantumGhost
|
090b079ab4
|
fix(api): fix errors in migration
- add default value for `is_default_value`.
- use sa.String(20) for `EnumText`
|
2025-09-17 15:50:08 +08:00 |
QuantumGhost
|
262ffa0eae
|
chore(api): fix circular import caused by type hints
|
2025-09-17 15:49:35 +08:00 |
jyong
|
8eb063deb6
|
merge rag2 migrations
|
2025-09-17 15:35:46 +08:00 |
jyong
|
47b1cd83c7
|
use DifyCoreRepositoryFactory
|
2025-09-17 14:38:23 +08:00 |
-LAN-
|
1cf788c43b
|
Merge branch 'main' into feat/queue-based-graph-engine
|
2025-09-17 12:46:08 +08:00 |
-LAN-
|
73a7756350
|
feat(graph_engine): allow to dumps and loads RSC
|
2025-09-17 12:45:51 +08:00 |
-LAN-
|
02d15ebd5a
|
feat(graph_engine): support dumps and loads in GraphExecution
|
2025-09-16 19:38:10 +08:00 |
jyong
|
b04d945b3d
|
Merge branch 'main' into feat/rag-2
|
2025-09-16 19:29:27 +08:00 |
-LAN-
|
b5a7e64e19
|
Fix incorrect API endpoint routing from PR #25628 (#25778)
|
2025-09-16 19:20:26 +08:00 |
jyong
|
8cbfaa2c03
|
dev/reformat
|
2025-09-16 19:13:22 +08:00 |
jyong
|
5133623d42
|
dev/reformat
|
2025-09-16 19:06:42 +08:00 |
jyong
|
6be5772a51
|
dev/reformat
|
2025-09-16 17:45:21 +08:00 |
jyong
|
9ed6679966
|
dev/reformat
|
2025-09-16 17:34:22 +08:00 |
jyong
|
98db7d365c
|
dev/reformat
|
2025-09-16 17:33:56 +08:00 |
jyong
|
7b9326a411
|
dev/reformat
|
2025-09-16 17:08:39 +08:00 |
Jiang
|
b283b10d3e
|
Fix/lindorm vdb optimize (#25748)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-16 16:54:18 +08:00 |
jyong
|
1c6e57d3df
|
dev/reformat
|
2025-09-16 16:41:50 +08:00 |
jyong
|
271da87c84
|
dev/reformat
|
2025-09-16 16:27:19 +08:00 |
jyong
|
0ec037b803
|
dev/reformat
|
2025-09-16 16:08:04 +08:00 |
jyong
|
05aec66424
|
fix re-chunk document
|
2025-09-16 16:05:01 +08:00 |
jyong
|
610f0414db
|
fix document retry
|
2025-09-16 15:29:19 +08:00 |
-LAN-
|
976b3b5e83
|
Merge branch 'main' into feat/queue-based-graph-engine
|
2025-09-16 15:21:36 +08:00 |
jyong
|
2f1c47406c
|
Merge branch 'feat/rag-2' into feat/add-dataset-service-api-enable
# Conflicts:
# api/controllers/console/datasets/datasets.py
# api/controllers/service_api/wraps.py
# api/services/dataset_service.py
|
2025-09-16 15:21:23 +08:00 |
QuantumGhost
|
dd34002db2
|
Merge remote-tracking branch 'upstream/main' into feat/rag-2
|
2025-09-16 14:59:35 +08:00 |
jyong
|
c463f31f56
|
fix document retry
|
2025-09-16 14:52:33 +08:00 |
jyong
|
c4ddc6420a
|
fix document retry
|
2025-09-16 14:18:26 +08:00 |
Xiyuan Chen
|
8635aacb46
|
Enhance LLM model configuration validation to include active status c… (#25759)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-15 23:15:53 -07:00 |
jyong
|
8346506978
|
fix document retry
|
2025-09-16 14:14:09 +08:00 |
-LAN-
|
b5684f1992
|
refactor(graph_engine): remove unused parameters from Engine
|
2025-09-16 14:11:42 +08:00 |
-LAN-
|
bd13cf05eb
|
Merge branch 'main' into feat/queue-based-graph-engine
|
2025-09-16 12:59:26 +08:00 |
Asuka Minato
|
bdd85b36a4
|
ruff check preview (#25653)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-16 12:58:12 +08:00 |
-LAN-
|
5f263147f9
|
fix: make mypy happy
|
2025-09-16 12:51:11 +08:00 |
-LAN-
|
b68afdfa64
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-16 12:32:16 +08:00 |
NeatGuyCoding
|
abf4955c26
|
Feature: add test containers document indexing task (#25684)
Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-16 09:47:28 +08:00 |
-LAN-
|
b98b389baf
|
fix(tests): resolve order dependency in disable_segments_from_index_task tests (#25737)
|
2025-09-16 08:26:52 +08:00 |
-LAN-
|
da87fce751
|
feat(graph_engine): dump and load ready queue
|
2025-09-16 04:19:46 +08:00 |
-LAN-
|
d5342927d0
|
chore: change _outputs type to dict[str, object]
|
2025-09-16 01:53:25 +08:00 |
Jyong
|
de51b1e658
|
chore(api): Use uuidv7 to generate PK for new knowledge pipeline models (#25728)
|
2025-09-15 21:57:55 +08:00 |
湛露先生
|
0bbf4fb66a
|
correct typos . (#25717)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
|
2025-09-15 21:22:40 +08:00 |
quicksand
|
bdbe078630
|
fix(mcp): prevent masked headers from overwriting real values (#25722)
|
2025-09-15 19:24:12 +08:00 |
jyong
|
70a362ed3b
|
fix priority task
|
2025-09-15 18:52:01 +08:00 |
QuantumGhost
|
57a311c937
|
chore(api): Use uuidv7 to generate PK for new models of knowledge pipeline
|
2025-09-15 18:25:51 +08:00 |
autofix-ci[bot]
|
754d790c89
|
[autofix.ci] apply automated fixes (attempt 2/3)
|
2025-09-15 07:58:44 +00:00 |
autofix-ci[bot]
|
a099a35e51
|
[autofix.ci] apply automated fixes
|
2025-09-15 07:56:51 +00:00 |
-LAN-
|
2dd893e60d
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-15 15:54:42 +08:00 |
Garfield Dai
|
88d5e27fe8
|
Release/e-1.8.1 (#25613)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: GareArc <chen4851@purdue.edu>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: hjlarry <hjlarry@163.com>
|
2025-09-15 14:49:23 +08:00 |