databricks-ai-bridge


Namedatabricks-ai-bridge JSON
Version 0.7.0 PyPI version JSON
download
home_pageNone
SummaryOfficial Python library for Databricks AI support
upload_time2025-08-13 18:25:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseDatabricks License Copyright (2024) Databricks, Inc. Definitions. Agreement: The agreement between Databricks, Inc., and you governing the use of the Databricks Services, as that term is defined in the Master Cloud Services Agreement (MCSA) located at www.databricks.com/legal/mcsa. Licensed Materials: The source code, object code, data, and/or other works to which this license applies. Scope of Use. You may not use the Licensed Materials except in connection with your use of the Databricks Services pursuant to the Agreement. Your use of the Licensed Materials must comply at all times with any restrictions applicable to the Databricks Services, generally, and must be used in accordance with any applicable documentation. You may view, use, copy, modify, publish, and/or distribute the Licensed Materials solely for the purposes of using the Licensed Materials within or connecting to the Databricks Services. If you do not agree to these terms, you may not view, use, copy, modify, publish, and/or distribute the Licensed Materials. Redistribution. You may redistribute and sublicense the Licensed Materials so long as all use is in compliance with these terms. In addition: - You must give any other recipients a copy of this License; - You must cause any modified files to carry prominent notices stating that you changed the files; - You must retain, in any derivative works that you distribute, all copyright, patent, trademark, and attribution notices, excluding those notices that do not pertain to any part of the derivative works; and - If a "NOTICE" text file is provided as part of its distribution, then any derivative works that you distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the derivative works. You may add your own copyright statement to your modifications and may provide additional license terms and conditions for use, reproduction, or distribution of your modifications, or for any such derivative works as a whole, provided your use, reproduction, and distribution of the Licensed Materials otherwise complies with the conditions stated in this License. Termination. This license terminates automatically upon your breach of these terms or upon the termination of your Agreement. Additionally, Databricks may terminate this license at any time on notice. Upon termination, you must permanently delete the Licensed Materials and all copies thereof. DISCLAIMER; LIMITATION OF LIABILITY. THE LICENSED MATERIALS ARE PROVIDED "AS-IS" AND WITH ALL FAULTS. DATABRICKS, ON BEHALF OF ITSELF AND ITS LICENSORS, SPECIFICALLY DISCLAIMS ALL WARRANTIES RELATING TO THE LICENSED MATERIALS, EXPRESS AND IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES, CONDITIONS AND OTHER TERMS OF MERCHANTABILITY, SATISFACTORY QUALITY OR FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. DATABRICKS AND ITS LICENSORS TOTAL AGGREGATE LIABILITY RELATING TO OR ARISING OUT OF YOUR USE OF OR DATABRICKS' PROVISIONING OF THE LICENSED MATERIALS SHALL BE LIMITED TO ONE THOUSAND ($1,000) DOLLARS. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE LICENSED MATERIALS OR THE USE OR OTHER DEALINGS IN THE LICENSED MATERIALS.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Databricks AI Bridge library

