mirror of
https://github.com/hwchase17/langchain
synced 2024-11-16 06:13:16 +00:00
Bagatur/langserve blurb (#13217)
This commit is contained in:
parent
d266b3ea4a
commit
bf8cf7e042
@ -28,3 +28,6 @@ Input and output schemas give every LCEL chain Pydantic and JSONSchema schemas i
|
|||||||
**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](/docs/langsmith/) for maximum observability and debuggability.
|
With LCEL, **all** steps are automatically logged to [LangSmith](/docs/langsmith/) for maximum observability and debuggability.
|
||||||
|
|
||||||
|
**Seamless LangServe deployment integration**
|
||||||
|
Any chain created with LCEL can be easily deployed using LangServe.
|
Loading…
Reference in New Issue
Block a user