There was an error while loading. Please reload this page.
1 parent 6d59e2e commit f859563Copy full SHA for f859563
2 files changed
integrations/README.md
@@ -5,4 +5,5 @@ Examples for adding Opik to a specific framework or library. Each folder covers
5
| Integration | Description |
6
|---|---|
7
| [google_adk/](./google_adk/) | Google ADK — Trace an Agentic RAG router with Opik |
8
+| [haystack/](./haystack/) | Haystack — Trace a multi-agent web-search pipeline with Opik |
9
| [otel/](./otel/) | OpenTelemetry — send OTel spans to Opik via OTLP |
integrations/haystack/README.md
@@ -0,0 +1,7 @@
1
+# Haystack + Opik
2
+
3
+Examples for tracing [Haystack](https://haystack.deepset.ai/) pipelines and Agents with Opik.
4
+| Example | Description |
+|---|---|
+| [multi_agent_web_search](./multi_agent_web_search/) | Trace a coordinator -> scout multi-agent web-search chain with Opik and Haystack pipeline |
0 commit comments