LangWatch integrates with Haystack through OpenInference instrumentation to capture traces from your Haystack pipelines and components.Documentation Index
Fetch the complete documentation index at: https://langwatch.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Usage
The LangWatch API key is configured by default via the
LANGWATCH_API_KEY environment variable.HaystackInstrumentor to langwatch.setup().
HaystackInstrumentor automatically captures Haystack pipeline operations, component executions, and model interactions. Use @langwatch.trace() to create a parent trace under which Haystack operations will be nested.
Related
- Capturing RAG - Learn how to capture RAG data from retrievers and tools
- Capturing Metadata and Attributes - Add custom metadata and attributes to your traces and spans
- Capturing Evaluations & Guardrails - Log evaluations and implement guardrails in your Haystack applications