@sap-ai-sdk/document-grounding 2.12.1-20260626014605.0 → 2.13.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/dist/client/api/metadata-configurations-api.d.ts.map +1 -1
- package/dist/client/api/pipelines-api.d.ts +14 -14
- package/dist/client/api/pipelines-api.d.ts.map +1 -1
- package/dist/client/api/retrieval-api.d.ts +3 -3
- package/dist/client/api/retrieval-api.d.ts.map +1 -1
- package/dist/client/api/schema/batch-update-documents-response.d.ts.map +1 -1
- package/dist/client/api/schema/data-repository-search-results.d.ts.map +1 -1
- package/dist/client/api/schema/merge-strategy-type.d.ts.map +1 -1
- package/dist/client/api/schema/retrieval-search-results.d.ts.map +1 -1
- package/dist/client/api/schema/retrieval-vector-search-filter.d.ts.map +1 -1
- package/dist/client/api/schema/scores-aggregation-strategy.d.ts.map +1 -1
- package/dist/client/api/vector-api.d.ts +17 -17
- package/dist/client/api/vector-api.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metadata-configurations-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/metadata-configurations-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,0BAA0B,EAC1B,4BAA4B,EAC5B,6BAA6B,EAC7B,0BAA0B,EAC1B,4BAA4B,EAC5B,4BAA4B,EAC5B,qBAAqB,EACtB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"metadata-configurations-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/metadata-configurations-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,0BAA0B,EAC1B,4BAA4B,EAC5B,6BAA6B,EAC7B,0BAA0B,EAC1B,4BAA4B,EAC5B,4BAA4B,EAC5B,qBAAqB,EACtB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,yBAAyB;IACpC,gBAAgB;IAChB;;;;OAIG;IACH,0BAA0B,qBAAqB;QAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB;IASD;;;;OAIG;IACH,2BAA2B,SAAS,4BAA4B;IAUhE;;;;OAIG;IACH,4BAA4B,qBAAqB,MAAM;IASvD;;;;OAIG;IACH,+BAA+B,qBAAqB,MAAM;IAS1D;;;;;OAKG;IACH,kCAAkC,qBACd,MAAM,oBACN;QAChB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB;IAWH;;;;;OAKG;IACH,4BAA4B,qBACR,MAAM,QAClB,4BAA4B;IAYpC;;;;;OAKG;IACH,0BAA0B,qBAAqB,MAAM,cAAc,MAAM;CAS1E,CAAC"}
|
|
@@ -18,7 +18,7 @@ export declare const PipelinesApi: {
|
|
|
18
18
|
$skip?: number;
|
|
19
19
|
$count?: boolean;
|
|
20
20
|
}, headerParameters: {
|
|
21
|
-
|
|
21
|
+
'AI-Resource-Group': string;
|
|
22
22
|
}) => OpenApiRequestBuilder<GetPipelines>;
|
|
23
23
|
/**
|
|
24
24
|
* Create a pipeline
|
|
@@ -27,7 +27,7 @@ export declare const PipelinesApi: {
|
|
|
27
27
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
28
28
|
*/
|
|
29
29
|
createPipeline: (body: CreatePipeline, headerParameters: {
|
|
30
|
-
|
|
30
|
+
'AI-Resource-Group': string;
|
|
31
31
|
}) => OpenApiRequestBuilder<PipelineId>;
|
|
32
32
|
/**
|
|
33
33
|
* Get details of a pipeline by pipeline id
|
|
@@ -36,7 +36,7 @@ export declare const PipelinesApi: {
|
|
|
36
36
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
37
37
|
*/
|
|
38
38
|
getPipelineById: (pipelineId: string, headerParameters: {
|
|
39
|
-
|
|
39
|
+
'AI-Resource-Group': string;
|
|
40
40
|
}) => OpenApiRequestBuilder<GetPipeline>;
|
|
41
41
|
/**
|
|
42
42
|
* Patch a pipeline by pipeline id
|
|
@@ -46,7 +46,7 @@ export declare const PipelinesApi: {
|
|
|
46
46
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
47
47
|
*/
|
|
48
48
|
patchPipelineById: (pipelineId: string, body: PatchPipeline, headerParameters: {
|
|
49
|
-
|
|
49
|
+
'AI-Resource-Group': string;
|
|
50
50
|
}) => OpenApiRequestBuilder<any>;
|
|
51
51
|
/**
|
|
52
52
|
* Delete a pipeline by pipeline id
|
|
@@ -55,7 +55,7 @@ export declare const PipelinesApi: {
|
|
|
55
55
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
56
56
|
*/
|
|
57
57
|
deletePipelineById: (pipelineId: string, headerParameters: {
|
|
58
|
-
|
|
58
|
+
'AI-Resource-Group': string;
|
|
59
59
|
}) => OpenApiRequestBuilder<any>;
|
|
60
60
|
/**
|
|
61
61
|
* Get pipeline status by pipeline id
|
|
@@ -64,7 +64,7 @@ export declare const PipelinesApi: {
|
|
|
64
64
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
65
65
|
*/
|
|
66
66
|
getPipelineStatus: (pipelineId: string, headerParameters: {
|
|
67
|
-
|
|
67
|
+
'AI-Resource-Group': string;
|
|
68
68
|
}) => OpenApiRequestBuilder<GetPipelineStatus>;
|
|
69
69
|
/**
|
|
70
70
|
* Search for pipelines based on metadata
|
|
@@ -78,7 +78,7 @@ export declare const PipelinesApi: {
|
|
|
78
78
|
$skip?: number;
|
|
79
79
|
$count?: boolean;
|
|
80
80
|
}, headerParameters: {
|
|
81
|
-
|
|
81
|
+
'AI-Resource-Group': string;
|
|
82
82
|
}) => OpenApiRequestBuilder<SearchPipelinesResponse>;
|
|
83
83
|
/**
|
|
84
84
|
* Retrieve all executions for a specific pipeline. Optionally, filter to get only the last execution.
|
|
@@ -93,7 +93,7 @@ export declare const PipelinesApi: {
|
|
|
93
93
|
$skip?: number;
|
|
94
94
|
$count?: boolean;
|
|
95
95
|
}, headerParameters: {
|
|
96
|
-
|
|
96
|
+
'AI-Resource-Group': string;
|
|
97
97
|
}) => OpenApiRequestBuilder<GetPipelineExecutions>;
|
|
98
98
|
/**
|
|
99
99
|
* Retrieve details of a specific pipeline execution by its execution ID.
|
|
@@ -103,7 +103,7 @@ export declare const PipelinesApi: {
|
|
|
103
103
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
104
104
|
*/
|
|
105
105
|
getExecutionDetailsByIdForPipelineExecution: (pipelineId: string, executionId: string, headerParameters: {
|
|
106
|
-
|
|
106
|
+
'AI-Resource-Group': string;
|
|
107
107
|
}) => OpenApiRequestBuilder<GetPipelineExecutionById>;
|
|
108
108
|
/**
|
|
109
109
|
* Retrieve all documents associated with a specific pipeline execution. Optionally, filter the results using query parameters.
|
|
@@ -118,7 +118,7 @@ export declare const PipelinesApi: {
|
|
|
118
118
|
$skip?: number;
|
|
119
119
|
$count?: boolean;
|
|
120
120
|
}, headerParameters: {
|
|
121
|
-
|
|
121
|
+
'AI-Resource-Group': string;
|
|
122
122
|
}) => OpenApiRequestBuilder<DocumentsStatusResponse>;
|
|
123
123
|
/**
|
|
124
124
|
* Retrieve details of a specific document associated with a pipeline execution.
|
|
@@ -129,7 +129,7 @@ export declare const PipelinesApi: {
|
|
|
129
129
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
130
130
|
*/
|
|
131
131
|
getDocumentByIdForPipelineExecution: (pipelineId: string, executionId: string, documentId: string, headerParameters: {
|
|
132
|
-
|
|
132
|
+
'AI-Resource-Group': string;
|
|
133
133
|
}) => OpenApiRequestBuilder<PipelineDocumentResponse>;
|
|
134
134
|
/**
|
|
135
135
|
* Retrieve all documents associated with a specific pipeline. Optionally, filter the results using query parameters.
|
|
@@ -143,7 +143,7 @@ export declare const PipelinesApi: {
|
|
|
143
143
|
$skip?: number;
|
|
144
144
|
$count?: boolean;
|
|
145
145
|
}, headerParameters: {
|
|
146
|
-
|
|
146
|
+
'AI-Resource-Group': string;
|
|
147
147
|
}) => OpenApiRequestBuilder<DocumentsStatusResponse>;
|
|
148
148
|
/**
|
|
149
149
|
* Retrieve details of a specific document associated with a pipeline.
|
|
@@ -153,7 +153,7 @@ export declare const PipelinesApi: {
|
|
|
153
153
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
154
154
|
*/
|
|
155
155
|
getDocumentByIdForPipeline: (pipelineId: string, documentId: string, headerParameters: {
|
|
156
|
-
|
|
156
|
+
'AI-Resource-Group': string;
|
|
157
157
|
}) => OpenApiRequestBuilder<PipelineDocumentResponse>;
|
|
158
158
|
/**
|
|
159
159
|
* Manually trigger a pipeline
|
|
@@ -162,7 +162,7 @@ export declare const PipelinesApi: {
|
|
|
162
162
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
163
163
|
*/
|
|
164
164
|
manualTriggerPipeline: (body: ManualPipelineTrigger, headerParameters: {
|
|
165
|
-
|
|
165
|
+
'AI-Resource-Group': string;
|
|
166
166
|
}) => OpenApiRequestBuilder<any>;
|
|
167
167
|
};
|
|
168
168
|
//# sourceMappingURL=pipelines-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipelines-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/pipelines-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,YAAY,EACZ,cAAc,EACd,UAAU,EACV,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,cAAc,EACd,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,qBAAqB,EACtB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"pipelines-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/pipelines-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,YAAY,EACZ,cAAc,EACd,UAAU,EACV,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,cAAc,EACd,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,qBAAqB,EACtB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,YAAY;IACvB,gBAAgB;IAChB;;;;;OAKG;IACH,eAAe,oBACI;QACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;IACH,cAAc,SACN,cAAc,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAcnD;;;;;OAKG;IACH,eAAe,eACD,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;IACH,iBAAiB,eACH,MAAM,QACZ,aAAa,oBACD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAenD;;;;;OAKG;IACH,kBAAkB,eACJ,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;IACH,iBAAiB,eACH,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;IACH,yBAAyB,SACjB,cAAc,mBACH;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAenD;;;;;;OAMG;IACH,2BAA2B,eACb,MAAM,mBACD;QACf,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;OAMG;IACH,2CAA2C,eAC7B,MAAM,eACL,MAAM,oBACD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;;OAOG;IACH,gCAAgC,eAClB,MAAM,eACL,MAAM,mBACF;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;;OAOG;IACH,mCAAmC,eACrB,MAAM,eACL,MAAM,cACP,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;IACH,0BAA0B,eACZ,MAAM,mBACD;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;OAMG;IACH,0BAA0B,eACZ,MAAM,cACN,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;IACH,qBAAqB,SACb,qBAAqB,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAcpD,CAAC"}
|
|
@@ -17,7 +17,7 @@ export declare const RetrievalApi: {
|
|
|
17
17
|
$skip?: number;
|
|
18
18
|
$count?: boolean;
|
|
19
19
|
}, headerParameters: {
|
|
20
|
-
|
|
20
|
+
'AI-Resource-Group': string;
|
|
21
21
|
}) => OpenApiRequestBuilder<DataRepositories>;
|
|
22
22
|
/**
|
|
23
23
|
* List data repository by id
|
|
@@ -27,7 +27,7 @@ export declare const RetrievalApi: {
|
|
|
27
27
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
28
28
|
*/
|
|
29
29
|
getDataRepositoryById: (repositoryId: string, headerParameters: {
|
|
30
|
-
|
|
30
|
+
'AI-Resource-Group': string;
|
|
31
31
|
}, queryParameters: {
|
|
32
32
|
remoteName?: string;
|
|
33
33
|
}) => OpenApiRequestBuilder<DataRepository>;
|
|
@@ -38,7 +38,7 @@ export declare const RetrievalApi: {
|
|
|
38
38
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
39
39
|
*/
|
|
40
40
|
search: (body: RetrievalSearchInput, headerParameters: {
|
|
41
|
-
|
|
41
|
+
'AI-Resource-Group': string;
|
|
42
42
|
}) => OpenApiRequestBuilder<RetrievalSearchResults>;
|
|
43
43
|
};
|
|
44
44
|
//# sourceMappingURL=retrieval-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieval-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/retrieval-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,gBAAgB,EAChB,cAAc,EACd,oBAAoB,EACpB,sBAAsB,EACvB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"retrieval-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/retrieval-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,gBAAgB,EAChB,cAAc,EACd,oBAAoB,EACpB,sBAAsB,EACvB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,YAAY;IACvB,gBAAgB;IAChB;;;;;OAKG;IACH,mBAAmB,oBACA;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;IACH,qBAAqB,iBACL,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE,mBAChC;QAAE,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE;IAY1C;;;;;OAKG;IACH,MAAM,SACE,oBAAoB,oBACR;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAcpD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"batch-update-documents-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/batch-update-documents-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,qCAAqC,CAAC;AACvF;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,
|
|
1
|
+
{"version":3,"file":"batch-update-documents-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/batch-update-documents-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,qCAAqC,CAAC;AACvF;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,CACzC,sBAAsB,GAAG,2BAA2B,CACrD,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-repository-search-results.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-search-results.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACzG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC/F;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"data-repository-search-results.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-search-results.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACzG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC/F;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,OAAO,EAAE,CACP,mCAAmC,GAAG,8BAA8B,CACrE,EAAE,CAAC;CACL,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"merge-strategy-type.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/merge-strategy-type.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"merge-strategy-type.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/merge-strategy-type.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAC3B,UAAU,GAAG,YAAY,GAAG,sBAAsB,GAAG,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieval-search-results.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-results.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAC9F,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,oDAAoD,CAAC;AAClH;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"retrieval-search-results.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-results.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAC9F,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,oDAAoD,CAAC;AAClH;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,OAAO,EAAE,CACP,8BAA8B,GAAG,uCAAuC,CACzE,EAAE,CAAC;CACL,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieval-vector-search-filter.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-vector-search-filter.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,oDAAoD,CAAC;AAClH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACzF,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AACjG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AACpF;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB,CAAC,EAAE,4BAA4B,CAAC;IACnD;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACrD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,uCAAuC,EAAE,CAAC;IAC7D;;;OAGG;IACH,aAAa,CAAC,EAAE,yBAAyB,EAAE,CAAC;IAC5C;;OAEG;IACH,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"retrieval-vector-search-filter.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-vector-search-filter.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,oDAAoD,CAAC;AAClH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACzF,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AACjG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AACpF;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB,CAAC,EAAE,4BAA4B,CAAC;IACnD;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACrD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,uCAAuC,EAAE,CAAC;IAC7D;;;OAGG;IACH,aAAa,CAAC,EAAE,yBAAyB,EAAE,CAAC;IAC5C;;OAEG;IACH,MAAM,CAAC,EACL,4BAA4B,GAAG,+BAA+B,GAAG,IAAI,CAAC;IACxE,oBAAoB,CAAC,EAAE,0BAA0B,CAAC;CACnD,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scores-aggregation-strategy.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/scores-aggregation-strategy.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"scores-aggregation-strategy.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/scores-aggregation-strategy.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,yBAAyB,GACnC,kBAAkB,GAAG,KAAK,GAAG,cAAc,CAAC"}
|
|
@@ -17,7 +17,7 @@ export declare const VectorApi: {
|
|
|
17
17
|
$skip?: number;
|
|
18
18
|
$count?: boolean;
|
|
19
19
|
}, headerParameters: {
|
|
20
|
-
|
|
20
|
+
'AI-Resource-Group': string;
|
|
21
21
|
}) => OpenApiRequestBuilder<CollectionsListResponse>;
|
|
22
22
|
/**
|
|
23
23
|
* Creates a collection. This operation is asynchronous. Poll the collection resource and check the status field to understand creation status.
|
|
@@ -26,7 +26,7 @@ export declare const VectorApi: {
|
|
|
26
26
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
27
27
|
*/
|
|
28
28
|
createCollection: (body: CollectionRequest, headerParameters: {
|
|
29
|
-
|
|
29
|
+
'AI-Resource-Group': string;
|
|
30
30
|
}) => OpenApiRequestBuilder<any>;
|
|
31
31
|
/**
|
|
32
32
|
* Gets a specific collection by ID.
|
|
@@ -35,7 +35,7 @@ export declare const VectorApi: {
|
|
|
35
35
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
36
36
|
*/
|
|
37
37
|
getCollectionById: (collectionId: string, headerParameters: {
|
|
38
|
-
|
|
38
|
+
'AI-Resource-Group': string;
|
|
39
39
|
}) => OpenApiRequestBuilder<Collection>;
|
|
40
40
|
/**
|
|
41
41
|
* Deletes a specific collection by ID. This operation is asynchronous. Poll the collection for a 404 status code.
|
|
@@ -44,7 +44,7 @@ export declare const VectorApi: {
|
|
|
44
44
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
45
45
|
*/
|
|
46
46
|
deleteCollectionById: (collectionId: string, headerParameters: {
|
|
47
|
-
|
|
47
|
+
'AI-Resource-Group': string;
|
|
48
48
|
}) => OpenApiRequestBuilder<any>;
|
|
49
49
|
/**
|
|
50
50
|
* Gets a specific document in a collection by ID.
|
|
@@ -54,7 +54,7 @@ export declare const VectorApi: {
|
|
|
54
54
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
55
55
|
*/
|
|
56
56
|
getDocumentById: (collectionId: string, documentId: string, headerParameters: {
|
|
57
|
-
|
|
57
|
+
'AI-Resource-Group': string;
|
|
58
58
|
}) => OpenApiRequestBuilder<DocumentResponse>;
|
|
59
59
|
/**
|
|
60
60
|
* Deletes a specific document of a collection.
|
|
@@ -64,7 +64,7 @@ export declare const VectorApi: {
|
|
|
64
64
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
65
65
|
*/
|
|
66
66
|
deleteDocumentById: (collectionId: string, documentId: string, headerParameters: {
|
|
67
|
-
|
|
67
|
+
'AI-Resource-Group': string;
|
|
68
68
|
}) => OpenApiRequestBuilder<any>;
|
|
69
69
|
/**
|
|
70
70
|
* Gets a list of documents of a collection.
|
|
@@ -78,7 +78,7 @@ export declare const VectorApi: {
|
|
|
78
78
|
$skip?: number;
|
|
79
79
|
$count?: boolean;
|
|
80
80
|
}, headerParameters: {
|
|
81
|
-
|
|
81
|
+
'AI-Resource-Group': string;
|
|
82
82
|
}) => OpenApiRequestBuilder<Documents>;
|
|
83
83
|
/**
|
|
84
84
|
* Create and stores one or multiple documents into a collection. If omitted, 'id' will be auto-generated.
|
|
@@ -88,7 +88,7 @@ export declare const VectorApi: {
|
|
|
88
88
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
89
89
|
*/
|
|
90
90
|
createDocuments: (collectionId: string, body: DocumentCreateRequest, headerParameters: {
|
|
91
|
-
|
|
91
|
+
'AI-Resource-Group': string;
|
|
92
92
|
}) => OpenApiRequestBuilder<DocumentsListResponse>;
|
|
93
93
|
/**
|
|
94
94
|
* Upserts the data of multiple documents into a collection.
|
|
@@ -98,7 +98,7 @@ export declare const VectorApi: {
|
|
|
98
98
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
99
99
|
*/
|
|
100
100
|
updateDocuments: (collectionId: string, body: DocumentUpdateRequest, headerParameters: {
|
|
101
|
-
|
|
101
|
+
'AI-Resource-Group': string;
|
|
102
102
|
}) => OpenApiRequestBuilder<DocumentsListResponse>;
|
|
103
103
|
/**
|
|
104
104
|
* Search chunks
|
|
@@ -107,7 +107,7 @@ export declare const VectorApi: {
|
|
|
107
107
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
108
108
|
*/
|
|
109
109
|
search: (body: TextSearchRequest, headerParameters: {
|
|
110
|
-
|
|
110
|
+
'AI-Resource-Group': string;
|
|
111
111
|
}) => OpenApiRequestBuilder<VectorSearchResults>;
|
|
112
112
|
/**
|
|
113
113
|
* Gets a specific collection status from monitor by ID.
|
|
@@ -116,7 +116,7 @@ export declare const VectorApi: {
|
|
|
116
116
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
117
117
|
*/
|
|
118
118
|
getCollectionCreationStatus: (id: string, headerParameters: {
|
|
119
|
-
|
|
119
|
+
'AI-Resource-Group': string;
|
|
120
120
|
}) => OpenApiRequestBuilder<CollectionCreatedResponse | CollectionPendingResponse>;
|
|
121
121
|
/**
|
|
122
122
|
* Gets a specific collection status from monitor by ID.
|
|
@@ -125,8 +125,8 @@ export declare const VectorApi: {
|
|
|
125
125
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
126
126
|
*/
|
|
127
127
|
getCollectionDeletionStatus: (id: string, headerParameters: {
|
|
128
|
-
|
|
129
|
-
}) => OpenApiRequestBuilder<
|
|
128
|
+
'AI-Resource-Group': string;
|
|
129
|
+
}) => OpenApiRequestBuilder<CollectionDeletedResponse | CollectionPendingResponse>;
|
|
130
130
|
/**
|
|
131
131
|
* Deletes list of documents across collections.
|
|
132
132
|
* @param body - Request body.
|
|
@@ -134,7 +134,7 @@ export declare const VectorApi: {
|
|
|
134
134
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
135
135
|
*/
|
|
136
136
|
deleteAllDocuments: (body: DocumentBulkDeleteRequest, headerParameters: {
|
|
137
|
-
|
|
137
|
+
'AI-Resource-Group': string;
|
|
138
138
|
}) => OpenApiRequestBuilder<DocumentBulkDeleteResponse>;
|
|
139
139
|
/**
|
|
140
140
|
* Allows to add, remove and modify the collections metadata.
|
|
@@ -143,7 +143,7 @@ export declare const VectorApi: {
|
|
|
143
143
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
144
144
|
*/
|
|
145
145
|
updateCollectionsMetadata: (body: MetadataUpdates, headerParameters: {
|
|
146
|
-
|
|
146
|
+
'AI-Resource-Group': string;
|
|
147
147
|
}) => OpenApiRequestBuilder<MetadataResponse>;
|
|
148
148
|
/**
|
|
149
149
|
* Allows to add, remove and modify the documents metadata.
|
|
@@ -152,7 +152,7 @@ export declare const VectorApi: {
|
|
|
152
152
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
153
153
|
*/
|
|
154
154
|
updateDocumentsMetadata: (body: MetadataUpdates, headerParameters: {
|
|
155
|
-
|
|
155
|
+
'AI-Resource-Group': string;
|
|
156
156
|
}) => OpenApiRequestBuilder<MetadataResponse>;
|
|
157
157
|
/**
|
|
158
158
|
* Allows to add, remove and modify the chunks metadata.
|
|
@@ -161,7 +161,7 @@ export declare const VectorApi: {
|
|
|
161
161
|
* @returns The request builder, use the `execute()` method to trigger the request.
|
|
162
162
|
*/
|
|
163
163
|
updateChunksMetadata: (body: MetadataUpdates, headerParameters: {
|
|
164
|
-
|
|
164
|
+
'AI-Resource-Group': string;
|
|
165
165
|
}) => OpenApiRequestBuilder<MetadataResponse>;
|
|
166
166
|
};
|
|
167
167
|
//# sourceMappingURL=vector-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vector-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/vector-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,uBAAuB,EACvB,iBAAiB,EACjB,UAAU,EACV,gBAAgB,EAChB,SAAS,EACT,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,iBAAiB,EACjB,mBAAmB,EACnB,yBAAyB,EACzB,yBAAyB,EACzB,yBAAyB,EACzB,yBAAyB,EACzB,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EACjB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"vector-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/vector-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,uBAAuB,EACvB,iBAAiB,EACjB,UAAU,EACV,gBAAgB,EAChB,SAAS,EACT,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,iBAAiB,EACjB,mBAAmB,EACnB,yBAAyB,EACzB,yBAAyB,EACzB,yBAAyB,EACzB,yBAAyB,EACzB,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EACjB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,SAAS;IACpB,gBAAgB;IAChB;;;;;OAKG;IACH,iBAAiB,oBACE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;IACH,gBAAgB,SACR,iBAAiB,oBACL;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAcnD;;;;;OAKG;IACH,iBAAiB,iBACD,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;IACH,oBAAoB,iBACJ,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;IACH,eAAe,iBACC,MAAM,cACR,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;IACH,kBAAkB,iBACF,MAAM,cACR,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;IACH,eAAe,iBACC,MAAM,mBACH;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;OAMG;IACH,eAAe,iBACC,MAAM,QACd,qBAAqB,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAenD;;;;;;OAMG;IACH,eAAe,iBACC,MAAM,QACd,qBAAqB,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAenD;;;;;OAKG;IACH,MAAM,SACE,iBAAiB,oBACL;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAcnD;;;;;OAKG;IACH,2BAA2B,OACrB,MAAM,oBACQ;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAanD;;;;;OAKG;IACH,2BAA2B,OACrB,MAAM,oBACQ;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAanD;;;;;OAKG;IACH,kBAAkB,SACV,yBAAyB,oBACb;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAcnD;;;;;OAKG;IACH,yBAAyB,SACjB,eAAe,oBACH;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAcnD;;;;;OAKG;IACH,uBAAuB,SACf,eAAe,oBACH;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAcnD;;;;;OAKG;IACH,oBAAoB,SACZ,eAAe,oBACH;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAcpD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ai-sdk/document-grounding",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dist/**/*.d.ts.map"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@sap-ai-sdk/core": "^2.
|
|
38
|
+
"@sap-ai-sdk/core": "^2.13.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"compile": "tsc",
|