Skip to content

Commit 4e1ff4a

Browse files
add ephemeral index
1 parent 637170a commit 4e1ff4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

0 commit comments

Comments
 (0)