From ef329f681915ee696a5ddbe0cf9bf87a4406cdec Mon Sep 17 00:00:00 2001 From: Yuki Watanabe <31463517+B-Step62@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:17:47 -0700 Subject: [PATCH] docs: Fix databricks doc (#25941) https://github.com/langchain-ai/langchain/pull/25929 broke the layout because of missing `:::` for the caution clause. Signed-off-by: B-Step62 --- docs/docs/integrations/providers/databricks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/integrations/providers/databricks.md b/docs/docs/integrations/providers/databricks.md index 7a1cee1092e..899c9bc1e23 100644 --- a/docs/docs/integrations/providers/databricks.md +++ b/docs/docs/integrations/providers/databricks.md @@ -40,6 +40,7 @@ LLM :::caution Text completion models have been deprecated and the latest and most popular models are [chat completion models](/docs/concepts/#chat-models). Use `ChatDatabricks` chat model instead to use those models and advanced features such as tool calling. +::: ``` from langchain_community.llm.databricks import Databricks