mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 04:07:54 +00:00
fix langsmith link in docs (#11027)
This commit is contained in:
parent
6d072e97c8
commit
3eb79580c2
@ -21,7 +21,7 @@ With LCEL syntax, any components that can be run in parallel automatically are.
|
|||||||
|
|
||||||
**Seamless LangSmith Tracing Integration**
|
**Seamless LangSmith Tracing Integration**
|
||||||
As your chains get more and more complex, it becomes increasingly important to understand what exactly is happening at every step.
|
As your chains get more and more complex, it becomes increasingly important to understand what exactly is happening at every step.
|
||||||
With LCEL, **all** steps are automatically logged to [LangSmith](smith.langchain.com) for maximal observability and debuggability.
|
With LCEL, **all** steps are automatically logged to [LangSmith](https://smith.langchain.com) for maximal observability and debuggability.
|
||||||
|
|
||||||
#### [Interface](/docs/expression_language/interface)
|
#### [Interface](/docs/expression_language/interface)
|
||||||
The base interface shared by all LCEL objects
|
The base interface shared by all LCEL objects
|
||||||
|
Loading…
Reference in New Issue
Block a user