Skip to content

Commit

Permalink
add notebook in index and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Sep 24, 2024
1 parent 27d5bb3 commit c510be0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ For more examples, you may also find our [Blog](https://haystack.deepset.ai/blog
| Analyze Your Instagram Comments’ Vibe with Apify and Haystack | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/apify_haystack_instagram_comments_analysis.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Conversational RAG using Memory | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/conversational_rag_using_memory.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Evaluating RAG Pipelines with EvaluationHarness | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/rag_eval_harness.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Tools support | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/tools_support.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Cohere for Multilingual QA (Haystack 1.x)| <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/haystack-1.x/cohere-for-multilingual-qa.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| GPT-4 and Weaviate for Custom Documentation QA (Haystack 1.x)| <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/haystack-1.x/gpt4-weaviate-custom-documentation-qa.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Whisper Transcriber and Weaviate for YouTube video QA (Haystack 1.x)| <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/haystack-1.x/whisper-and-weaviate-for-youtube-rag.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
Expand Down
9 changes: 8 additions & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ notebook = "prometheus2_evaluation.ipynb"
topics = ["Evaluation"]

[[cookbook]]
title = "Advance Prompt Customization for Anthropic"
title = "Advanced Prompt Customization for Anthropic"
notebook = "prompt_customization_for_Anthropic.ipynb"
topics = ["Customization", "Prompting"]

Expand Down Expand Up @@ -238,3 +238,10 @@ topics = ["Advanced Retrieval", "RAG", "Agents"]
title = "Analyze Your Instagram Comments’ Vibe with Apify and Haystack"
notebook = "apify_haystack_instagram_comments_analysis.ipynb"
topics = ["Prompting", "Data Scraping"]

[[cookbook]]
title = "Tools support"
notebook = "tools_support.ipynb"
topics = ["Function Calling", "Chat", "Agents"]
experimental = true
discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/98"

0 comments on commit c510be0

Please sign in to comment.