Skip to content

feat: add index_ingestion_raw and deep_rag_raw triggers#1412

Merged
GabrielVasilescu04 merged 1 commit intomainfrom
feature/new-raw-trigger-models
Mar 5, 2026
Merged

feat: add index_ingestion_raw and deep_rag_raw triggers#1412
GabrielVasilescu04 merged 1 commit intomainfrom
feature/new-raw-trigger-models

Conversation

@GabrielVasilescu04
Copy link
Copy Markdown
Contributor

@GabrielVasilescu04 GabrielVasilescu04 commented Mar 5, 2026

Description

Add "raw" trigger models for CreateDeepRag, 'WaitDeepRag', ' CreateEphemeralIndex', WaitEphemeralIndex.

Instead of throwing UiPathFaultedTriggerError if the status is not successful simply return the deep_rag or ephemeral_index objects to handle the failure elsewhere

Development Packages

uipath-platform

[project]
dependencies = [
  # Exact version:
  "uipath-platform==0.0.15.dev1014125207",

  # Any version from PR
  "uipath-platform>=0.0.15.dev1014120000,<0.0.15.dev1014130000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-platform = { index = "testpypi" }

uipath

[project]
dependencies = [
  # Exact version:
  "uipath==2.10.7.dev1014125207",

  # Any version from PR
  "uipath>=2.10.7.dev1014120000,<2.10.7.dev1014130000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath = { index = "testpypi" }

@GabrielVasilescu04 GabrielVasilescu04 self-assigned this Mar 5, 2026
@GabrielVasilescu04 GabrielVasilescu04 added the build:dev Create a dev build from the pr label Mar 5, 2026
@github-actions github-actions bot added the test:uipath-langchain Triggers tests in the uipath-langchain-python repository label Mar 5, 2026
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/new-raw-trigger-models branch 3 times, most recently from a181859 to 5447350 Compare March 5, 2026 11:10
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/new-raw-trigger-models branch from 5447350 to 25ac033 Compare March 5, 2026 15:54
@GabrielVasilescu04 GabrielVasilescu04 merged commit 5022b26 into main Mar 5, 2026
113 checks passed
@GabrielVasilescu04 GabrielVasilescu04 deleted the feature/new-raw-trigger-models branch March 5, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr test:uipath-langchain Triggers tests in the uipath-langchain-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants