Skip to content

Commit

Permalink
Merge pull request #143 from deepset-ai/newsletter-agent
Browse files Browse the repository at this point in the history
newsletter cookbook
  • Loading branch information
TuanaCelik authored Oct 18, 2024
2 parents af267f5 + 0532c62 commit ab90110
Show file tree
Hide file tree
Showing 2 changed files with 863 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ topics = ["RAG"]
[[cookbook]]
title = "RAG: Extract and use website content for question answering with Apify-Haystack integration"
notebook = "apify_haystack_rag.ipynb"
new = true
topics = ["RAG", "Web-QA"]

[[cookbook]]
Expand All @@ -29,7 +28,6 @@ title = "Improving Retrieval with Auto-Merging and Hierarchical Document Retriev
notebook = "auto_merging_retriever.ipynb"
topics = ["Advanced Retrieval", "RAG"]
experimental = true
new = true
discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/78"

[[cookbook]]
Expand Down Expand Up @@ -260,4 +258,11 @@ new = true
title = "Advanced RAG: Automated Structured Metadata Enrichment"
notebook = "metadata_enrichment.ipynb"
new = true
topics = ["Advanced Retrieval", "RAG", "Metadata"]
topics = ["Advanced Retrieval", "RAG", "Metadata"]

[[cookbook]]
title = "Newsletter Sending Agent with Experimental Haystack Tools"
notebook = "newsletter-agent.ipynb"
new = true
experimental = true
topics = ["Function Calling", "Chat", "Agents"]
Loading

0 comments on commit ab90110

Please sign in to comment.