Harrison/tracing docs (#806)

Co-authored-by: Ankush Gola <9536492+agola11@users.noreply.github.com>
This commit is contained in:
Harrison Chase
2023-01-29 20:49:35 -08:00
committed by GitHub
parent f3da4dc6ba
commit 7728a848d0
4 changed files with 17 additions and 4 deletions

View File

@@ -1,7 +1,11 @@
# LangChain Tracing Instructions
# Tracing
By enabling tracing in your LangChain runs, youll be able to more effectively visualize, step through, and debug your chains and agents.
First, you should install tracing and set up your environment properly.
You can use either a locally hosted version of this (uses Docker) or a cloud hosted version (in closed alpha).
If you're interested in using the hosted platform, please fill out the form [here](https://forms.gle/tRCEMSeopZf6TE3b6).
- [Locally Hosted Setup](./tracing/local_installation.md)
- [Cloud Hosted Setup](./tracing/hosted_installation.md)