Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notebook on concurrent tasks #81

Merged
merged 8 commits into from
May 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change title
  • Loading branch information
anakin87 committed May 9, 2024
commit 5db97f92b1d9c3f39e30c73273e6f26ec92c5a06
2 changes: 1 addition & 1 deletion notebooks/concurrent_tasks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "e1HZgoMLMdXm"
},
"source": [
"# Run tasks concurrently using custom components\n",
"# Run tasks concurrently within a custom component\n",
"\n",
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/concurrent_tasks.ipynb\">\n",
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" width=\"200\" alt=\"Open In Colab\"/>\n",
Expand Down