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 abd4fe3 commit 8f95929Copy full SHA for 8f95929
llm-complete-guide/pipelines/generate_chunk_questions.py
@@ -19,10 +19,10 @@
19
from zenml.client import Client
20
21
22
-@pipeline
+@pipeline(enable_cache=False)
23
def generate_chunk_questions():
24
"""Pipeline to generate questions from chunks."""
25
- local_setting = ExternalArtifact(value=True)
+ local_setting = ExternalArtifact(value=False)
26
client = Client()
27
docs_with_embeddings = client.get_artifact_version(
28
name_id_or_prefix="documents_with_embeddings"
0 commit comments