The Databricks AI Bridge library provides a shared layer of APIs to interact with Databricks AI features, such as [Databricks AI/BI Genie ](https://www.databricks.com/product/ai-bi/genie) and [Vector Search](https://docs.databricks.com/en/generative-ai/vector-search.html). Use these packages to help [author agents with Agent Framework](https://docs.databricks.com/aws/en/generative-ai/agent-framework/author-agent#requirements) on Databricks.

## Integration Packages

If you are using LangChain/LangGraph or the OpenAI SDK, we provide these integration packages for seamless integration of Databricks AI features.

- [`databricks-langchain`](./integrations/langchain/README.md) - For LangChain/LangGraph users
- [`databricks-openai`](./integrations/openai/README.md) - For OpenAI SDK users

## Installation

If you're using LangChain/LangGraph or OpenAI:

```sh
pip install databricks-langchain
pip install databricks-openai
```

For frameworks without dedicated integration packages:

```sh
pip install databricks-ai-bridge
```

### Install from source

With https:

```sh
# For LangChain/LangGraph users (recommended):
pip install git+https://git@github.com/databricks/databricks-ai-bridge.git#subdirectory=integrations/langchain
# For OpenAI users (recommended):
pip install git+https://git@github.com/databricks/databricks-ai-bridge.git#subdirectory=integrations/openai
# Generic installation (only if needed):
pip install git+https://git@github.com/databricks/databricks-ai-bridge.git
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "databricks-ai-bridge",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Databricks <agent-feedback@databricks.com>",
    "download_url": null,
    "platform": null,
    "description": "# Databricks AI Bridge library\n\nThe Databricks AI Bridge library provides a shared layer of APIs to interact with Databricks AI features, such as [Databricks AI/BI Genie ](https://www.databricks.com/product/ai-bi/genie) and [Vector Search](https://docs.databricks.com/en/generative-ai/vector-search.html). Use these packages to help [author agents with Agent Framework](https://docs.databricks.com/aws/en/generative-ai/agent-framework/author-agent#requirements) on Databricks.\n\n## Integration Packages\n\nIf you are using LangChain/LangGraph or the OpenAI SDK, we provide these integration packages for seamless integration of Databricks AI features.\n\n- [`databricks-langchain`](./integrations/langchain/README.md) - For LangChain/LangGraph users\n- [`databricks-openai`](./integrations/openai/README.md) - For OpenAI SDK users\n\n## Installation\n\nIf you're using LangChain/LangGraph or OpenAI:\n\n```sh\npip install databricks-langchain\npip install databricks-openai\n```\n\nFor frameworks without dedicated integration packages:\n\n```sh\npip install databricks-ai-bridge\n```\n\n### Install from source\n\nWith https:\n\n```sh\n# For LangChain/LangGraph users (recommended):\npip install git+https://git@github.com/databricks/databricks-ai-bridge.git#subdirectory=integrations/langchain\n# For OpenAI users (recommended):\npip install git+https://git@github.com/databricks/databricks-ai-bridge.git#subdirectory=integrations/openai\n# Generic installation (only if needed):\npip install git+https://git@github.com/databricks/databricks-ai-bridge.git\n```\n",
    "bugtrack_url": null,
    "license": "Databricks License\n        Copyright (2024) Databricks, Inc.\n        \n        Definitions.\n        \n        Agreement: The agreement between Databricks, Inc., and you governing\n        the use of the Databricks Services, as that term is defined in\n        the Master Cloud Services Agreement (MCSA) located at\n        www.databricks.com/legal/mcsa.\n        \n        Licensed Materials: The source code, object code, data, and/or other\n        works to which this license applies.\n        \n        Scope of Use. You may not use the Licensed Materials except in\n        connection with your use of the Databricks Services pursuant to\n        the Agreement. Your use of the Licensed Materials must comply at all\n        times with any restrictions applicable to the Databricks Services,\n        generally, and must be used in accordance with any applicable\n        documentation. You may view, use, copy, modify, publish, and/or\n        distribute the Licensed Materials solely for the purposes of using\n        the Licensed Materials within or connecting to the Databricks Services.\n        If you do not agree to these terms, you may not view, use, copy,\n        modify, publish, and/or distribute the Licensed Materials.\n        \n        Redistribution. You may redistribute and sublicense the Licensed\n        Materials so long as all use is in compliance with these terms.\n        In addition:\n        \n        - You must give any other recipients a copy of this License;\n        - You must cause any modified files to carry prominent notices\n        stating that you changed the files;\n        - You must retain, in any derivative works that you distribute,\n        all copyright, patent, trademark, and attribution notices,\n        excluding those notices that do not pertain to any part of\n        the derivative works; and\n        - If a \"NOTICE\" text file is provided as part of its\n        distribution, then any derivative works that you distribute\n        must include a readable copy of the attribution notices\n        contained within such NOTICE file, excluding those notices\n        that do not pertain to any part of the derivative works.\n        \n        You may add your own copyright statement to your modifications and may\n        provide additional license terms and conditions for use, reproduction,\n        or distribution of your modifications, or for any such derivative works\n        as a whole, provided your use, reproduction, and distribution of\n        the Licensed Materials otherwise complies with the conditions stated\n        in this License.\n        \n        Termination. This license terminates automatically upon your breach of\n        these terms or upon the termination of your Agreement. Additionally,\n        Databricks may terminate this license at any time on notice. Upon\n        termination, you must permanently delete the Licensed Materials and\n        all copies thereof.\n        \n        DISCLAIMER; LIMITATION OF LIABILITY.\n        \n        THE LICENSED MATERIALS ARE PROVIDED \"AS-IS\" AND WITH ALL FAULTS.\n        DATABRICKS, ON BEHALF OF ITSELF AND ITS LICENSORS, SPECIFICALLY\n        DISCLAIMS ALL WARRANTIES RELATING TO THE LICENSED MATERIALS, EXPRESS\n        AND IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES,\n        CONDITIONS AND OTHER TERMS OF MERCHANTABILITY, SATISFACTORY QUALITY OR\n        FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. DATABRICKS AND\n        ITS LICENSORS TOTAL AGGREGATE LIABILITY RELATING TO OR ARISING OUT OF\n        YOUR USE OF OR DATABRICKS' PROVISIONING OF THE LICENSED MATERIALS SHALL\n        BE LIMITED TO ONE THOUSAND ($1,000) DOLLARS. IN NO EVENT SHALL\n        THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n        OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n        ARISING FROM, OUT OF OR IN CONNECTION WITH THE LICENSED MATERIALS OR\n        THE USE OR OTHER DEALINGS IN THE LICENSED MATERIALS.",
    "summary": "Official Python library for Databricks AI support",
    "version": "0.7.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4ff5050e518c3f80e4f951f2f806bf29f95bb4a29f04a311ca0de58b14dc9ab",
                "md5": "ae82fcca96e2d066004094b68ff11ef6",
                "sha256": "cd0b69471b330886d665536244c42c2ac72efd941586f7b38cd8c7b35e5e4110"
            },
            "downloads": -1,
            "filename": "databricks_ai_bridge-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae82fcca96e2d066004094b68ff11ef6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 18309,
            "upload_time": "2025-08-13T18:25:46",
            "upload_time_iso_8601": "2025-08-13T18:25:46.733295Z",
            "url": "https://files.pythonhosted.org/packages/f4/ff/5050e518c3f80e4f951f2f806bf29f95bb4a29f04a311ca0de58b14dc9ab/databricks_ai_bridge-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-13 18:25:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "databricks-ai-bridge"
}
        
Elapsed time: 1.68485s