generative-ai-hub-sdk


Namegenerative-ai-hub-sdk JSON
Version 3.8.0 PyPI version JSON
download
home_pagehttps://www.sap.com/
Summarygenerative AI hub SDK
upload_time2024-11-04 14:40:39
maintainerNone
docs_urlNone
authorSAP SE
requires_python>=3.9
licenseSAP DEVELOPER LICENSE AGREEMENT
keywords sap generative ai hub sdk sap ai core api sap ai core
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SAP generative AI hub SDK

With this SDK you can leverage the power of generative models available in the generative AI Hub of SAP AI Core.
The generative AI Hub SDK provides model access by wrapping the native SDKs of the model providers (OpenAI, Amazon, Google), through langchain, or through the orchestration service.

## Installation

To install this SDK, use the following pip command, which includes support for all models including langchain support:

    pip install "generative-ai-hub-sdk[all]"

The default installation only includes OpenAI models (without langchain support):

    pip install generative-ai-hub-sdk

You can install a subset of the extra libraries (without langchain support) by specifying them in square brackets:

    pip install "generative-ai-hub-sdk[google, amazon]"

## Configuration, Usage

Please refer to the official documentation hosted on [help.sap.com](https://help.sap.com/doc/generative-ai-hub-sdk/CLOUD/en-US/index.html) for details on how to configure and use the generative AI hub SDK.

## Dependencies

Currently the generative AI Hub SDK supports the following dependent library versions:

- langchain~=0.2.9 # langchain
- langchain-community==0.2.17 # langchain
- langchain-aws==0.1.7 # langchain
- langchain-google-vertexai==1.0.8 # langchain
- langchain-openai~=0.1.4 # langchain
- boto3==1.34.132 # amazon
- google-cloud-aiplatform==1.60.0 # google
- openai>=1.3.3


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.sap.com/",
    "name": "generative-ai-hub-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "SAP generative AI hub SDK, SAP AI Core API, SAP AI Core",
    "author": "SAP SE",
    "author_email": null,
    "download_url": "https://pypi.python.org/pypi/generative-ai-hub-sdk",
    "platform": "Windows",
    "description": "# SAP generative AI hub SDK\n\nWith this SDK you can leverage the power of generative models available in the generative AI Hub of SAP AI Core.\nThe generative AI Hub SDK provides model access by wrapping the native SDKs of the model providers (OpenAI, Amazon, Google), through langchain, or through the orchestration service.\n\n## Installation\n\nTo install this SDK, use the following pip command, which includes support for all models including langchain support:\n\n    pip install \"generative-ai-hub-sdk[all]\"\n\nThe default installation only includes OpenAI models (without langchain support):\n\n    pip install generative-ai-hub-sdk\n\nYou can install a subset of the extra libraries (without langchain support) by specifying them in square brackets:\n\n    pip install \"generative-ai-hub-sdk[google, amazon]\"\n\n## Configuration, Usage\n\nPlease refer to the official documentation hosted on [help.sap.com](https://help.sap.com/doc/generative-ai-hub-sdk/CLOUD/en-US/index.html) for details on how to configure and use the generative AI hub SDK.\n\n## Dependencies\n\nCurrently the generative AI Hub SDK supports the following dependent library versions:\n\n- langchain~=0.2.9 # langchain\n- langchain-community==0.2.17 # langchain\n- langchain-aws==0.1.7 # langchain\n- langchain-google-vertexai==1.0.8 # langchain\n- langchain-openai~=0.1.4 # langchain\n- boto3==1.34.132 # amazon\n- google-cloud-aiplatform==1.60.0 # google\n- openai>=1.3.3\n\n",
    "bugtrack_url": null,
    "license": "SAP DEVELOPER LICENSE AGREEMENT",
    "summary": "generative AI hub SDK",
    "version": "3.8.0",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/generative-ai-hub-sdk",
        "Homepage": "https://www.sap.com/"
    },
    "split_keywords": [
        "sap generative ai hub sdk",
        " sap ai core api",
        " sap ai core"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49ceeac7c9bd54049ff643bd9d780e43b0c9ae892eeffc4bb54f149d76c9ddae",
                "md5": "2ef3b44d944cacceba0351911c09f87c",
                "sha256": "e14e83775f7dfe0f442ecf5654f38df2305211b312715be2d83b3e2830f8df81"
            },
            "downloads": -1,
            "filename": "generative_ai_hub_sdk-3.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ef3b44d944cacceba0351911c09f87c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 352978,
            "upload_time": "2024-11-04T14:40:39",
            "upload_time_iso_8601": "2024-11-04T14:40:39.460364Z",
            "url": "https://files.pythonhosted.org/packages/49/ce/eac7c9bd54049ff643bd9d780e43b0c9ae892eeffc4bb54f149d76c9ddae/generative_ai_hub_sdk-3.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-04 14:40:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "generative-ai-hub-sdk"
}
        
Elapsed time: 1.19847s