You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

generative-ai-hub-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generative-ai-hub-sdk

[DEPRECATED] generative AI hub SDK

4.12.4
pipPyPI
Maintainers
1

[DEPRECATED] SAP generative AI hub SDK

This package is no longer maintained.

Please use sap-ai-sdk-gen instead.

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 for details on how to configure and use the generative AI hub SDK.

Keywords

SAP generative AI hub SDK

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts