Bagatur/langserve blurb (#13217)

This commit is contained in:
Bagatur
2023-11-10 11:05:43 -08:00
committed by GitHub
parent d266b3ea4a
commit bf8cf7e042

View File

@@ -28,3 +28,6 @@ Input and output schemas give every LCEL chain Pydantic and JSONSchema schemas i
**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.
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.