- Fix Databricks Connect and Tabulate Dependencies
- Remove default temperature for ChatDatabricks
- Support On Behalf Of User rights with genie and VectorSearch Tool
- Update Genie Integration for PuPr APIs
- Improve
VectorSearchRetrieverTool
by disabling unwanted notices - Updated documentation for installing integration packages
- Update inline unitycatalog imports
- Better validation of VectorSearchRetrieverTools
- Adding integration with databricks-openai
- Introducing api docs
- Improving
VectorSearchRetrieverTool
API in both langchain and openai by introducing automatic description and resources needed to log the model - Introducing model as an argument to be passed to ChatDatabricks in Langchain and deprecating notice endpoint to confer with the schema in Langchain.
This is a patch release that includes bugfixes.
Bug fixes:
- Update Genie API polling logic to account for COMPLETED query state (#16, @prithvikannan)
Initial version of databricks-ai-bridge and databricks-langchain packages
Features:
- Support for Databricks AI/BI Genie via the
databricks_langchain.GenieAgent
API indatabricks-langchain
- Support for most functionality in the existing
langchain-databricks
underdatabricks-langchain
. Specifically, this release introducesdatabricks_langchain.ChatDatabricks
,databricks_langchain.DatabricksEmbeddings
, anddatabricks_langchain.DatabricksVectorSearch
APIs.