-LAN-
2aeaefccec
test: fix test
1 miesiąc temu
-LAN-
4d63bd2083
refactor(graph_engine): rename SimpleWorkerPool to WorkerPool
1 miesiąc temu
jyong
952fb16b91
change migration
1 miesiąc temu
jyong
e9f11b4706
change migration
1 miesiąc temu
lyzno1
fb307ae128
feat: add TypeScript type safety for i18next with automated maintenance (#25152)
1 miesiąc temu
jyong
41b5596441
fix file name
1 miesiąc temu
twwu
55b936003f
refactor(context-menu): conditionally render export option based on pipeline ID
1 miesiąc temu
WTW0313
a6b0071ca0
feat: add datasource category handling in marketplace list condition
1 miesiąc temu
-LAN-
226f14a20f
feat(graph_engine): implement scale down worker
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 miesiąc temu
twwu
ebeb17ec96
refactor(form-input-item): enhance type switch logic to include select input handling
1 miesiąc temu
twwu
313069a63e
refactor(workflow): improve loading state rendering and enhance control prompt editor re-rendering logic
1 miesiąc temu
CrabSAMA
8d5f788f2b
feat(workflow): Allow paste node into nested block (#24234)
Co-authored-by: crab.huang <crab.huang@huolala.cn>
1 miesiąc temu
jyong
64fc0c9073
Merge remote-tracking branch 'origin/feat/rag-2' into feat/rag-2
1 miesiąc temu
jyong
94f2956e3a
fix file name
1 miesiąc temu
zxhlyh
1bf04b7b74
fix: export workflow image
1 miesiąc temu
jyong
1e5f6c1475
fix file name
1 miesiąc temu
Novice
9f3c996be2
fix(pipeline-publish): publish not update dataset
1 miesiąc temu
Will
804e599598
fix: EndUser not bound to Session when plugin invokes callback (#25132)
1 miesiąc temu
twwu
0bcdd0db99
fix(field): add z-index to sticky header for improved layering in workflow nodes
1 miesiąc temu
twwu
5ecf382180
refactor(chunk-preview): improve key assignment for ChunkContainer components and enhance localFileList handling in Preparation component
1 miesiąc temu
autofix-ci[bot]
2b28aed4e2
[autofix.ci] apply automated fixes
1 miesiąc temu
-LAN-
938a845852
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
1 miesiąc temu
twwu
04d01c8409
refactor(icons): remove unused Globe01 icon and related files
1 miesiąc temu
jyong
7efe215d2b
fix file name
1 miesiąc temu
-LAN-
ead8568bfc
fix: some errors reported by basedpyright
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 miesiąc temu
Novice
25e3f4da04
fix(pipeline-tracing-log): datasource icon error
1 miesiąc temu
Davide Delbianco
cdf9b674dc
chore: Bump weaviate-client to latest v3 version (#25096)
1 miesiąc temu
Tonlo
d5aaee614f
fix recommended apps reading from db logic (#25071)
1 miesiąc temu
Yongtao Huang
865ba8bb4f
Minor fix: correct get_app_model mode for delete() (#25082)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
1 miesiąc temu
znn
ebbb4a5d0b
fix png jpeg export (#25110)
1 miesiąc temu
Novice
68f4d4b97c
fix(rag-pipeline-dsl): dsl import session error
1 miesiąc temu
17hz
9040b534c8
fix: TypeSelector component style (#25124)
1 miesiąc temu
非法操作
0a0ae16bd6
fix: old custom model not display credential name (#25112)
1 miesiąc temu
fenglin
c22b325c31
fix: align text color in dark mode for config var type selector (#25121)
1 miesiąc temu
twwu
c40dfe7060
fix(pipeline): correct API endpoint for stopping workflow runs
1 miesiąc temu
jyong
647af6fc69
fix file name
1 miesiąc temu
NeatGuyCoding
c0d82a412d
feat: add test containers based tests for workflow converter (#25115)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 miesiąc temu
Yongtao Huang
ac057a2d40
Chore: remove dead code in class Graph (#22791)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
1 miesiąc temu
Will
3427f19a01
chore: improved trace info for generating conversation name (#25118)
1 miesiąc temu
znn
8effbaf101
make icon consistent in dropdown (#25109)
1 miesiąc temu
twwu
5114569017
refactor(document-picker): enhance chunking mode handling and improve parent mode label logic
1 miesiąc temu
-LAN-
53c4a8787f
[Chore/Refactor] Improve type safety and resolve type checking issues (#25104)
1 miesiąc temu
-LAN-
017a75aa44
chore: enhance basedpyright-check script to support path arguments (#25108)
1 miesiąc temu
-LAN-
ed22d04ea0
test: remove outdated test case
1 miesiąc temu
-LAN-
04bbf540d9
chore: code format
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 miesiąc temu
-LAN-
657c27ec75
feat(graph_engine): make runtime state read-only in layer
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 miesiąc temu
-LAN-
16e9cd5ac5
feat(graph_runtime_state): prevent to set variable pool after initialized.
1 miesiąc temu
-LAN-
61c79b0013
test: correct imported name
1 miesiąc temu
-LAN-
8332472944
refactor(graph_engine): rename Layer to GraphEngineLayer
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 miesiąc temu
-LAN-
fe3f03e50a
feat: add property-based access control to GraphRuntimeState
- Replace direct field access with private attributes and property decorators
- Implement deep copy protection for mutable objects (dict, LLMUsage)
- Add helper methods: set_output(), get_output(), update_outputs()
- Add increment_node_run_steps() and add_tokens() convenience methods
- Update loop_node and event_handlers to use new accessor methods
- Add comprehensive unit tests for immutability and validation
- Ensure backward compatibility with existing property access patterns
1 miesiąc temu