Commit Graph

2508 Commits (aeb1d1946cade60ca2edddeea574cd2525c43fce)

Author SHA1 Message Date
jyong ba383b1b0d Merge branch 'feat/r2' into deploy/rag-dev 10 months ago
jyong ad3d9cf782 r2 10 months ago
twwu 69053332e4 Merge branch 'feat/rag-pipeline' into deploy/rag-dev 10 months ago
QuantumGhost a97ff587d2
fix(api): Resolve error encountered when executing `QuestionClassifieNode` (#20829)
The `QuestionClassifierNode` class extends `LLMNode`, meaning that, per the Liskov Substitution Principle, `QuestionClassifierNodeData` **SHOULD** be compatible in contexts where `LLMNodeData` is expected.

However, the absence of the `structured_output_enabled` attribute violates this principle, causing `QuestionClassifierNode` to fail during execution.

This commit implements a quick and temporary workaround. A proper resolution would involve refactoring to decouple `QuestionClassifierNode` from `LLMNode` to address the underlying design issue.

Fixes #20725.
10 months ago
jyong 47664f8fd3 r2 10 months ago
yihong 65c7c01d90
fix: clean up two unreachable code (#20773)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
10 months ago
Bharat Ramanathan e6e76852d5
Add support for W&B dedicated cloud instances in Weave tracing integration (#20765)
Co-authored-by: crazywoola <427733928@qq.com>
10 months ago
jyong 2322496552 Merge branch 'feat/r2' into deploy/rag-dev
# Conflicts:
#	docker/docker-compose.middleware.yaml
10 months ago
jyong 21a3509bef r2 10 months ago
jefferyvvv 37c3283450
fix: opensearch vector search falls back to keyword search (#20723)
Co-authored-by: wenjun.gu <wenjun.gu@envision-energy.com>
10 months ago
jyong 52460f6929 Merge remote-tracking branch 'origin/deploy/rag-dev' into deploy/rag-dev 10 months ago
jyong 06dfc32e0f Merge branch 'feat/r2' into deploy/rag-dev
# Conflicts:
#	docker/docker-compose.middleware.yaml
10 months ago
jyong 0ca38d8215 r2 10 months ago
zxhlyh 3da6becad3 Merge branch 'feat/rag-pipeline' into deploy/rag-dev 10 months ago
jyong 3fce6f2581 Merge branch 'feat/r2' into deploy/rag-dev
# Conflicts:
#	api/services/rag_pipeline/rag_pipeline.py
10 months ago
jyong d2750f1a02 r2 10 months ago
twwu ef7bd262c5 Merge branch 'feat/rag-pipeline' into deploy/rag-dev 10 months ago
Bowen Liang c1a13fa553
chore: replace pseudo-random generators with secrets module (#20616) 10 months ago
jefferyvvv 4271602cfc
fix: opensearch metadata filtering returns empty (#20701)
Co-authored-by: wenjun.gu <wenjun.gu@envision-energy.com>
Co-authored-by: crazywoola <427733928@qq.com>
10 months ago
jefferyvvv 138ad6e8b3
fix: opensearch fulltext search with metadata filtering dsl error (#20702)
Co-authored-by: wenjun.gu <wenjun.gu@envision-energy.com>
10 months ago
湛露先生 f76f70f0b6
Fix builtin_providers for tools. (#20697)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
10 months ago
HaiyangP 3fb9b41fe5
A more concise and effective extractor for excel and csv files (#20625)
Co-authored-by: haiyangpengai <xxxx>
10 months ago
jyong 82d817f612 Merge branch 'feat/r2' into deploy/rag-dev 10 months ago
jyong 9e84a5321d r2 10 months ago
jyong d77e27ac05 Merge branch 'feat/r2' into deploy/rag-dev 10 months ago
jyong 8a86a2c817 r2 10 months ago
twwu 84f5272f72 Merge branch 'feat/rag-pipeline' into deploy/rag-dev 10 months ago
jyong cb2ca0b533 Merge branch 'feat/r2' into deploy/rag-dev 10 months ago
jyong 5fe5da7c1d r2 10 months ago
Arcaner ad2f25875e
fix(llm_node): update file variable mapping to use vision configs (#20417) 10 months ago
-LAN- 5ccfb1f4ba
refactor: Improve model status handling and structured output (#20586)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
jyong e41699cbc8 Merge branch 'feat/r2' into deploy/rag-dev 10 months ago
jyong 133193e7d0 r2 10 months ago
zxhlyh 9d6371e0a3 Merge branch 'feat/rag-pipeline' into deploy/rag-dev 10 months ago
jyong c09c8c6e5b r2 10 months ago
kenwoodjw 01d500db14
fix: autocorrect everything in web (#20605)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
10 months ago
jyong abcca11479 r2 10 months ago
jyong 9cdd2cbb27 r2 10 months ago
jyong 309fffd1e4 Merge branch 'main' into feat/r2
# Conflicts:
#	api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
#	api/core/workflow/entities/node_entities.py
#	api/core/workflow/enums.py
10 months ago
-LAN- 275e86a26c
refactor: Removes tenant ID check from rate limit logic (#20585)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
jyong 4130c50643 r2 10 months ago
非法操作 ca0b268ae5
fix: variable aggregator with group and file raise exception (#20581) 10 months ago
jyong 7b7f8ef51d r2 10 months ago
Bowen Liang 888cd86afd
chore: prepare the plugin daemon base url to yarl URL ahead intstead of in every invocation (#20541) 10 months ago
jyong ab1730bbaa r2 10 months ago
-LAN- 36f1b4b222
fix: Ensure model config integrity in retrieval processes (#20576)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
-LAN- 257bf13fef
refactor: Removes unused LLMMode value_of method (#20575)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
-LAN- 72fdafc180
refactor: Replaces direct DB session usage with context managers (#20569)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
jyong b8f3b23b1a r2 10 months ago
jyong 0486aa3445 r2 10 months ago