Skip to content

Commit

Permalink
Merge pull request #149 from deepset-ai/multimodal-agent
Browse files Browse the repository at this point in the history
Add multimodal agent with fastRAG and Haystack
  • Loading branch information
bilgeyucel authored Nov 11, 2024
2 parents d7b5d6c + eb08814 commit 049a331
Show file tree
Hide file tree
Showing 2 changed files with 2,744 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ topics = ["RAG"]
[[cookbook]]
title = "Advanced RAG: Query Decomposition and Reasoning"
notebook = "query_decomposition.ipynb"
new = true
topics = ["Advanced Retrieval", "RAG", "Agents"]

[[cookbook]]
Expand All @@ -252,7 +251,6 @@ discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/98"
title = "Agentic RAG with Llama 3.2 3B"
notebook = "llama32_agentic_rag.ipynb"
topics = ["RAG", "Agents", "Web-QA"]
new = true

[[cookbook]]
title = "Advanced RAG: Automated Structured Metadata Enrichment"
Expand All @@ -276,7 +274,14 @@ experimental = true
topics = ["Evaluation"]
discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/74"

[[cookbook]]
title = "Multimodal Agent with fastRAG and Haystack"
notebook = "multimodal_agent_with_fastrag_haystack.ipynb"
new = true
topics = ["Multimodal", "Agents"]

[[cookbook]]
title = "Web-Enhanced Self-Reflecting Agent"
notebook = "web_enhanced_self_reflecting_agent.ipynb"
topics = ["Agents"]
topics = ["Agents"]

2,736 changes: 2,736 additions & 0 deletions notebooks/multimodal_agent_with_fastrag_haystack.ipynb

Large diffs are not rendered by default.

0 comments on commit 049a331

Please sign in to comment.