Skip to content

Commit

Permalink
add author
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel committed Dec 17, 2024
1 parent 3211571 commit 6c57439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/async_pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"source": [
"# Running Haystack Pipelines in Asynchronous Environments\n",
"\n",
"_Notebook by [Madeeswaran Kannan](https://www.linkedin.com/in/m-kannan)_\n",
"\n",
"In this notebook, you'll learn how to use the `AsyncPipeline` and async-enabled components from the [haystack-experimental](https://github.com/deepset-ai/haystack-experimental) repository to build and execute a Haystack pipeline in an asynchronous environment. It's based on [this short Haystack tutorial](https://haystack.deepset.ai/tutorials/27_first_rag_pipeline), so it would be a good idea to familiarize yourself with it before we begin. A further prerequisite is working knowledge of cooperative scheduling and [async programming in Python](https://docs.python.org/3/library/asyncio.html).\n",
"\n",
"## Motivation\n",
Expand Down

0 comments on commit 6c57439

Please sign in to comment.