LangWatch integrates with Langchain to provide detailed observability into your chains, agents, LLM calls, and tool usage.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.LangWatchCallbackHandler to capture Langchain events as spans within your trace.
LangWatchCallbackHandler captures Langchain events and converts them into detailed LangWatch spans. Pass the callback handler to your Langchain components via the callbacks option in withConfig().
Related
- Capturing RAG - Learn how to capture RAG data from LangChain 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 LangChain applications