Commit Graph

673 Commits (59f68cd63b01a8447bbea00d0ae8aec79eba4df8)

Author SHA1 Message Date
Harry 3388e83920 Merge remote-tracking branch 'origin/main' into feat/rag-2
# Conflicts:
#	.github/workflows/build-push.yml
#	web/app/components/workflow/nodes/_base/components/workflow-panel/index.tsx
8 months ago
Maries a4ef900916
Support OAuth Integration for Plugin Tools (#22550)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
8 months ago
zxhlyh 01566035e3 merge main 8 months ago
jyong cc96b7f507 r2 transform 8 months ago
jyong ad7650e724 r2 transform 8 months ago
jyong 761ea0eedb r2 transform 8 months ago
zyssyz123 a4f421028c
Feat/change user email (#22213)
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
8 months ago
yihong d2933c2bfe
fix: drop dead code phase2 unused class (#22042)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
8 months ago
jyong a39d7e1f85 r2 transform 8 months ago
jyong aaa5b0e295 r2 transform 8 months ago
qfl bdb9f29948
feat(app): support custom max_active_requests per app (#22073) 8 months ago
jyong c660c98b04 r2 transform 8 months ago
QuantumGhost 2c1ab4879f
refactor(api): Separate SegmentType for Integer/Float to Enable Pydantic Serialization (#22025)
refactor(api): Separate SegmentType for Integer/Float to Enable Pydantic Serialization (#22025)

This PR addresses serialization issues in the VariablePool model by separating the `value_type` tags for `IntegerSegment`/`FloatSegment` and `IntegerVariable`/`FloatVariable`. Previously, both Integer and Float types shared the same `SegmentType.NUMBER` tag, causing conflicts during serialization.

Key changes:
- Introduce distinct `value_type` tags for Integer and Float segments/variables
- Add `VariableUnion` and `SegmentUnion` types for proper type discrimination
- Leverage Pydantic's discriminated union feature for seamless serialization/deserialization
- Enable accurate serialization of data structures containing these types

Closes #22024.
8 months ago
jyong 675ff9bd7d r2 transform 8 months ago
jyong 6363ecef97 r2 transform 8 months ago
jyong 384073f025 r2 transform 8 months ago
jyong 2012ea3213 r2 transform 8 months ago
jyong 1ad73ccdc8 r2 8 months ago
jyong 96484731a2 r2 8 months ago
jyong 537e535d9a r2 8 months ago
jyong 3a3b60bab5 r2 8 months ago
jyong 63111e8050 r2 8 months ago
jyong a919e3e135 r2 8 months ago
jyong 4b9a5a66c1 r2 8 months ago
-LAN- 6eb155ae69
feat(api/repo): Allow to config repository implementation (#21458)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
8 months ago
twwu 682b65034c Merge branch 'main' into feat/rag-2 8 months ago
znn 1b26f9a4c6
fixing Enum part in backend and making it same as front end (#22296) 8 months ago
Bowen Liang e7388779a1
chore: bump ruff to 0.12.x (#22259) 8 months ago
jyong 9c4356e9a1 r2 9 months ago
jyong 3b70f8ac08 r2 9 months ago
Garden12138 2a85f28963
fix:Fixed the problem of plugin installation failure caused by incons… (#22156) 9 months ago
诗浓 e576b989b8
feat(tool): add support for API key authentication via query parameter (#21656) 9 months ago
NeatGuyCoding f929bfb94c
minor fix: remove duplicates, fix typo, and add restriction for get mcp server (#22170)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
9 months ago
Yeuoly 94a13d7d62
feat: add support for dark icons in provider and tool entities (#22081) 9 months ago
Novice 535fff62f3
feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
9 months ago
NeatGuyCoding 6f8c7a66c8
feat: add redis fallback mechanism #21043 (#21044)
Co-authored-by: tech <cto@sb>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
9 months ago
twwu e2a141b3bb Merge branch 'main' into feat/rag-2 9 months ago
-LAN- 4cb50f1809
feat(libs): Introduce `extract_tenant_id` (#22086)
Signed-off-by: -LAN- <laipz8200@outlook.com>
9 months ago
jyong bd33b9ffec r2 9 months ago
jyong b538eee5dd r2 9 months ago
twwu 9e44f2b805 Merge branch 'main' into feat/rag-2 9 months ago
jyong b5e4ce6c68 r2 9 months ago
jyong bc1a517a97 r2 9 months ago
heyszt a201e9faee
feat: Add Aliyun LLM Observability Integration (#21471) 9 months ago
jyong 76c418c0b7 r2 9 months ago
NeatGuyCoding ebc4fdc4b2
moving the `MessageStatus` class from the `models.model` module to `models.enums` module (#21867)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
9 months ago
Ali Saleh 1af3d40c1a
feat: Improve Observability with Arize & Phoenix Integration (#19840)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Gu <guchenhe@gmail.com>
9 months ago
jiangbo721 31eb8548ef
fix: Before publish the app, preview the voice of tts, it raise an er… (#21821)
Co-authored-by: 刘江波 <jiangbo721@163.com>
9 months ago
jiangbo721 e17b33e004
chore: add message status enum (#21825)
Co-authored-by: 刘江波 <jiangbo721@163.com>
9 months ago
jyong 38d895ab5f r2 9 months ago