Skip to content

Commit

Permalink
Add async cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel committed Dec 16, 2024
1 parent c4d34b3 commit 1672e60
Show file tree
Hide file tree
Showing 2 changed files with 7,735 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ topics = ["RAG", "Agents", "Web-QA"]
[[cookbook]]
title = "Advanced RAG: Automated Structured Metadata Enrichment"
notebook = "metadata_enrichment.ipynb"
new = true
topics = ["Advanced Retrieval", "RAG", "Metadata"]

[[cookbook]]
Expand All @@ -269,7 +268,6 @@ discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/98"
[[cookbook]]
title = "Evaluating AI with Haystack"
notebook = "evaluating_ai_with_haystack.ipynb"
new = true
experimental = true
topics = ["Evaluation"]
discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/74"
Expand All @@ -291,3 +289,11 @@ notebook = "swarm.ipynb"
new = true
experimental = true
topics = ["Function Calling", "Chat", "Agents"]

[[cookbook]]
title = "Running Haystack Pipelines in Asynchronous Environments"
notebook = "async_pipeline.ipynb"
new = true
experimental = true
topics = ["Async"]
discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/152"
Loading

0 comments on commit 1672e60

Please sign in to comment.