Skip to content

Commit 9e7f9cc

Browse files
Merge pull request #69 from UiPath/caleb/add-ecs-jit
add ephemeral index
2 parents 0f6bd96 + 791be62 commit 9e7f9cc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-runtime"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath/runtime/resumable/trigger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class UiPathResumeTriggerType(str, Enum):
1818
API = "Api"
1919
DEEP_RAG = "DeepRag"
2020
BATCH_RAG = "BatchRag"
21+
EPHEMERAL_INDEX = "EphemeralIndex"
2122
IXP_EXTRACTION = "IxpExtraction"
2223

2324

@@ -34,6 +35,7 @@ class UiPathResumeTriggerName(str, Enum):
3435
API = "Api"
3536
DEEP_RAG = "DeepRag"
3637
BATCH_RAG = "BatchRag"
38+
EPHEMERAL_INDEX = "EphemeralIndex"
3739
EXTRACTION = "Extraction"
3840

3941

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)