From a1f5681a2df6ed5515c55609efe44772de966b1f Mon Sep 17 00:00:00 2001 From: Prithvi Kannan Date: Mon, 28 Oct 2024 22:58:40 -0700 Subject: [PATCH 1/2] Add future deprecation notice Signed-off-by: Prithvi Kannan --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d48b2c7..cada4a8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This repository provides LangChain components to connect your LangChain application with various Databricks services. +**Future Deprecation Notice** This package is scheduled for deprecation as all Databricks integrations will be consolidated in the `databricks-langchain` package. Users are encouraged to transition to `databricks-langchain` for continued support, updates, and new features. + ## Features - **🤖 LLMs**: The `ChatDatabricks` component allows you to access chat endpoints hosted on [Databricks Model Serving](https://www.databricks.com/product/model-serving), including state-of-the-art models such as Llama3, Mixtral, and DBRX, as well as your own fine-tuned models. From d8ea9b0480ca4eba1d711b20331f44eef6cbbfba Mon Sep 17 00:00:00 2001 From: Prithvi Kannan Date: Mon, 28 Oct 2024 23:03:56 -0700 Subject: [PATCH 2/2] edit text Signed-off-by: Prithvi Kannan --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cada4a8..4f91908 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,16 @@ This repository provides LangChain components to connect your LangChain application with various Databricks services. -**Future Deprecation Notice** This package is scheduled for deprecation as all Databricks integrations will be consolidated in the `databricks-langchain` package. Users are encouraged to transition to `databricks-langchain` for continued support, updates, and new features. +## Upcoming Package Consolidation Notice +This package (`langchain-databricks`) will soon be consolidated into a new package: `databricks-langchain`. The new package will serve as the primary hub for all Databricks Langchain integrations. + +### What’s Changing? +In the coming months, `databricks-langchain` will include all features currently in `langchain-databricks`, as well as additional integrations to provide a unified experience for Databricks users. + +### What You Need to Know +For now, continue to use `langchain-databricks` as usual. When `databricks-langchain` is ready, we’ll provide clear migration instructions to make the transition seamless. During the transition period, `langchain-databricks` will remain operational, and updates will be shared here with timelines and guidance. + +Thank you for your support as we work toward an improved, streamlined experience! ## Features