From bf8cf7e0424412c7b53a0b7d564b635bb9b63034 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:05:43 -0800 Subject: [PATCH] Bagatur/langserve blurb (#13217) --- docs/docs/expression_language/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/expression_language/index.mdx b/docs/docs/expression_language/index.mdx index 902cbe00a2..c93884b6b7 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