@sap-ai-sdk/orchestration 1.2.1-20241113013102.0 → 1.2.1-20241114013105.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -36,9 +36,12 @@ $ npm install @sap-ai-sdk/orchestration
36
36
  Alternatively, you can also create deployments using the [SAP AI Launchpad](https://help.sap.com/docs/sap-ai-core/generative-ai-hub/activate-generative-ai-hub-for-sap-ai-launchpad?locale=en-US&q=launchpad).
37
37
  - Once the deployment is complete, access the orchestration service via the `deploymentUrl`.
38
38
 
39
- > **Accessing the AI Core Service via the SDK**:
40
- > The SDK automatically retrieves the `AI Core` service credentials from the `VCAP_SERVICES` environment variable and resolves the access token needed for authentication.
41
- > All subsequent client requests are routed to this service endpoint.
39
+ > **Accessing the AI Core Service via the SDK**
40
+ >
41
+ > The SDK automatically retrieves the `AI Core` service credentials and resolves the access token needed for authentication.
42
+ >
43
+ > - In Cloud Foundry, it's accessed from the `VCAP_SERVICES` environment variable.
44
+ > - In Kubernetes / Kyma environments, you have to mount the service binding as a secret instead, for more information refer to [this documentation](https://www.npmjs.com/package/@sap/xsenv#usage-in-kubernetes).
42
45
 
43
46
  ## Orchestration Service
44
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/orchestration",
3
- "version": "1.2.1-20241113013102.0",
3
+ "version": "1.2.1-20241114013105.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -22,8 +22,8 @@
22
22
  "dependencies": {
23
23
  "@sap-cloud-sdk/http-client": "^3.22.2",
24
24
  "@sap-cloud-sdk/util": "^3.22.2",
25
- "@sap-ai-sdk/core": "^1.2.1-20241113013102.0",
26
- "@sap-ai-sdk/ai-api": "^1.2.1-20241113013102.0"
25
+ "@sap-ai-sdk/core": "^1.2.1-20241114013105.0",
26
+ "@sap-ai-sdk/ai-api": "^1.2.1-20241114013105.0"
27
27
  },
28
28
  "scripts": {
29
29
  "compile": "tsc",