Langsmith
- It's a Langchain Addon
- https://www.langchain.com/langsmith/observability
- https://eu.smith.langchain.com/
- It's an observability and debugging toolkit
- It's an external
paidservice - All you need to do on your langchain project is to configure the proper envs
-
Open source alternatives:
Langfuse
Installing & Configuring
- No additional package needed!
pip install langchain langchain-<provider>
LANGSMITH_TRACING=true
LANGSMITH_PROJECT=hello-world
LANGSMITH_API_KEY=lsv2_pt_...