@sap-ai-sdk/foundation-models 1.10.1-20250326013133.0 → 1.10.1-20250328013141.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -233,7 +233,7 @@ Use the `AzureOpenAiEmbeddingClient` to send embedding requests to an OpenAI mod
|
|
|
233
233
|
import { AzureOpenAiEmbeddingClient } from '@sap-ai-sdk/foundation-models';
|
|
234
234
|
|
|
235
235
|
const embeddingClient = new AzureOpenAiEmbeddingClient(
|
|
236
|
-
'text-embedding-
|
|
236
|
+
'text-embedding-3-small'
|
|
237
237
|
);
|
|
238
238
|
const response = await embeddingClient.run({
|
|
239
239
|
input: 'AI is fascinating'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ai-sdk/foundation-models",
|
|
3
|
-
"version": "1.10.1-
|
|
3
|
+
"version": "1.10.1-20250328013141.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@sap-cloud-sdk/http-client": "^4.0.2",
|
|
24
24
|
"@sap-cloud-sdk/util": "^4.0.2",
|
|
25
25
|
"@sap-cloud-sdk/connectivity": "^4.0.2",
|
|
26
|
-
"@sap-ai-sdk/ai-api": "^1.10.1-
|
|
27
|
-
"@sap-ai-sdk/core": "^1.10.1-
|
|
26
|
+
"@sap-ai-sdk/ai-api": "^1.10.1-20250328013141.0",
|
|
27
|
+
"@sap-ai-sdk/core": "^1.10.1-20250328013141.0"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"compile": "tsc",
|