Skip to content

Commit

Permalink
Add Split Task to Job in Client Demo (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
liorc-git authored Nov 19, 2024
1 parent 1dbd3f4 commit 1651614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client_examples/examples/python_client_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@
"job_spec.add_task(extract_task)\n",
"job_spec.add_task(dedup_task)\n",
"job_spec.add_task(filter_task)\n",
"job_spec.add_task(split_task)\n",
"job_spec.add_task(store_task)\n",
"job_spec.add_task(embed_task)\n",
"job_spec.add_task(vdb_upload_task)"
Expand Down

0 comments on commit 1651614

Please sign in to comment.