Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Arize Phoenix examples #137

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ For more examples, you may also find our [Blog](https://haystack.deepset.ai/blog
| 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>|
| Trace a Haystack Pipeline with Arize Phoenix | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/arize_phoenix_tracing_haystack.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Evaluate RAG with Arize Phoenix | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/arize_phoenix_evaluate_haystack_rag.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|

## How to Contribute a Cookbook

Expand Down
12 changes: 12 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,15 @@ title = "Agentic RAG with Llama 3.2 3B"
notebook = "llama32_agentic_rag.ipynb"
topics = ["RAG", "Agents", "Web-QA"]
new = true

[[cookbook]]
title = "Trace a Haystack Pipeline with Arize Phoenix"
notebook = "arize_phoenix_tracing_haystack.ipynb"
topics = ["Observability"]
new = true

[[cookbook]]
title = "Evaluate RAG with Arize Phoenix"
notebook = "arize_phoenix_evaluate_haystack_rag.ipynb"
topics = ["Observability", "Evaluation", "RAG"]
new = true
Loading