We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fa859 commit d9025e5Copy full SHA for d9025e5
llm-complete-guide/gh_action_rag.py
@@ -21,6 +21,8 @@
21
22
import click
23
import yaml
24
+from zenml.enums import PluginSubType
25
+
26
from pipelines.llm_index_and_evaluate import llm_index_and_evaluate
27
from zenml.client import Client
28
from zenml import Model
@@ -175,6 +177,8 @@ def main(
175
177
},
176
178
service_account_id=service_account_id,
179
auth_window=0,
180
+ flavor="builtin",
181
+ action_type=PluginSubType.PIPELINE_RUN
182
).id
183
client.create_trigger(
184
name="Production Trigger LLM-Complete",
0 commit comments