diff --git a/docs/docs/expression_language/index.mdx b/docs/docs/expression_language/index.mdx index 902cbe00a2a..c93884b6b7c 100644 --- a/docs/docs/expression_language/index.mdx +++ b/docs/docs/expression_language/index.mdx @@ -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. \ No newline at end of file