Skip to content

Commit f82e6a1

Browse files
committed
Enable running on full dataset
1 parent aea6d60 commit f82e6a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llm-complete-guide/configs/rag_local_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ model:
3131
steps:
3232
url_scraper:
3333
parameters:
34-
docs_url: https://docs.zenml.io/stack-components/orchestrators
34+
docs_url: https://docs.zenml.io

llm-complete-guide/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,4 @@ def main(
264264
materializer_registry.register_materializer_type(
265265
Document, DocumentMaterializer
266266
)
267-
main()
267+
main()

0 commit comments

Comments
 (0)