Skip to content

Commit 8f95929

Browse files
committed
update chunking pipeline logic
1 parent abd4fe3 commit 8f95929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llm-complete-guide/pipelines/generate_chunk_questions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
from zenml.client import Client
2020

2121

22-
@pipeline
22+
@pipeline(enable_cache=False)
2323
def generate_chunk_questions():
2424
"""Pipeline to generate questions from chunks."""
25-
local_setting = ExternalArtifact(value=True)
25+
local_setting = ExternalArtifact(value=False)
2626
client = Client()
2727
docs_with_embeddings = client.get_artifact_version(
2828
name_id_or_prefix="documents_with_embeddings"

0 commit comments

Comments
 (0)