-LAN-
7ba1f0a046
chore: improve typing
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 month ago
NeatGuyCoding
917d60a1cb
Feature add test containers add document to index (#25251)
1 month ago
taewoong Kim
edf4a1b652
feat: add reasoning format processing to LLMNode for <think> tag handling (#23313)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
coolfinish
cd95237ae4
fix: loop node doesn't exit when it react the condition #24717 (#24844)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
kenwoodjw
1ba69b8abf
fix: child chunk API 404 due to UUID type comparison (#25234)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
1 month ago
-LAN-
e78f1cdc6a
refactor: improve plugin version validation to support full semantic versioning (#25161)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
Yongtao Huang
432f89cf33
Chore: clean some # type: ignore (#25157)
1 month ago
Yoshio Sugiyama
4966e4e1fb
fix: Remove invalid key from firecrawl request payload. (#25190)
Signed-off-by: SUGIYAMA Yoshio <nenegi.01mo@gmail.com>
1 month ago
Anubhav Singh
f721c778ad
fix: Ensure the order of execution steps are correct when logging with Weave by W&B (#25183)
1 month ago
-LAN-
a2e0f80c01
[Chore/Refactor] Improve type checking configuration (#25185)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
-LAN-
2adf5d0eee
docs: remove outdated document
2 months ago
-LAN-
103a9a4e67
fix(graph_engine): add type hint for workers_to_remove
2 months ago
-LAN-
15b3443e9e
fix(debug_logging_layer): remove access for variable pool
2 months ago
Yongtao Huang
334218a62c
Remove unused mypy script (#25177)
2 months ago
-LAN-
81e9d6f63a
fix: correct type checking for None values in code node output validation
- Fixed isinstance() checks to properly handle None values by checking None separately
- Fixed typo in STRING type validation where 'output_name' was hardcoded as string instead of variable
- Updated error message format to be consistent and more informative
- Updated test assertion to match new error message format
2 months ago
Will
de768af099
fix: reset password (#25172)
2 months ago
-LAN-
9c2943183e
test: fix code node
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
-LAN-
f6a2a09815
test: fix code node
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
-LAN-
e229510e73
perf: eliminate lock contention in worker pool by removing callbacks
Remove worker idle/active callbacks that caused severe lock contention.
Instead, use sampling-based monitoring where worker states are queried
on-demand during scaling decisions. This eliminates the performance
bottleneck caused by workers acquiring locks 10+ times per second.
Changes:
- Remove callback parameters from Worker class
- Add properties to expose worker idle state directly
- Update WorkerPool to query worker states without callbacks
- Maintain scaling functionality with better performance
2 months ago
-LAN-
36048d1526
feat(graph_engine): allow to scale down without lock
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
-LAN-
aff7ca12b8
fix(code_node): type checking bypass
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
-LAN-
ad9eed2551
fix: disable scale for perfermance
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
Will
d36ce782b7
fix: update account profile (#25150)
2 months ago
-LAN-
2aeaefccec
test: fix test
2 months ago
-LAN-
4d63bd2083
refactor(graph_engine): rename SimpleWorkerPool to WorkerPool
2 months ago
-LAN-
226f14a20f
feat(graph_engine): implement scale down worker
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
Will
804e599598
fix: EndUser not bound to Session when plugin invokes callback (#25132)
2 months ago
autofix-ci[bot]
2b28aed4e2
[autofix.ci] apply automated fixes
2 months ago
-LAN-
ead8568bfc
fix: some errors reported by basedpyright
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
Davide Delbianco
cdf9b674dc
chore: Bump weaviate-client to latest v3 version (#25096)
2 months ago
Tonlo
d5aaee614f
fix recommended apps reading from db logic (#25071)
2 months ago
Yongtao Huang
865ba8bb4f
Minor fix: correct get_app_model mode for delete() (#25082)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
2 months ago
非法操作
0a0ae16bd6
fix: old custom model not display credential name (#25112)
2 months ago
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>
2 months ago
Yongtao Huang
ac057a2d40
Chore: remove dead code in class Graph (#22791)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
2 months ago
Will
3427f19a01
chore: improved trace info for generating conversation name (#25118)
2 months ago
-LAN-
53c4a8787f
[Chore/Refactor] Improve type safety and resolve type checking issues (#25104)
2 months ago
-LAN-
ed22d04ea0
test: remove outdated test case
2 months ago
-LAN-
04bbf540d9
chore: code format
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
-LAN-
657c27ec75
feat(graph_engine): make runtime state read-only in layer
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
-LAN-
16e9cd5ac5
feat(graph_runtime_state): prevent to set variable pool after initialized.
2 months ago
-LAN-
61c79b0013
test: correct imported name
2 months ago
-LAN-
8332472944
refactor(graph_engine): rename Layer to GraphEngineLayer
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
-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
2 months ago
zz_xu
56afb3fd64
db internal server error (#24947)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2 months ago
NeatGuyCoding
a9c7669c16
chore: comply to RFC 6750 and improve bearer token split (#24955)
2 months ago
Yongtao Huang
db53656a45
Fix jsonschema compliance: use number instead of float (#25049)
Signed-off-by: Yongtao Huang<yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 months ago
GuanMu
ff7a0e3170
fix: improve error logging for vector search operation in MyScale (#25087)
2 months ago
Stream
d011ddfc64
chore(version): bump version to 1.8.1 (#25060)
2 months ago
zxhlyh
67cc70ad61
fix: model credential name (#25081)
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 months ago