@sap-ai-sdk/document-grounding 1.8.1-20250306013127.0 → 1.9.1-20250307013124.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 +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,6 +15,7 @@ This package incorporates generative AI document grounding capabilities into you
|
|
|
15
15
|
- [Create a Collection](#create-a-collection)
|
|
16
16
|
- [Create a Document](#create-a-document)
|
|
17
17
|
- [Custom Destination](#custom-destination)
|
|
18
|
+
- [Error Handling](#error-handling)
|
|
18
19
|
- [Local Testing](#local-testing)
|
|
19
20
|
- [Support, Feedback, Contribution](#support-feedback-contribution)
|
|
20
21
|
- [License](#license)
|
|
@@ -106,6 +107,10 @@ const response = await VectorApi.deleteCollectionById(collectionId, {
|
|
|
106
107
|
});
|
|
107
108
|
```
|
|
108
109
|
|
|
110
|
+
## Error Handling
|
|
111
|
+
|
|
112
|
+
For error handling instructions, refer to this [section](https://github.com/SAP/ai-sdk-js/blob/main/README.md#error-handling).
|
|
113
|
+
|
|
109
114
|
## Local Testing
|
|
110
115
|
|
|
111
116
|
For local testing instructions, refer to this [section](https://github.com/SAP/ai-sdk-js/blob/main/README.md#local-testing).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ai-sdk/document-grounding",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.1-20250307013124.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"internal.d.ts"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@sap-ai-sdk/core": "^1.
|
|
25
|
+
"@sap-ai-sdk/core": "^1.9.1-20250307013124.0"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"compile": "tsc",
|