mixpeek 0.81.8 → 0.81.10
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/api/analytics-api.d.ts +4 -4
- package/dist/api/analytics-extractors-api.d.ts +4 -4
- package/dist/api/collection-documents-api.d.ts +8 -8
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/index.mjs.map +1 -1
- package/dist/lib/lib/lib/lib/lib/lib/lib/client.d.ts +132 -0
- package/dist/lib/lib/lib/lib/lib/lib/lib/client.d.ts.map +1 -0
- package/dist/lib/lib/lib/lib/lib/lib/lib/index.d.ts +7 -0
- package/dist/lib/lib/lib/lib/lib/lib/lib/index.d.ts.map +1 -0
- package/dist/models/batch-delete-documents-request.d.ts +1 -1
- package/dist/models/batch-model.d.ts +14 -0
- package/dist/models/batch-model.d.ts.map +1 -1
- package/dist/models/batch-progress.d.ts +12 -0
- package/dist/models/batch-progress.d.ts.map +1 -1
- package/dist/models/bulk-update-documents-request.d.ts +1 -1
- package/dist/models/execute-retriever-request.d.ts +6 -0
- package/dist/models/execute-retriever-request.d.ts.map +1 -1
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/multimodal-extractor-params.d.ts +30 -18
- package/dist/models/multimodal-extractor-params.d.ts.map +1 -1
- package/dist/models/namespace-authorization-config.d.ts +114 -0
- package/dist/models/namespace-authorization-config.d.ts.map +1 -0
- package/dist/models/namespace-infrastructure-input.d.ts +7 -0
- package/dist/models/namespace-infrastructure-input.d.ts.map +1 -1
- package/dist/models/namespace-infrastructure-output.d.ts +7 -0
- package/dist/models/namespace-infrastructure-output.d.ts.map +1 -1
- package/dist/models/organization-model-response.d.ts +12 -0
- package/dist/models/organization-model-response.d.ts.map +1 -1
- package/dist/models/organization-update-request.d.ts +6 -0
- package/dist/models/organization-update-request.d.ts.map +1 -1
- package/dist/models/parameters.d.ts +20 -20
- package/dist/models/parameters.d.ts.map +1 -1
- package/dist/models/response-shape1.d.ts +1 -1
- package/dist/models/retriever-execution-request.d.ts +6 -0
- package/dist/models/retriever-execution-request.d.ts.map +1 -1
- package/dist/models/split-method.d.ts +1 -1
- package/dist/models/sync-configuration-model.d.ts +28 -0
- package/dist/models/sync-configuration-model.d.ts.map +1 -1
- package/dist/models/sync-job-model.d.ts +38 -0
- package/dist/models/sync-job-model.d.ts.map +1 -1
- package/dist/models/system-condition-type.d.ts +2 -0
- package/dist/models/system-condition-type.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -220,7 +220,7 @@ export declare const AnalyticsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
220
220
|
*/
|
|
221
221
|
getExtractorBreakdownAnalyticsPerformanceEngine: (hours?: number, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
222
222
|
/**
|
|
223
|
-
* Get feature extraction performance metrics. Returns
|
|
223
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
224
224
|
* @summary Get Extractor Performance
|
|
225
225
|
* @param {string} [extractorName] Filter by extractor
|
|
226
226
|
* @param {number} [hours] Hours of history
|
|
@@ -611,7 +611,7 @@ export declare const AnalyticsApiFp: (configuration?: Configuration) => {
|
|
|
611
611
|
*/
|
|
612
612
|
getExtractorBreakdownAnalyticsPerformanceEngine(hours?: number, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExtractorBreakdownResponse>>;
|
|
613
613
|
/**
|
|
614
|
-
* Get feature extraction performance metrics. Returns
|
|
614
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
615
615
|
* @summary Get Extractor Performance
|
|
616
616
|
* @param {string} [extractorName] Filter by extractor
|
|
617
617
|
* @param {number} [hours] Hours of history
|
|
@@ -980,7 +980,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
980
980
|
*/
|
|
981
981
|
getExtractorBreakdownAnalyticsPerformanceEngine(requestParameters?: AnalyticsApiGetExtractorBreakdownAnalyticsPerformanceEngineRequest, options?: RawAxiosRequestConfig): AxiosPromise<ExtractorBreakdownResponse>;
|
|
982
982
|
/**
|
|
983
|
-
* Get feature extraction performance metrics. Returns
|
|
983
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
984
984
|
* @summary Get Extractor Performance
|
|
985
985
|
* @param {AnalyticsApiGetExtractorPerformanceAnalyticsRequest} requestParameters Request parameters.
|
|
986
986
|
* @param {*} [options] Override http request option.
|
|
@@ -2243,7 +2243,7 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
2243
2243
|
*/
|
|
2244
2244
|
getExtractorBreakdownAnalyticsPerformanceEngine(requestParameters?: AnalyticsApiGetExtractorBreakdownAnalyticsPerformanceEngineRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExtractorBreakdownResponse, any, {}>>;
|
|
2245
2245
|
/**
|
|
2246
|
-
* Get feature extraction performance metrics. Returns
|
|
2246
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
2247
2247
|
* @summary Get Extractor Performance
|
|
2248
2248
|
* @param {AnalyticsApiGetExtractorPerformanceAnalyticsRequest} requestParameters Request parameters.
|
|
2249
2249
|
* @param {*} [options] Override http request option.
|
|
@@ -18,7 +18,7 @@ import { type RequestArgs, BaseAPI } from '../base';
|
|
|
18
18
|
*/
|
|
19
19
|
export declare const AnalyticsExtractorsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
20
20
|
/**
|
|
21
|
-
* Get feature extraction performance metrics. Returns
|
|
21
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
22
22
|
* @summary Get Extractor Performance
|
|
23
23
|
* @param {string} [extractorName] Filter by extractor
|
|
24
24
|
* @param {number} [hours] Hours of history
|
|
@@ -33,7 +33,7 @@ export declare const AnalyticsExtractorsApiAxiosParamCreator: (configuration?: C
|
|
|
33
33
|
*/
|
|
34
34
|
export declare const AnalyticsExtractorsApiFp: (configuration?: Configuration) => {
|
|
35
35
|
/**
|
|
36
|
-
* Get feature extraction performance metrics. Returns
|
|
36
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
37
37
|
* @summary Get Extractor Performance
|
|
38
38
|
* @param {string} [extractorName] Filter by extractor
|
|
39
39
|
* @param {number} [hours] Hours of history
|
|
@@ -50,7 +50,7 @@ export declare const AnalyticsExtractorsApiFp: (configuration?: Configuration) =
|
|
|
50
50
|
*/
|
|
51
51
|
export declare const AnalyticsExtractorsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
52
52
|
/**
|
|
53
|
-
* Get feature extraction performance metrics. Returns
|
|
53
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
54
54
|
* @summary Get Extractor Performance
|
|
55
55
|
* @param {AnalyticsExtractorsApiGetExtractorPerformanceAnalyticsRequest} requestParameters Request parameters.
|
|
56
56
|
* @param {*} [options] Override http request option.
|
|
@@ -87,7 +87,7 @@ export interface AnalyticsExtractorsApiGetExtractorPerformanceAnalyticsRequest {
|
|
|
87
87
|
*/
|
|
88
88
|
export declare class AnalyticsExtractorsApi extends BaseAPI {
|
|
89
89
|
/**
|
|
90
|
-
* Get feature extraction performance metrics. Returns
|
|
90
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
91
91
|
* @summary Get Extractor Performance
|
|
92
92
|
* @param {AnalyticsExtractorsApiGetExtractorPerformanceAnalyticsRequest} requestParameters Request parameters.
|
|
93
93
|
* @param {*} [options] Override http request option.
|
|
@@ -43,7 +43,7 @@ export declare const CollectionDocumentsApiAxiosParamCreator: (configuration?: C
|
|
|
43
43
|
*/
|
|
44
44
|
aggregateDocuments: (collectionIdentifier: string, documentAggregationRequest: DocumentAggregationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45
45
|
/**
|
|
46
|
-
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode: ```json { \"filters\": {\"
|
|
46
|
+
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"archived\"}]} } ```
|
|
47
47
|
* @summary Batch Delete Documents
|
|
48
48
|
* @param {string} collectionIdentifier The ID of the collection to delete documents from.
|
|
49
49
|
* @param {BatchDeleteDocumentsRequest} batchDeleteDocumentsRequest
|
|
@@ -52,7 +52,7 @@ export declare const CollectionDocumentsApiAxiosParamCreator: (configuration?: C
|
|
|
52
52
|
*/
|
|
53
53
|
batchDelete: (collectionIdentifier: string, batchDeleteDocumentsRequest: BatchDeleteDocumentsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
54
|
/**
|
|
55
|
-
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode: ```json { \"filters\": {\"
|
|
55
|
+
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"pending\"}]}, \"update_data\": {\"metadata\": {\"status\": \"processed\"}} } ```
|
|
56
56
|
* @summary Batch Update Documents
|
|
57
57
|
* @param {string} collectionIdentifier The ID of the collection to update documents in.
|
|
58
58
|
* @param {BatchUpdateDocumentsRequest} batchUpdateDocumentsRequest
|
|
@@ -218,7 +218,7 @@ export declare const CollectionDocumentsApiFp: (configuration?: Configuration) =
|
|
|
218
218
|
*/
|
|
219
219
|
aggregateDocuments(collectionIdentifier: string, documentAggregationRequest: DocumentAggregationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DocumentAggregationResponse>>;
|
|
220
220
|
/**
|
|
221
|
-
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode: ```json { \"filters\": {\"
|
|
221
|
+
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"archived\"}]} } ```
|
|
222
222
|
* @summary Batch Delete Documents
|
|
223
223
|
* @param {string} collectionIdentifier The ID of the collection to delete documents from.
|
|
224
224
|
* @param {BatchDeleteDocumentsRequest} batchDeleteDocumentsRequest
|
|
@@ -227,7 +227,7 @@ export declare const CollectionDocumentsApiFp: (configuration?: Configuration) =
|
|
|
227
227
|
*/
|
|
228
228
|
batchDelete(collectionIdentifier: string, batchDeleteDocumentsRequest: BatchDeleteDocumentsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchDeleteDocumentsResponse>>;
|
|
229
229
|
/**
|
|
230
|
-
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode: ```json { \"filters\": {\"
|
|
230
|
+
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"pending\"}]}, \"update_data\": {\"metadata\": {\"status\": \"processed\"}} } ```
|
|
231
231
|
* @summary Batch Update Documents
|
|
232
232
|
* @param {string} collectionIdentifier The ID of the collection to update documents in.
|
|
233
233
|
* @param {BatchUpdateDocumentsRequest} batchUpdateDocumentsRequest
|
|
@@ -392,7 +392,7 @@ export declare const CollectionDocumentsApiFactory: (configuration?: Configurati
|
|
|
392
392
|
*/
|
|
393
393
|
aggregateDocuments(requestParameters: CollectionDocumentsApiAggregateDocumentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<DocumentAggregationResponse>;
|
|
394
394
|
/**
|
|
395
|
-
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode: ```json { \"filters\": {\"
|
|
395
|
+
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"archived\"}]} } ```
|
|
396
396
|
* @summary Batch Delete Documents
|
|
397
397
|
* @param {CollectionDocumentsApiBatchDeleteRequest} requestParameters Request parameters.
|
|
398
398
|
* @param {*} [options] Override http request option.
|
|
@@ -400,7 +400,7 @@ export declare const CollectionDocumentsApiFactory: (configuration?: Configurati
|
|
|
400
400
|
*/
|
|
401
401
|
batchDelete(requestParameters: CollectionDocumentsApiBatchDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<BatchDeleteDocumentsResponse>;
|
|
402
402
|
/**
|
|
403
|
-
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode: ```json { \"filters\": {\"
|
|
403
|
+
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"pending\"}]}, \"update_data\": {\"metadata\": {\"status\": \"processed\"}} } ```
|
|
404
404
|
* @summary Batch Update Documents
|
|
405
405
|
* @param {CollectionDocumentsApiBatchUpdateRequest} requestParameters Request parameters.
|
|
406
406
|
* @param {*} [options] Override http request option.
|
|
@@ -953,7 +953,7 @@ export declare class CollectionDocumentsApi extends BaseAPI {
|
|
|
953
953
|
*/
|
|
954
954
|
aggregateDocuments(requestParameters: CollectionDocumentsApiAggregateDocumentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DocumentAggregationResponse, any, {}>>;
|
|
955
955
|
/**
|
|
956
|
-
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode: ```json { \"filters\": {\"
|
|
956
|
+
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"archived\"}]} } ```
|
|
957
957
|
* @summary Batch Delete Documents
|
|
958
958
|
* @param {CollectionDocumentsApiBatchDeleteRequest} requestParameters Request parameters.
|
|
959
959
|
* @param {*} [options] Override http request option.
|
|
@@ -962,7 +962,7 @@ export declare class CollectionDocumentsApi extends BaseAPI {
|
|
|
962
962
|
*/
|
|
963
963
|
batchDelete(requestParameters: CollectionDocumentsApiBatchDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchDeleteDocumentsResponse, any, {}>>;
|
|
964
964
|
/**
|
|
965
|
-
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode: ```json { \"filters\": {\"
|
|
965
|
+
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"pending\"}]}, \"update_data\": {\"metadata\": {\"status\": \"processed\"}} } ```
|
|
966
966
|
* @summary Batch Update Documents
|
|
967
967
|
* @param {CollectionDocumentsApiBatchUpdateRequest} requestParameters Request parameters.
|
|
968
968
|
* @param {*} [options] Override http request option.
|
package/dist/index.js
CHANGED
|
@@ -2442,7 +2442,7 @@ var AnalyticsApiAxiosParamCreator = function(configuration) {
|
|
|
2442
2442
|
};
|
|
2443
2443
|
},
|
|
2444
2444
|
/**
|
|
2445
|
-
* Get feature extraction performance metrics. Returns
|
|
2445
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
2446
2446
|
* @summary Get Extractor Performance
|
|
2447
2447
|
* @param {string} [extractorName] Filter by extractor
|
|
2448
2448
|
* @param {number} [hours] Hours of history
|
|
@@ -3458,7 +3458,7 @@ var AnalyticsApiFp = function(configuration) {
|
|
|
3458
3458
|
return (axios2, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios5__default.default, BASE_PATH, configuration)(axios2, localVarOperationServerBasePath || basePath);
|
|
3459
3459
|
},
|
|
3460
3460
|
/**
|
|
3461
|
-
* Get feature extraction performance metrics. Returns
|
|
3461
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
3462
3462
|
* @summary Get Extractor Performance
|
|
3463
3463
|
* @param {string} [extractorName] Filter by extractor
|
|
3464
3464
|
* @param {number} [hours] Hours of history
|
|
@@ -3982,7 +3982,7 @@ var AnalyticsApi = class extends BaseAPI {
|
|
|
3982
3982
|
return AnalyticsApiFp(this.configuration).getExtractorBreakdownAnalyticsPerformanceEngine(requestParameters.hours, requestParameters.startDate, requestParameters.endDate, options).then((request) => request(this.axios, this.basePath));
|
|
3983
3983
|
}
|
|
3984
3984
|
/**
|
|
3985
|
-
* Get feature extraction performance metrics. Returns
|
|
3985
|
+
* Get feature extraction performance metrics. Returns per-extractor execution metrics from the ``extraction_events`` ClickHouse table over the last ``hours`` (namespace-scoped), one row per (extractor_name, version): - Total executions per extractor - Average duration + P95/P99 latencies - Success/failure counts and success rate Returns an empty array when no extraction has run in the window or analytics is unavailable. **Example:** ```bash GET /v1/analytics/extractors/performance?hours=24 GET /v1/analytics/extractors/performance?extractor_name=text_extractor&hours=168 ```
|
|
3986
3986
|
* @summary Get Extractor Performance
|
|
3987
3987
|
* @param {AnalyticsApiGetExtractorPerformanceAnalyticsRequest} requestParameters Request parameters.
|
|
3988
3988
|
* @param {*} [options] Override http request option.
|
|
@@ -10414,7 +10414,7 @@ var CollectionDocumentsApiAxiosParamCreator = function(configuration) {
|
|
|
10414
10414
|
};
|
|
10415
10415
|
},
|
|
10416
10416
|
/**
|
|
10417
|
-
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode: ```json { \"filters\": {\"
|
|
10417
|
+
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"archived\"}]} } ```
|
|
10418
10418
|
* @summary Batch Delete Documents
|
|
10419
10419
|
* @param {string} collectionIdentifier The ID of the collection to delete documents from.
|
|
10420
10420
|
* @param {BatchDeleteDocumentsRequest} batchDeleteDocumentsRequest
|
|
@@ -10444,7 +10444,7 @@ var CollectionDocumentsApiAxiosParamCreator = function(configuration) {
|
|
|
10444
10444
|
};
|
|
10445
10445
|
},
|
|
10446
10446
|
/**
|
|
10447
|
-
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode: ```json { \"filters\": {\"
|
|
10447
|
+
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"pending\"}]}, \"update_data\": {\"metadata\": {\"status\": \"processed\"}} } ```
|
|
10448
10448
|
* @summary Batch Update Documents
|
|
10449
10449
|
* @param {string} collectionIdentifier The ID of the collection to update documents in.
|
|
10450
10450
|
* @param {BatchUpdateDocumentsRequest} batchUpdateDocumentsRequest
|
|
@@ -10943,7 +10943,7 @@ var CollectionDocumentsApiFp = function(configuration) {
|
|
|
10943
10943
|
return (axios2, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios5__default.default, BASE_PATH, configuration)(axios2, localVarOperationServerBasePath || basePath);
|
|
10944
10944
|
},
|
|
10945
10945
|
/**
|
|
10946
|
-
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode: ```json { \"filters\": {\"
|
|
10946
|
+
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"archived\"}]} } ```
|
|
10947
10947
|
* @summary Batch Delete Documents
|
|
10948
10948
|
* @param {string} collectionIdentifier The ID of the collection to delete documents from.
|
|
10949
10949
|
* @param {BatchDeleteDocumentsRequest} batchDeleteDocumentsRequest
|
|
@@ -10957,7 +10957,7 @@ var CollectionDocumentsApiFp = function(configuration) {
|
|
|
10957
10957
|
return (axios2, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios5__default.default, BASE_PATH, configuration)(axios2, localVarOperationServerBasePath || basePath);
|
|
10958
10958
|
},
|
|
10959
10959
|
/**
|
|
10960
|
-
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode: ```json { \"filters\": {\"
|
|
10960
|
+
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"pending\"}]}, \"update_data\": {\"metadata\": {\"status\": \"processed\"}} } ```
|
|
10961
10961
|
* @summary Batch Update Documents
|
|
10962
10962
|
* @param {string} collectionIdentifier The ID of the collection to update documents in.
|
|
10963
10963
|
* @param {BatchUpdateDocumentsRequest} batchUpdateDocumentsRequest
|
|
@@ -11186,7 +11186,7 @@ var CollectionDocumentsApi = class extends BaseAPI {
|
|
|
11186
11186
|
return CollectionDocumentsApiFp(this.configuration).aggregateDocuments(requestParameters.collectionIdentifier, requestParameters.documentAggregationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
11187
11187
|
}
|
|
11188
11188
|
/**
|
|
11189
|
-
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode: ```json { \"filters\": {\"
|
|
11189
|
+
* Batch delete multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'document_ids\' array - Deletes specific documents by ID - Returns detailed per-document results - Maximum 1000 documents per batch 2. Filter mode: Provide \'filters\' to delete all matching documents - Deletes ALL documents matching the filters - Returns total count only - Use with caution - can delete many documents Key Features: - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection - Automatic document count update for the collection - Efficient bulk deletion Examples: Explicit IDs mode: ```json { \"document_ids\": [\"doc_123\", \"doc_456\", \"doc_789\"] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"archived\"}]} } ```
|
|
11190
11190
|
* @summary Batch Delete Documents
|
|
11191
11191
|
* @param {CollectionDocumentsApiBatchDeleteRequest} requestParameters Request parameters.
|
|
11192
11192
|
* @param {*} [options] Override http request option.
|
|
@@ -11197,7 +11197,7 @@ var CollectionDocumentsApi = class extends BaseAPI {
|
|
|
11197
11197
|
return CollectionDocumentsApiFp(this.configuration).batchDelete(requestParameters.collectionIdentifier, requestParameters.batchDeleteDocumentsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
11198
11198
|
}
|
|
11199
11199
|
/**
|
|
11200
|
-
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode: ```json { \"filters\": {\"
|
|
11200
|
+
* Batch update multiple documents by explicit IDs or filters. Supports TWO modes: 1. Explicit IDs mode: Provide \'updates\' array with document_id + update_data for each document - Each document can have DIFFERENT update_data - Returns detailed per-document results 2. Filter mode: Provide \'filters\' + \'update_data\' to update all matching documents - All documents receive the SAME update_data - Returns total count only Key Features: - Update any document field except vectors (metadata, internal_metadata, source_blobs, etc.) - Maximum 1000 documents per batch in explicit mode - Per-document success/failure reporting in explicit mode - Validates documents exist in the specified collection Examples: Explicit IDs mode: ```json { \"updates\": [ {\"document_id\": \"doc_123\", \"update_data\": {\"metadata\": {\"status\": \"processed\"}}}, {\"document_id\": \"doc_456\", \"update_data\": {\"metadata\": {\"status\": \"archived\"}}} ] } ``` Filter mode (logical AND/OR/NOT shape — NOT MVS-native must/key): ```json { \"filters\": {\"AND\": [{\"field\": \"metadata.status\", \"operator\": \"eq\", \"value\": \"pending\"}]}, \"update_data\": {\"metadata\": {\"status\": \"processed\"}} } ```
|
|
11201
11201
|
* @summary Batch Update Documents
|
|
11202
11202
|
* @param {CollectionDocumentsApiBatchUpdateRequest} requestParameters Request parameters.
|
|
11203
11203
|
* @param {*} [options] Override http request option.
|