mixpeek 0.81.1
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/LICENSE +21 -0
- package/README.md +369 -0
- package/dist/api/adhoc-retrievers-api.d.ts +303 -0
- package/dist/api/adhoc-retrievers-api.d.ts.map +1 -0
- package/dist/api/agent-sessions-api.d.ts +915 -0
- package/dist/api/agent-sessions-api.d.ts.map +1 -0
- package/dist/api/alerts-api.d.ts +1219 -0
- package/dist/api/alerts-api.d.ts.map +1 -0
- package/dist/api/analytics-api.d.ts +6765 -0
- package/dist/api/analytics-api.d.ts.map +1 -0
- package/dist/api/analytics-buckets-api.d.ts +571 -0
- package/dist/api/analytics-buckets-api.d.ts.map +1 -0
- package/dist/api/analytics-clusters-api.d.ts +207 -0
- package/dist/api/analytics-clusters-api.d.ts.map +1 -0
- package/dist/api/analytics-collections-api.d.ts +452 -0
- package/dist/api/analytics-collections-api.d.ts.map +1 -0
- package/dist/api/analytics-extractors-api.d.ts +125 -0
- package/dist/api/analytics-extractors-api.d.ts.map +1 -0
- package/dist/api/analytics-indexes-api.d.ts +199 -0
- package/dist/api/analytics-indexes-api.d.ts.map +1 -0
- package/dist/api/analytics-inference-api.d.ts +125 -0
- package/dist/api/analytics-inference-api.d.ts.map +1 -0
- package/dist/api/analytics-namespaces-api.d.ts +523 -0
- package/dist/api/analytics-namespaces-api.d.ts.map +1 -0
- package/dist/api/analytics-performance-api.d.ts +547 -0
- package/dist/api/analytics-performance-api.d.ts.map +1 -0
- package/dist/api/analytics-retrievers-api.d.ts +560 -0
- package/dist/api/analytics-retrievers-api.d.ts.map +1 -0
- package/dist/api/analytics-taxonomies-api.d.ts +397 -0
- package/dist/api/analytics-taxonomies-api.d.ts.map +1 -0
- package/dist/api/analytics-usage-api.d.ts +125 -0
- package/dist/api/analytics-usage-api.d.ts.map +1 -0
- package/dist/api/apps-api.d.ts +1098 -0
- package/dist/api/apps-api.d.ts.map +1 -0
- package/dist/api/batches-api.d.ts +149 -0
- package/dist/api/batches-api.d.ts.map +1 -0
- package/dist/api/bucket-batches-api.d.ts +1185 -0
- package/dist/api/bucket-batches-api.d.ts.map +1 -0
- package/dist/api/bucket-objects-api.d.ts +755 -0
- package/dist/api/bucket-objects-api.d.ts.map +1 -0
- package/dist/api/bucket-syncs-api.d.ts +710 -0
- package/dist/api/bucket-syncs-api.d.ts.map +1 -0
- package/dist/api/bucket-templates-api.d.ts +344 -0
- package/dist/api/bucket-templates-api.d.ts.map +1 -0
- package/dist/api/bucket-uploads-api.d.ts +661 -0
- package/dist/api/bucket-uploads-api.d.ts.map +1 -0
- package/dist/api/buckets-api.d.ts +483 -0
- package/dist/api/buckets-api.d.ts.map +1 -0
- package/dist/api/cluster-executions-api.d.ts +380 -0
- package/dist/api/cluster-executions-api.d.ts.map +1 -0
- package/dist/api/cluster-templates-api.d.ts +344 -0
- package/dist/api/cluster-templates-api.d.ts.map +1 -0
- package/dist/api/cluster-triggers-api.d.ts +624 -0
- package/dist/api/cluster-triggers-api.d.ts.map +1 -0
- package/dist/api/clusters-api.d.ts +580 -0
- package/dist/api/clusters-api.d.ts.map +1 -0
- package/dist/api/collection-documents-api.d.ts +918 -0
- package/dist/api/collection-documents-api.d.ts.map +1 -0
- package/dist/api/collection-lifecycle-api.d.ts +191 -0
- package/dist/api/collection-lifecycle-api.d.ts.map +1 -0
- package/dist/api/collection-schema-api.d.ts +121 -0
- package/dist/api/collection-schema-api.d.ts.map +1 -0
- package/dist/api/collection-taxonomies-api.d.ts +121 -0
- package/dist/api/collection-taxonomies-api.d.ts.map +1 -0
- package/dist/api/collection-templates-api.d.ts +344 -0
- package/dist/api/collection-templates-api.d.ts.map +1 -0
- package/dist/api/collections-api.d.ts +752 -0
- package/dist/api/collections-api.d.ts.map +1 -0
- package/dist/api/custom-models-api.d.ts +612 -0
- package/dist/api/custom-models-api.d.ts.map +1 -0
- package/dist/api/custom-plugins-namespace-api.d.ts +986 -0
- package/dist/api/custom-plugins-namespace-api.d.ts.map +1 -0
- package/dist/api/default-api.d.ts +702 -0
- package/dist/api/default-api.d.ts.map +1 -0
- package/dist/api/discovery-api.d.ts +161 -0
- package/dist/api/discovery-api.d.ts.map +1 -0
- package/dist/api/document-lineage-api.d.ts +293 -0
- package/dist/api/document-lineage-api.d.ts.map +1 -0
- package/dist/api/documents-api.d.ts +304 -0
- package/dist/api/documents-api.d.ts.map +1 -0
- package/dist/api/evaluation-datasets-api.d.ts +262 -0
- package/dist/api/evaluation-datasets-api.d.ts.map +1 -0
- package/dist/api/evaluations-api.d.ts +304 -0
- package/dist/api/evaluations-api.d.ts.map +1 -0
- package/dist/api/feature-extractors-api.d.ts +117 -0
- package/dist/api/feature-extractors-api.d.ts.map +1 -0
- package/dist/api/health-api.d.ts +266 -0
- package/dist/api/health-api.d.ts.map +1 -0
- package/dist/api/inference-api.d.ts +113 -0
- package/dist/api/inference-api.d.ts.map +1 -0
- package/dist/api/manifest-api.d.ts +471 -0
- package/dist/api/manifest-api.d.ts.map +1 -0
- package/dist/api/marketplace-api.d.ts +1694 -0
- package/dist/api/marketplace-api.d.ts.map +1 -0
- package/dist/api/models-api.d.ts +318 -0
- package/dist/api/models-api.d.ts.map +1 -0
- package/dist/api/namespace-clone-api.d.ts +105 -0
- package/dist/api/namespace-clone-api.d.ts.map +1 -0
- package/dist/api/namespace-extractors-api.d.ts +216 -0
- package/dist/api/namespace-extractors-api.d.ts.map +1 -0
- package/dist/api/namespace-migrations-api.d.ts +446 -0
- package/dist/api/namespace-migrations-api.d.ts.map +1 -0
- package/dist/api/namespace-templates-api.d.ts +359 -0
- package/dist/api/namespace-templates-api.d.ts.map +1 -0
- package/dist/api/namespaces-api.d.ts +505 -0
- package/dist/api/namespaces-api.d.ts.map +1 -0
- package/dist/api/notifications-api.d.ts +735 -0
- package/dist/api/notifications-api.d.ts.map +1 -0
- package/dist/api/organization-apikeys-api.d.ts +370 -0
- package/dist/api/organization-apikeys-api.d.ts.map +1 -0
- package/dist/api/organization-audit-api.d.ts +311 -0
- package/dist/api/organization-audit-api.d.ts.map +1 -0
- package/dist/api/organization-billing-api.d.ts +651 -0
- package/dist/api/organization-billing-api.d.ts.map +1 -0
- package/dist/api/organization-connections-api.d.ts +556 -0
- package/dist/api/organization-connections-api.d.ts.map +1 -0
- package/dist/api/organization-secrets-api.d.ts +261 -0
- package/dist/api/organization-secrets-api.d.ts.map +1 -0
- package/dist/api/organization-usage-api.d.ts +261 -0
- package/dist/api/organization-usage-api.d.ts.map +1 -0
- package/dist/api/organization-users-api.d.ts +372 -0
- package/dist/api/organization-users-api.d.ts.map +1 -0
- package/dist/api/organizations-api.d.ts +199 -0
- package/dist/api/organizations-api.d.ts.map +1 -0
- package/dist/api/pages-api.d.ts +560 -0
- package/dist/api/pages-api.d.ts.map +1 -0
- package/dist/api/plugins-api.d.ts +318 -0
- package/dist/api/plugins-api.d.ts.map +1 -0
- package/dist/api/private-api.d.ts +748 -0
- package/dist/api/private-api.d.ts.map +1 -0
- package/dist/api/public-apps-apiapi.d.ts +305 -0
- package/dist/api/public-apps-apiapi.d.ts.map +1 -0
- package/dist/api/public-notifications-apiapi.d.ts +87 -0
- package/dist/api/public-notifications-apiapi.d.ts.map +1 -0
- package/dist/api/public-pages-apiapi.d.ts +189 -0
- package/dist/api/public-pages-apiapi.d.ts.map +1 -0
- package/dist/api/public-retriever-apiapi.d.ts +483 -0
- package/dist/api/public-retriever-apiapi.d.ts.map +1 -0
- package/dist/api/public-scaffolds-api.d.ts +142 -0
- package/dist/api/public-scaffolds-api.d.ts.map +1 -0
- package/dist/api/public-templates-apiapi.d.ts +326 -0
- package/dist/api/public-templates-apiapi.d.ts.map +1 -0
- package/dist/api/published-retrievers-api.d.ts +568 -0
- package/dist/api/published-retrievers-api.d.ts.map +1 -0
- package/dist/api/quickstart-api.d.ts +97 -0
- package/dist/api/quickstart-api.d.ts.map +1 -0
- package/dist/api/resource-search-api.d.ts +113 -0
- package/dist/api/resource-search-api.d.ts.map +1 -0
- package/dist/api/retriever-apikeys-api.d.ts +279 -0
- package/dist/api/retriever-apikeys-api.d.ts.map +1 -0
- package/dist/api/retriever-benchmarks-api.d.ts +652 -0
- package/dist/api/retriever-benchmarks-api.d.ts.map +1 -0
- package/dist/api/retriever-evaluations-api.d.ts +525 -0
- package/dist/api/retriever-evaluations-api.d.ts.map +1 -0
- package/dist/api/retriever-interactions-api.d.ts +363 -0
- package/dist/api/retriever-interactions-api.d.ts.map +1 -0
- package/dist/api/retriever-stages-api.d.ts +71 -0
- package/dist/api/retriever-stages-api.d.ts.map +1 -0
- package/dist/api/retriever-templates-api.d.ts +344 -0
- package/dist/api/retriever-templates-api.d.ts.map +1 -0
- package/dist/api/retrievers-api.d.ts +978 -0
- package/dist/api/retrievers-api.d.ts.map +1 -0
- package/dist/api/scaffold-templates-api.d.ts +105 -0
- package/dist/api/scaffold-templates-api.d.ts.map +1 -0
- package/dist/api/tasks-api.d.ts +239 -0
- package/dist/api/tasks-api.d.ts.map +1 -0
- package/dist/api/taxonomies-api.d.ts +766 -0
- package/dist/api/taxonomies-api.d.ts.map +1 -0
- package/dist/api/taxonomy-analytics-api.d.ts +514 -0
- package/dist/api/taxonomy-analytics-api.d.ts.map +1 -0
- package/dist/api/taxonomy-templates-api.d.ts +344 -0
- package/dist/api/taxonomy-templates-api.d.ts.map +1 -0
- package/dist/api/templates-api.d.ts +1851 -0
- package/dist/api/templates-api.d.ts.map +1 -0
- package/dist/api/webhooks-api.d.ts +355 -0
- package/dist/api/webhooks-api.d.ts.map +1 -0
- package/dist/api.d.ts +99 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/base.d.ts +67 -0
- package/dist/base.d.ts.map +1 -0
- package/dist/common.d.ts +66 -0
- package/dist/common.d.ts.map +1 -0
- package/dist/configuration.d.ts +92 -0
- package/dist/configuration.d.ts.map +1 -0
- package/dist/index.js +19303 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +19297 -0
- package/dist/index.mjs.map +1 -0
- package/dist/lib/client.d.ts +132 -0
- package/dist/lib/client.d.ts.map +1 -0
- package/dist/lib/index.d.ts +7 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/lib/client.d.ts +132 -0
- package/dist/lib/lib/client.d.ts.map +1 -0
- package/dist/lib/lib/index.d.ts +7 -0
- package/dist/lib/lib/index.d.ts.map +1 -0
- package/dist/models/account-tier.d.ts +24 -0
- package/dist/models/account-tier.d.ts.map +1 -0
- package/dist/models/add-credits-request.d.ts +25 -0
- package/dist/models/add-credits-request.d.ts.map +1 -0
- package/dist/models/add-credits-response.d.ts +56 -0
- package/dist/models/add-credits-response.d.ts.map +1 -0
- package/dist/models/add-domain-request.d.ts +31 -0
- package/dist/models/add-domain-request.d.ts.map +1 -0
- package/dist/models/add-objects-to-batch-request.d.ts +25 -0
- package/dist/models/add-objects-to-batch-request.d.ts.map +1 -0
- package/dist/models/add-user-to-organization-request.d.ts +38 -0
- package/dist/models/add-user-to-organization-request.d.ts.map +1 -0
- package/dist/models/adhoc-execute-request.d.ts +62 -0
- package/dist/models/adhoc-execute-request.d.ts.map +1 -0
- package/dist/models/adhoc-execution-detail.d.ts +109 -0
- package/dist/models/adhoc-execution-detail.d.ts.map +1 -0
- package/dist/models/adhoc-execution-summary.d.ts +97 -0
- package/dist/models/adhoc-execution-summary.d.ts.map +1 -0
- package/dist/models/agent-config.d.ts +49 -0
- package/dist/models/agent-config.d.ts.map +1 -0
- package/dist/models/agglomerative-params.d.ts +67 -0
- package/dist/models/agglomerative-params.d.ts.map +1 -0
- package/dist/models/aggregation-function.d.ts +30 -0
- package/dist/models/aggregation-function.d.ts.map +1 -0
- package/dist/models/aggregation-operation.d.ts +44 -0
- package/dist/models/aggregation-operation.d.ts.map +1 -0
- package/dist/models/aggregation-result.d.ts +35 -0
- package/dist/models/aggregation-result.d.ts.map +1 -0
- package/dist/models/alert-application-config-input.d.ts +53 -0
- package/dist/models/alert-application-config-input.d.ts.map +1 -0
- package/dist/models/alert-application-config-output.d.ts +53 -0
- package/dist/models/alert-application-config-output.d.ts.map +1 -0
- package/dist/models/alert-execution-list-response.d.ts +39 -0
- package/dist/models/alert-execution-list-response.d.ts.map +1 -0
- package/dist/models/alert-execution-mode.d.ts +23 -0
- package/dist/models/alert-execution-mode.d.ts.map +1 -0
- package/dist/models/alert-execution-result.d.ts +74 -0
- package/dist/models/alert-execution-result.d.ts.map +1 -0
- package/dist/models/alert-input-mapping.d.ts +32 -0
- package/dist/models/alert-input-mapping.d.ts.map +1 -0
- package/dist/models/alert-list-stats.d.ts +45 -0
- package/dist/models/alert-list-stats.d.ts.map +1 -0
- package/dist/models/alert-match-result.d.ts +53 -0
- package/dist/models/alert-match-result.d.ts.map +1 -0
- package/dist/models/alert-notification-config.d.ts +44 -0
- package/dist/models/alert-notification-config.d.ts.map +1 -0
- package/dist/models/alert-response.d.ts +82 -0
- package/dist/models/alert-response.d.ts.map +1 -0
- package/dist/models/algorithm-params.d.ts +365 -0
- package/dist/models/algorithm-params.d.ts.map +1 -0
- package/dist/models/alignment-metrics.d.ts +83 -0
- package/dist/models/alignment-metrics.d.ts.map +1 -0
- package/dist/models/and-inner.d.ts +39 -0
- package/dist/models/and-inner.d.ts.map +1 -0
- package/dist/models/anthropic-model.d.ts +22 -0
- package/dist/models/anthropic-model.d.ts.map +1 -0
- package/dist/models/api-analytics-buckets-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-buckets-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-clusters-models-failure-analysis-response.d.ts +45 -0
- package/dist/models/api-analytics-clusters-models-failure-analysis-response.d.ts.map +1 -0
- package/dist/models/api-analytics-clusters-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-clusters-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-collections-models-failure-analysis-response.d.ts +45 -0
- package/dist/models/api-analytics-collections-models-failure-analysis-response.d.ts.map +1 -0
- package/dist/models/api-analytics-collections-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-collections-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-taxonomies-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-taxonomies-models-time-range.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-create-plugin-upload-request.d.ts +49 -0
- package/dist/models/api-namespaces-plugins-models-create-plugin-upload-request.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-delete-response.d.ts +43 -0
- package/dist/models/api-namespaces-plugins-models-plugin-delete-response.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-detail-response.d.ts +38 -0
- package/dist/models/api-namespaces-plugins-models-plugin-detail-response.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-document.d.ts +135 -0
- package/dist/models/api-namespaces-plugins-models-plugin-document.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-list-response.d.ts +44 -0
- package/dist/models/api-namespaces-plugins-models-plugin-list-response.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-manifest-metadata.d.ts +113 -0
- package/dist/models/api-namespaces-plugins-models-plugin-manifest-metadata.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-presigned-urlresponse.d.ts +61 -0
- package/dist/models/api-namespaces-plugins-models-plugin-presigned-urlresponse.d.ts.map +1 -0
- package/dist/models/api-plugins-models-create-plugin-upload-request.d.ts +49 -0
- package/dist/models/api-plugins-models-create-plugin-upload-request.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-delete-response.d.ts +37 -0
- package/dist/models/api-plugins-models-plugin-delete-response.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-detail-response.d.ts +32 -0
- package/dist/models/api-plugins-models-plugin-detail-response.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-document.d.ts +129 -0
- package/dist/models/api-plugins-models-plugin-document.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-list-response.d.ts +44 -0
- package/dist/models/api-plugins-models-plugin-list-response.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-manifest-metadata.d.ts +89 -0
- package/dist/models/api-plugins-models-plugin-manifest-metadata.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-presigned-urlresponse.d.ts +61 -0
- package/dist/models/api-plugins-models-plugin-presigned-urlresponse.d.ts.map +1 -0
- package/dist/models/apikey-create-request.d.ts +57 -0
- package/dist/models/apikey-create-request.d.ts.map +1 -0
- package/dist/models/apikey-create-response.d.ts +155 -0
- package/dist/models/apikey-create-response.d.ts.map +1 -0
- package/dist/models/apikey-model.d.ts +149 -0
- package/dist/models/apikey-model.d.ts.map +1 -0
- package/dist/models/apikey-type.d.ts +23 -0
- package/dist/models/apikey-type.d.ts.map +1 -0
- package/dist/models/apikey-update-request.d.ts +64 -0
- package/dist/models/apikey-update-request.d.ts.map +1 -0
- package/dist/models/app-response.d.ts +164 -0
- package/dist/models/app-response.d.ts.map +1 -0
- package/dist/models/apply-cluster-enrichment-request.d.ts +49 -0
- package/dist/models/apply-cluster-enrichment-request.d.ts.map +1 -0
- package/dist/models/apply-result.d.ts +68 -0
- package/dist/models/apply-result.d.ts.map +1 -0
- package/dist/models/apply-taxonomy-request.d.ts +45 -0
- package/dist/models/apply-taxonomy-request.d.ts.map +1 -0
- package/dist/models/apply-taxonomy-response.d.ts +49 -0
- package/dist/models/apply-taxonomy-response.d.ts.map +1 -0
- package/dist/models/assignment-metric.d.ts +43 -0
- package/dist/models/assignment-metric.d.ts.map +1 -0
- package/dist/models/assignment-metrics-response.d.ts +47 -0
- package/dist/models/assignment-metrics-response.d.ts.map +1 -0
- package/dist/models/attribute-based-config.d.ts +37 -0
- package/dist/models/attribute-based-config.d.ts.map +1 -0
- package/dist/models/audit-action.d.ts +64 -0
- package/dist/models/audit-action.d.ts.map +1 -0
- package/dist/models/audit-event-list-response.d.ts +44 -0
- package/dist/models/audit-event-list-response.d.ts.map +1 -0
- package/dist/models/audit-event-response.d.ts +85 -0
- package/dist/models/audit-event-response.d.ts.map +1 -0
- package/dist/models/audit-settings-update-request.d.ts +25 -0
- package/dist/models/audit-settings-update-request.d.ts.map +1 -0
- package/dist/models/audit-settings.d.ts +25 -0
- package/dist/models/audit-settings.d.ts.map +1 -0
- package/dist/models/auth-config.d.ts +102 -0
- package/dist/models/auth-config.d.ts.map +1 -0
- package/dist/models/auto-billing-toggle-response.d.ts +43 -0
- package/dist/models/auto-billing-toggle-response.d.ts.map +1 -0
- package/dist/models/available-org-model-item.d.ts +67 -0
- package/dist/models/available-org-model-item.d.ts.map +1 -0
- package/dist/models/available-org-models-response.d.ts +44 -0
- package/dist/models/available-org-models-response.d.ts.map +1 -0
- package/dist/models/available-org-plugin-item.d.ts +67 -0
- package/dist/models/available-org-plugin-item.d.ts.map +1 -0
- package/dist/models/available-org-plugins-response.d.ts +50 -0
- package/dist/models/available-org-plugins-response.d.ts.map +1 -0
- package/dist/models/available-steps-response.d.ts +50 -0
- package/dist/models/available-steps-response.d.ts.map +1 -0
- package/dist/models/base-feature-extractor-model-input.d.ts +39 -0
- package/dist/models/base-feature-extractor-model-input.d.ts.map +1 -0
- package/dist/models/base-feature-extractor-model-output.d.ts +45 -0
- package/dist/models/base-feature-extractor-model-output.d.ts.map +1 -0
- package/dist/models/base-rate-limits.d.ts +49 -0
- package/dist/models/base-rate-limits.d.ts.map +1 -0
- package/dist/models/base-template-model.d.ts +138 -0
- package/dist/models/base-template-model.d.ts.map +1 -0
- package/dist/models/batch-confirm-request.d.ts +27 -0
- package/dist/models/batch-confirm-request.d.ts.map +1 -0
- package/dist/models/batch-confirm-response.d.ts +51 -0
- package/dist/models/batch-confirm-response.d.ts.map +1 -0
- package/dist/models/batch-delete-documents-request.d.ts +32 -0
- package/dist/models/batch-delete-documents-request.d.ts.map +1 -0
- package/dist/models/batch-delete-documents-response.d.ts +44 -0
- package/dist/models/batch-delete-documents-response.d.ts.map +1 -0
- package/dist/models/batch-diagnostics.d.ts +150 -0
- package/dist/models/batch-diagnostics.d.ts.map +1 -0
- package/dist/models/batch-document-delete-result.d.ts +37 -0
- package/dist/models/batch-document-delete-result.d.ts.map +1 -0
- package/dist/models/batch-document-update-result.d.ts +37 -0
- package/dist/models/batch-document-update-result.d.ts.map +1 -0
- package/dist/models/batch-document-update.d.ts +33 -0
- package/dist/models/batch-document-update.d.ts.map +1 -0
- package/dist/models/batch-error-detail.d.ts +82 -0
- package/dist/models/batch-error-detail.d.ts.map +1 -0
- package/dist/models/batch-model.d.ts +209 -0
- package/dist/models/batch-model.d.ts.map +1 -0
- package/dist/models/batch-options.d.ts +37 -0
- package/dist/models/batch-options.d.ts.map +1 -0
- package/dist/models/batch-progress.d.ts +74 -0
- package/dist/models/batch-progress.d.ts.map +1 -0
- package/dist/models/batch-stage-info.d.ts +43 -0
- package/dist/models/batch-stage-info.d.ts.map +1 -0
- package/dist/models/batch-statistics.d.ts +43 -0
- package/dist/models/batch-statistics.d.ts.map +1 -0
- package/dist/models/batch-type.d.ts +22 -0
- package/dist/models/batch-type.d.ts.map +1 -0
- package/dist/models/batch-update-documents-request.d.ts +41 -0
- package/dist/models/batch-update-documents-request.d.ts.map +1 -0
- package/dist/models/batch-update-documents-response.d.ts +44 -0
- package/dist/models/batch-update-documents-response.d.ts.map +1 -0
- package/dist/models/batch-upload-request.d.ts +42 -0
- package/dist/models/batch-upload-request.d.ts.map +1 -0
- package/dist/models/batch-upload-response.d.ts +32 -0
- package/dist/models/batch-upload-response.d.ts.map +1 -0
- package/dist/models/benchmark-comparison.d.ts +38 -0
- package/dist/models/benchmark-comparison.d.ts.map +1 -0
- package/dist/models/benchmark-list-response.d.ts +44 -0
- package/dist/models/benchmark-list-response.d.ts.map +1 -0
- package/dist/models/benchmark-response.d.ts +101 -0
- package/dist/models/benchmark-response.d.ts.map +1 -0
- package/dist/models/benchmark-result.d.ts +73 -0
- package/dist/models/benchmark-result.d.ts.map +1 -0
- package/dist/models/benchmark-status.d.ts +26 -0
- package/dist/models/benchmark-status.d.ts.map +1 -0
- package/dist/models/blob-details.d.ts +43 -0
- package/dist/models/blob-details.d.ts.map +1 -0
- package/dist/models/blob-mapping-entry.d.ts +55 -0
- package/dist/models/blob-mapping-entry.d.ts.map +1 -0
- package/dist/models/blob-model.d.ts +59 -0
- package/dist/models/blob-model.d.ts.map +1 -0
- package/dist/models/blob-type.d.ts +27 -0
- package/dist/models/blob-type.d.ts.map +1 -0
- package/dist/models/blob-urlref.d.ts +102 -0
- package/dist/models/blob-urlref.d.ts.map +1 -0
- package/dist/models/body-advance-funnel-stage-v1-notifications-funnel-advance-post.d.ts +25 -0
- package/dist/models/body-advance-funnel-stage-v1-notifications-funnel-advance-post.d.ts.map +1 -0
- package/dist/models/body-create-subscription-v1-marketplace-subscriptions-post.d.ts +32 -0
- package/dist/models/body-create-subscription-v1-marketplace-subscriptions-post.d.ts.map +1 -0
- package/dist/models/body-generate-invoice-now-v1-organizations-billing-generate-invoice-post.d.ts +31 -0
- package/dist/models/body-generate-invoice-now-v1-organizations-billing-generate-invoice-post.d.ts.map +1 -0
- package/dist/models/body-verify-marketplace-listing-password-v1-marketplace-catalog-public-name-verify-post.d.ts +25 -0
- package/dist/models/body-verify-marketplace-listing-password-v1-marketplace-catalog-public-name-verify-post.d.ts.map +1 -0
- package/dist/models/bool-index-params.d.ts +25 -0
- package/dist/models/bool-index-params.d.ts.map +1 -0
- package/dist/models/bottleneck-analysis.d.ts +61 -0
- package/dist/models/bottleneck-analysis.d.ts.map +1 -0
- package/dist/models/bottleneck-response.d.ts +39 -0
- package/dist/models/bottleneck-response.d.ts.map +1 -0
- package/dist/models/box-ccgcredentials.d.ts +53 -0
- package/dist/models/box-ccgcredentials.d.ts.map +1 -0
- package/dist/models/box-config.d.ts +42 -0
- package/dist/models/box-config.d.ts.map +1 -0
- package/dist/models/box-jwtcredentials.d.ts +65 -0
- package/dist/models/box-jwtcredentials.d.ts.map +1 -0
- package/dist/models/box-oauth-credentials.d.ts +53 -0
- package/dist/models/box-oauth-credentials.d.ts.map +1 -0
- package/dist/models/bucket-create-request.d.ts +53 -0
- package/dist/models/bucket-create-request.d.ts.map +1 -0
- package/dist/models/bucket-health-response.d.ts +64 -0
- package/dist/models/bucket-health-response.d.ts.map +1 -0
- package/dist/models/bucket-list-stats.d.ts +43 -0
- package/dist/models/bucket-list-stats.d.ts.map +1 -0
- package/dist/models/bucket-patch-request.d.ts +46 -0
- package/dist/models/bucket-patch-request.d.ts.map +1 -0
- package/dist/models/bucket-response.d.ts +122 -0
- package/dist/models/bucket-response.d.ts.map +1 -0
- package/dist/models/bucket-schema-field-input.d.ts +71 -0
- package/dist/models/bucket-schema-field-input.d.ts.map +1 -0
- package/dist/models/bucket-schema-field-output.d.ts +71 -0
- package/dist/models/bucket-schema-field-output.d.ts.map +1 -0
- package/dist/models/bucket-schema-field-type.d.ts +35 -0
- package/dist/models/bucket-schema-field-type.d.ts.map +1 -0
- package/dist/models/bucket-schema-input.d.ts +29 -0
- package/dist/models/bucket-schema-input.d.ts.map +1 -0
- package/dist/models/bucket-schema-output.d.ts +29 -0
- package/dist/models/bucket-schema-output.d.ts.map +1 -0
- package/dist/models/bucket-storage-response.d.ts +47 -0
- package/dist/models/bucket-storage-response.d.ts.map +1 -0
- package/dist/models/bucket-update-request.d.ts +46 -0
- package/dist/models/bucket-update-request.d.ts.map +1 -0
- package/dist/models/bucket-usage-response.d.ts +58 -0
- package/dist/models/bucket-usage-response.d.ts.map +1 -0
- package/dist/models/budget-limits.d.ts +31 -0
- package/dist/models/budget-limits.d.ts.map +1 -0
- package/dist/models/build-config.d.ts +55 -0
- package/dist/models/build-config.d.ts.map +1 -0
- package/dist/models/bulk-update-documents-request.d.ts +34 -0
- package/dist/models/bulk-update-documents-request.d.ts.map +1 -0
- package/dist/models/bulk-update-documents-response.d.ts +31 -0
- package/dist/models/bulk-update-documents-response.d.ts.map +1 -0
- package/dist/models/cache-config.d.ts +50 -0
- package/dist/models/cache-config.d.ts.map +1 -0
- package/dist/models/cache-performance-response.d.ts +70 -0
- package/dist/models/cache-performance-response.d.ts.map +1 -0
- package/dist/models/cache-statistics.d.ts +55 -0
- package/dist/models/cache-statistics.d.ts.map +1 -0
- package/dist/models/cancel-migration-request.d.ts +25 -0
- package/dist/models/cancel-migration-request.d.ts.map +1 -0
- package/dist/models/cancel-migration-response.d.ts +44 -0
- package/dist/models/cancel-migration-response.d.ts.map +1 -0
- package/dist/models/chunk-strategy.d.ts +25 -0
- package/dist/models/chunk-strategy.d.ts.map +1 -0
- package/dist/models/clarification-option.d.ts +37 -0
- package/dist/models/clarification-option.d.ts.map +1 -0
- package/dist/models/clone-collection-request.d.ts +66 -0
- package/dist/models/clone-collection-request.d.ts.map +1 -0
- package/dist/models/clone-collection-response.d.ts +32 -0
- package/dist/models/clone-collection-response.d.ts.map +1 -0
- package/dist/models/clone-namespace-request.d.ts +44 -0
- package/dist/models/clone-namespace-request.d.ts.map +1 -0
- package/dist/models/clone-namespace-resources-config.d.ts +37 -0
- package/dist/models/clone-namespace-resources-config.d.ts.map +1 -0
- package/dist/models/clone-namespace-response.d.ts +51 -0
- package/dist/models/clone-namespace-response.d.ts.map +1 -0
- package/dist/models/clone-retriever-request.d.ts +73 -0
- package/dist/models/clone-retriever-request.d.ts.map +1 -0
- package/dist/models/clone-retriever-response.d.ts +32 -0
- package/dist/models/clone-retriever-response.d.ts.map +1 -0
- package/dist/models/clone-taxonomy-request.d.ts +38 -0
- package/dist/models/clone-taxonomy-request.d.ts.map +1 -0
- package/dist/models/clone-taxonomy-response.d.ts +32 -0
- package/dist/models/clone-taxonomy-response.d.ts.map +1 -0
- package/dist/models/cloned-resource-summary.d.ts +55 -0
- package/dist/models/cloned-resource-summary.d.ts.map +1 -0
- package/dist/models/cluster-application-config.d.ts +55 -0
- package/dist/models/cluster-application-config.d.ts.map +1 -0
- package/dist/models/cluster-execution-centroid.d.ts +49 -0
- package/dist/models/cluster-execution-centroid.d.ts.map +1 -0
- package/dist/models/cluster-execution-list-stats.d.ts +51 -0
- package/dist/models/cluster-execution-list-stats.d.ts.map +1 -0
- package/dist/models/cluster-execution-metric.d.ts +61 -0
- package/dist/models/cluster-execution-metric.d.ts.map +1 -0
- package/dist/models/cluster-execution-metrics.d.ts +37 -0
- package/dist/models/cluster-execution-metrics.d.ts.map +1 -0
- package/dist/models/cluster-execution-result.d.ts +94 -0
- package/dist/models/cluster-execution-result.d.ts.map +1 -0
- package/dist/models/cluster-list-stats.d.ts +45 -0
- package/dist/models/cluster-list-stats.d.ts.map +1 -0
- package/dist/models/cluster-metadata.d.ts +259 -0
- package/dist/models/cluster-metadata.d.ts.map +1 -0
- package/dist/models/cluster-model.d.ts +149 -0
- package/dist/models/cluster-model.d.ts.map +1 -0
- package/dist/models/cluster-options.d.ts +49 -0
- package/dist/models/cluster-options.d.ts.map +1 -0
- package/dist/models/cluster-stats.d.ts +45 -0
- package/dist/models/cluster-stats.d.ts.map +1 -0
- package/dist/models/cluster-type.d.ts +22 -0
- package/dist/models/cluster-type.d.ts.map +1 -0
- package/dist/models/clustering-algorithm.d.ts +29 -0
- package/dist/models/clustering-algorithm.d.ts.map +1 -0
- package/dist/models/clustering-enrichment-response.d.ts +43 -0
- package/dist/models/clustering-enrichment-response.d.ts.map +1 -0
- package/dist/models/collection-detail.d.ts +49 -0
- package/dist/models/collection-detail.d.ts.map +1 -0
- package/dist/models/collection-diagnostic.d.ts +49 -0
- package/dist/models/collection-diagnostic.d.ts.map +1 -0
- package/dist/models/collection-export-request.d.ts +51 -0
- package/dist/models/collection-export-request.d.ts.map +1 -0
- package/dist/models/collection-export-response.d.ts +68 -0
- package/dist/models/collection-export-response.d.ts.map +1 -0
- package/dist/models/collection-feature-descriptor.d.ts +50 -0
- package/dist/models/collection-feature-descriptor.d.ts.map +1 -0
- package/dist/models/collection-list-stats.d.ts +55 -0
- package/dist/models/collection-list-stats.d.ts.map +1 -0
- package/dist/models/collection-model.d.ts +207 -0
- package/dist/models/collection-model.d.ts.map +1 -0
- package/dist/models/collection-overview-response.d.ts +79 -0
- package/dist/models/collection-overview-response.d.ts.map +1 -0
- package/dist/models/collection-response.d.ts +219 -0
- package/dist/models/collection-response.d.ts.map +1 -0
- package/dist/models/collection-schedule-config.d.ts +39 -0
- package/dist/models/collection-schedule-config.d.ts.map +1 -0
- package/dist/models/column-source.d.ts +35 -0
- package/dist/models/column-source.d.ts.map +1 -0
- package/dist/models/components-config.d.ts +56 -0
- package/dist/models/components-config.d.ts.map +1 -0
- package/dist/models/compound-index-pattern.d.ts +43 -0
- package/dist/models/compound-index-pattern.d.ts.map +1 -0
- package/dist/models/compound-index-response.d.ts +44 -0
- package/dist/models/compound-index-response.d.ts.map +1 -0
- package/dist/models/compute-tier.d.ts +23 -0
- package/dist/models/compute-tier.d.ts.map +1 -0
- package/dist/models/confidence-distribution.d.ts +37 -0
- package/dist/models/confidence-distribution.d.ts.map +1 -0
- package/dist/models/confidence-response.d.ts +44 -0
- package/dist/models/confidence-response.d.ts.map +1 -0
- package/dist/models/config.d.ts +24 -0
- package/dist/models/config.d.ts.map +1 -0
- package/dist/models/config1.d.ts +24 -0
- package/dist/models/config1.d.ts.map +1 -0
- package/dist/models/config2.d.ts +24 -0
- package/dist/models/config2.d.ts.map +1 -0
- package/dist/models/configs.d.ts +120 -0
- package/dist/models/configs.d.ts.map +1 -0
- package/dist/models/configure-corsrequest.d.ts +49 -0
- package/dist/models/configure-corsrequest.d.ts.map +1 -0
- package/dist/models/confirm-model-upload-request.d.ts +31 -0
- package/dist/models/confirm-model-upload-request.d.ts.map +1 -0
- package/dist/models/confirm-model-upload-response.d.ts +67 -0
- package/dist/models/confirm-model-upload-response.d.ts.map +1 -0
- package/dist/models/confirm-payment-method-request.d.ts +25 -0
- package/dist/models/confirm-payment-method-request.d.ts.map +1 -0
- package/dist/models/confirm-payment-method-response.d.ts +44 -0
- package/dist/models/confirm-payment-method-response.d.ts.map +1 -0
- package/dist/models/confirm-plugin-upload-request.d.ts +31 -0
- package/dist/models/confirm-plugin-upload-request.d.ts.map +1 -0
- package/dist/models/confirm-plugin-upload-response.d.ts +86 -0
- package/dist/models/confirm-plugin-upload-response.d.ts.map +1 -0
- package/dist/models/confirm-upload-request.d.ts +31 -0
- package/dist/models/confirm-upload-request.d.ts.map +1 -0
- package/dist/models/confirm-upload-response.d.ts +80 -0
- package/dist/models/confirm-upload-response.d.ts.map +1 -0
- package/dist/models/confirmation-request.d.ts +25 -0
- package/dist/models/confirmation-request.d.ts.map +1 -0
- package/dist/models/constant-source.d.ts +35 -0
- package/dist/models/constant-source.d.ts.map +1 -0
- package/dist/models/corsconfiguration-info.d.ts +39 -0
- package/dist/models/corsconfiguration-info.d.ts.map +1 -0
- package/dist/models/corsconfiguration-response.d.ts +45 -0
- package/dist/models/corsconfiguration-response.d.ts.map +1 -0
- package/dist/models/cost-breakdown.d.ts +43 -0
- package/dist/models/cost-breakdown.d.ts.map +1 -0
- package/dist/models/cost-rate.d.ts +38 -0
- package/dist/models/cost-rate.d.ts.map +1 -0
- package/dist/models/cost-unit.d.ts +26 -0
- package/dist/models/cost-unit.d.ts.map +1 -0
- package/dist/models/costs-info.d.ts +38 -0
- package/dist/models/costs-info.d.ts.map +1 -0
- package/dist/models/course-content-extractor-params.d.ts +203 -0
- package/dist/models/course-content-extractor-params.d.ts.map +1 -0
- package/dist/models/covariate-config.d.ts +67 -0
- package/dist/models/covariate-config.d.ts.map +1 -0
- package/dist/models/covariate-type.d.ts +24 -0
- package/dist/models/covariate-type.d.ts.map +1 -0
- package/dist/models/crawl-mode.d.ts +22 -0
- package/dist/models/crawl-mode.d.ts.map +1 -0
- package/dist/models/create-alert-request.d.ts +58 -0
- package/dist/models/create-alert-request.d.ts.map +1 -0
- package/dist/models/create-app-request.d.ts +119 -0
- package/dist/models/create-app-request.d.ts.map +1 -0
- package/dist/models/create-batch-request.d.ts +25 -0
- package/dist/models/create-batch-request.d.ts.map +1 -0
- package/dist/models/create-benchmark-request.d.ts +50 -0
- package/dist/models/create-benchmark-request.d.ts.map +1 -0
- package/dist/models/create-blob-request.d.ts +71 -0
- package/dist/models/create-blob-request.d.ts.map +1 -0
- package/dist/models/create-cluster-request.d.ts +79 -0
- package/dist/models/create-cluster-request.d.ts.map +1 -0
- package/dist/models/create-collection-request.d.ts +101 -0
- package/dist/models/create-collection-request.d.ts.map +1 -0
- package/dist/models/create-dataset-request.d.ts +46 -0
- package/dist/models/create-dataset-request.d.ts.map +1 -0
- package/dist/models/create-migration-request.d.ts +32 -0
- package/dist/models/create-migration-request.d.ts.map +1 -0
- package/dist/models/create-migration-response.d.ts +51 -0
- package/dist/models/create-migration-response.d.ts.map +1 -0
- package/dist/models/create-model-upload-request.d.ts +81 -0
- package/dist/models/create-model-upload-request.d.ts.map +1 -0
- package/dist/models/create-namespace-request.d.ts +65 -0
- package/dist/models/create-namespace-request.d.ts.map +1 -0
- package/dist/models/create-object-request.d.ts +51 -0
- package/dist/models/create-object-request.d.ts.map +1 -0
- package/dist/models/create-objects-batch-request.d.ts +26 -0
- package/dist/models/create-objects-batch-request.d.ts.map +1 -0
- package/dist/models/create-objects-batch-response.d.ts +51 -0
- package/dist/models/create-objects-batch-response.d.ts.map +1 -0
- package/dist/models/create-organization-request.d.ts +64 -0
- package/dist/models/create-organization-request.d.ts.map +1 -0
- package/dist/models/create-page-request.d.ts +105 -0
- package/dist/models/create-page-request.d.ts.map +1 -0
- package/dist/models/create-retriever-apikey-request.d.ts +43 -0
- package/dist/models/create-retriever-apikey-request.d.ts.map +1 -0
- package/dist/models/create-retriever-request.d.ts +92 -0
- package/dist/models/create-retriever-request.d.ts.map +1 -0
- package/dist/models/create-retriever-response.d.ts +26 -0
- package/dist/models/create-retriever-response.d.ts.map +1 -0
- package/dist/models/create-secret-request.d.ts +31 -0
- package/dist/models/create-secret-request.d.ts.map +1 -0
- package/dist/models/create-session-request.d.ts +61 -0
- package/dist/models/create-session-request.d.ts.map +1 -0
- package/dist/models/create-session-response.d.ts +62 -0
- package/dist/models/create-session-response.d.ts.map +1 -0
- package/dist/models/create-taxonomy-request.d.ts +38 -0
- package/dist/models/create-taxonomy-request.d.ts.map +1 -0
- package/dist/models/create-template-from-resource-request.d.ts +56 -0
- package/dist/models/create-template-from-resource-request.d.ts.map +1 -0
- package/dist/models/create-template-from-resource-response.d.ts +57 -0
- package/dist/models/create-template-from-resource-response.d.ts.map +1 -0
- package/dist/models/create-upload-request.d.ts +89 -0
- package/dist/models/create-upload-request.d.ts.map +1 -0
- package/dist/models/creator-info.d.ts +37 -0
- package/dist/models/creator-info.d.ts.map +1 -0
- package/dist/models/credentials.d.ts +27 -0
- package/dist/models/credentials.d.ts.map +1 -0
- package/dist/models/credentials1.d.ts +24 -0
- package/dist/models/credentials1.d.ts.map +1 -0
- package/dist/models/credentials2.d.ts +24 -0
- package/dist/models/credentials2.d.ts.map +1 -0
- package/dist/models/credentials3.d.ts +24 -0
- package/dist/models/credentials3.d.ts.map +1 -0
- package/dist/models/credentials4.d.ts +24 -0
- package/dist/models/credentials4.d.ts.map +1 -0
- package/dist/models/credit-balance-response.d.ts +61 -0
- package/dist/models/credit-balance-response.d.ts.map +1 -0
- package/dist/models/current-usage-response.d.ts +67 -0
- package/dist/models/current-usage-response.d.ts.map +1 -0
- package/dist/models/cursor-pagination-params.d.ts +38 -0
- package/dist/models/cursor-pagination-params.d.ts.map +1 -0
- package/dist/models/custom-cta.d.ts +31 -0
- package/dist/models/custom-cta.d.ts.map +1 -0
- package/dist/models/custom-domain-config.d.ts +74 -0
- package/dist/models/custom-domain-config.d.ts.map +1 -0
- package/dist/models/custom-model-document.d.ts +128 -0
- package/dist/models/custom-model-document.d.ts.map +1 -0
- package/dist/models/custom-plugin-params.d.ts +26 -0
- package/dist/models/custom-plugin-params.d.ts.map +1 -0
- package/dist/models/data.d.ts +19 -0
- package/dist/models/data.d.ts.map +1 -0
- package/dist/models/dataset-list-response.d.ts +44 -0
- package/dist/models/dataset-list-response.d.ts.map +1 -0
- package/dist/models/date-part-unit.d.ts +29 -0
- package/dist/models/date-part-unit.d.ts.map +1 -0
- package/dist/models/date-trunc-unit.d.ts +27 -0
- package/dist/models/date-trunc-unit.d.ts.map +1 -0
- package/dist/models/datetime-index-params.d.ts +25 -0
- package/dist/models/datetime-index-params.d.ts.map +1 -0
- package/dist/models/dbscan-parameters.d.ts +69 -0
- package/dist/models/dbscan-parameters.d.ts.map +1 -0
- package/dist/models/dbscanparams.d.ts +69 -0
- package/dist/models/dbscanparams.d.ts.map +1 -0
- package/dist/models/dependency-graph.d.ts +32 -0
- package/dist/models/dependency-graph.d.ts.map +1 -0
- package/dist/models/dependency-node.d.ts +44 -0
- package/dist/models/dependency-node.d.ts.map +1 -0
- package/dist/models/deploy-request.d.ts +53 -0
- package/dist/models/deploy-request.d.ts.map +1 -0
- package/dist/models/deploy-response.d.ts +56 -0
- package/dist/models/deploy-response.d.ts.map +1 -0
- package/dist/models/describe-collection-features-response.d.ts +26 -0
- package/dist/models/describe-collection-features-response.d.ts.map +1 -0
- package/dist/models/detect-intent-request.d.ts +31 -0
- package/dist/models/detect-intent-request.d.ts.map +1 -0
- package/dist/models/diff-item.d.ts +43 -0
- package/dist/models/diff-item.d.ts.map +1 -0
- package/dist/models/diff-result.d.ts +38 -0
- package/dist/models/diff-result.d.ts.map +1 -0
- package/dist/models/disable-org-model-response.d.ts +43 -0
- package/dist/models/disable-org-model-response.d.ts.map +1 -0
- package/dist/models/disable-org-plugin-response.d.ts +43 -0
- package/dist/models/disable-org-plugin-response.d.ts.map +1 -0
- package/dist/models/discovery-response.d.ts +40 -0
- package/dist/models/discovery-response.d.ts.map +1 -0
- package/dist/models/display-config-input.d.ts +145 -0
- package/dist/models/display-config-input.d.ts.map +1 -0
- package/dist/models/display-config-output.d.ts +145 -0
- package/dist/models/display-config-output.d.ts.map +1 -0
- package/dist/models/docs-search-options.d.ts +61 -0
- package/dist/models/docs-search-options.d.ts.map +1 -0
- package/dist/models/docs-search-request.d.ts +56 -0
- package/dist/models/docs-search-request.d.ts.map +1 -0
- package/dist/models/docs-search-response.d.ts +73 -0
- package/dist/models/docs-search-response.d.ts.map +1 -0
- package/dist/models/document-aggregation-request.d.ts +79 -0
- package/dist/models/document-aggregation-request.d.ts.map +1 -0
- package/dist/models/document-aggregation-response.d.ts +40 -0
- package/dist/models/document-aggregation-response.d.ts.map +1 -0
- package/dist/models/document-create-request.d.ts +101 -0
- package/dist/models/document-create-request.d.ts.map +1 -0
- package/dist/models/document-graph-extractor-params.d.ts +136 -0
- package/dist/models/document-graph-extractor-params.d.ts.map +1 -0
- package/dist/models/document-group.d.ts +38 -0
- package/dist/models/document-group.d.ts.map +1 -0
- package/dist/models/document-id-strategy.d.ts +23 -0
- package/dist/models/document-id-strategy.d.ts.map +1 -0
- package/dist/models/document-list-stats.d.ts +43 -0
- package/dist/models/document-list-stats.d.ts.map +1 -0
- package/dist/models/document-response.d.ts +52 -0
- package/dist/models/document-response.d.ts.map +1 -0
- package/dist/models/domain-response.d.ts +55 -0
- package/dist/models/domain-response.d.ts.map +1 -0
- package/dist/models/drive-property-source.d.ts +35 -0
- package/dist/models/drive-property-source.d.ts.map +1 -0
- package/dist/models/duration-stats.d.ts +67 -0
- package/dist/models/duration-stats.d.ts.map +1 -0
- package/dist/models/dynamic-value.d.ts +35 -0
- package/dist/models/dynamic-value.d.ts.map +1 -0
- package/dist/models/email-config.d.ts +56 -0
- package/dist/models/email-config.d.ts.map +1 -0
- package/dist/models/enable-org-model-request.d.ts +32 -0
- package/dist/models/enable-org-model-request.d.ts.map +1 -0
- package/dist/models/enable-org-model-response.d.ts +49 -0
- package/dist/models/enable-org-model-response.d.ts.map +1 -0
- package/dist/models/enable-org-plugin-request.d.ts +33 -0
- package/dist/models/enable-org-plugin-request.d.ts.map +1 -0
- package/dist/models/enable-org-plugin-response.d.ts +61 -0
- package/dist/models/enable-org-plugin-response.d.ts.map +1 -0
- package/dist/models/engine-performance-response.d.ts +40 -0
- package/dist/models/engine-performance-response.d.ts.map +1 -0
- package/dist/models/engine-stage-breakdown-response.d.ts +39 -0
- package/dist/models/engine-stage-breakdown-response.d.ts.map +1 -0
- package/dist/models/enrichment-field-mapping.d.ts +31 -0
- package/dist/models/enrichment-field-mapping.d.ts.map +1 -0
- package/dist/models/enrichment-field.d.ts +38 -0
- package/dist/models/enrichment-field.d.ts.map +1 -0
- package/dist/models/enrichment-history-response.d.ts +47 -0
- package/dist/models/enrichment-history-response.d.ts.map +1 -0
- package/dist/models/enrichment-input-mapping.d.ts +32 -0
- package/dist/models/enrichment-input-mapping.d.ts.map +1 -0
- package/dist/models/enrichment-merge-mode.d.ts +22 -0
- package/dist/models/enrichment-merge-mode.d.ts.map +1 -0
- package/dist/models/enrichment-metric.d.ts +55 -0
- package/dist/models/enrichment-metric.d.ts.map +1 -0
- package/dist/models/error-breakdown.d.ts +49 -0
- package/dist/models/error-breakdown.d.ts.map +1 -0
- package/dist/models/error-category.d.ts +26 -0
- package/dist/models/error-category.d.ts.map +1 -0
- package/dist/models/error-detail.d.ts +39 -0
- package/dist/models/error-detail.d.ts.map +1 -0
- package/dist/models/error-metrics.d.ts +43 -0
- package/dist/models/error-metrics.d.ts.map +1 -0
- package/dist/models/error-response.d.ts +38 -0
- package/dist/models/error-response.d.ts.map +1 -0
- package/dist/models/evaluation-config.d.ts +31 -0
- package/dist/models/evaluation-config.d.ts.map +1 -0
- package/dist/models/evaluation-dataset.d.ts +82 -0
- package/dist/models/evaluation-dataset.d.ts.map +1 -0
- package/dist/models/evaluation-list-response.d.ts +44 -0
- package/dist/models/evaluation-list-response.d.ts.map +1 -0
- package/dist/models/evaluation-record.d.ts +117 -0
- package/dist/models/evaluation-record.d.ts.map +1 -0
- package/dist/models/evaluation-status.d.ts +24 -0
- package/dist/models/evaluation-status.d.ts.map +1 -0
- package/dist/models/execute-retriever-request.d.ts +40 -0
- package/dist/models/execute-retriever-request.d.ts.map +1 -0
- package/dist/models/execute-taxonomy-request.d.ts +73 -0
- package/dist/models/execute-taxonomy-request.d.ts.map +1 -0
- package/dist/models/execution-detail.d.ts +112 -0
- package/dist/models/execution-detail.d.ts.map +1 -0
- package/dist/models/execution-history-response.d.ts +47 -0
- package/dist/models/execution-history-response.d.ts.map +1 -0
- package/dist/models/explain-retriever-request.d.ts +27 -0
- package/dist/models/explain-retriever-request.d.ts.map +1 -0
- package/dist/models/explain-retriever-response.d.ts +86 -0
- package/dist/models/explain-retriever-response.d.ts.map +1 -0
- package/dist/models/explain-stage-plan.d.ts +85 -0
- package/dist/models/explain-stage-plan.d.ts.map +1 -0
- package/dist/models/export-format.d.ts +23 -0
- package/dist/models/export-format.d.ts.map +1 -0
- package/dist/models/external-link.d.ts +31 -0
- package/dist/models/external-link.d.ts.map +1 -0
- package/dist/models/extractor-breakdown-response.d.ts +33 -0
- package/dist/models/extractor-breakdown-response.d.ts.map +1 -0
- package/dist/models/extractor-discovery.d.ts +67 -0
- package/dist/models/extractor-discovery.d.ts.map +1 -0
- package/dist/models/extractor-job-info.d.ts +99 -0
- package/dist/models/extractor-job-info.d.ts.map +1 -0
- package/dist/models/extractor-metrics.d.ts +73 -0
- package/dist/models/extractor-metrics.d.ts.map +1 -0
- package/dist/models/extractor-performance-response.d.ts +47 -0
- package/dist/models/extractor-performance-response.d.ts.map +1 -0
- package/dist/models/extractor-performance.d.ts +55 -0
- package/dist/models/extractor-performance.d.ts.map +1 -0
- package/dist/models/extractor-source.d.ts +23 -0
- package/dist/models/extractor-source.d.ts.map +1 -0
- package/dist/models/face-identity-extractor-params.d.ts +130 -0
- package/dist/models/face-identity-extractor-params.d.ts.map +1 -0
- package/dist/models/failed-object-error.d.ts +37 -0
- package/dist/models/failed-object-error.d.ts.map +1 -0
- package/dist/models/failure-metric.d.ts +43 -0
- package/dist/models/failure-metric.d.ts.map +1 -0
- package/dist/models/feature-address.d.ts +43 -0
- package/dist/models/feature-address.d.ts.map +1 -0
- package/dist/models/feature-extractor-response-model.d.ts +129 -0
- package/dist/models/feature-extractor-response-model.d.ts.map +1 -0
- package/dist/models/feature-model.d.ts +41 -0
- package/dist/models/feature-model.d.ts.map +1 -0
- package/dist/models/featured-gallery-config-input.d.ts +67 -0
- package/dist/models/featured-gallery-config-input.d.ts.map +1 -0
- package/dist/models/featured-gallery-config-output.d.ts +67 -0
- package/dist/models/featured-gallery-config-output.d.ts.map +1 -0
- package/dist/models/field-config.d.ts +33 -0
- package/dist/models/field-config.d.ts.map +1 -0
- package/dist/models/field-format-options.d.ts +127 -0
- package/dist/models/field-format-options.d.ts.map +1 -0
- package/dist/models/field-format-type.d.ts +28 -0
- package/dist/models/field-format-type.d.ts.map +1 -0
- package/dist/models/field-mapping-entry.d.ts +48 -0
- package/dist/models/field-mapping-entry.d.ts.map +1 -0
- package/dist/models/field-passthrough.d.ts +43 -0
- package/dist/models/field-passthrough.d.ts.map +1 -0
- package/dist/models/field-performance-metrics.d.ts +67 -0
- package/dist/models/field-performance-metrics.d.ts.map +1 -0
- package/dist/models/field-performance-response.d.ts +44 -0
- package/dist/models/field-performance-response.d.ts.map +1 -0
- package/dist/models/field-query-metrics.d.ts +43 -0
- package/dist/models/field-query-metrics.d.ts.map +1 -0
- package/dist/models/field-schema.d.ts +68 -0
- package/dist/models/field-schema.d.ts.map +1 -0
- package/dist/models/field-usage-response.d.ts +56 -0
- package/dist/models/field-usage-response.d.ts.map +1 -0
- package/dist/models/field-usage-stat.d.ts +73 -0
- package/dist/models/field-usage-stat.d.ts.map +1 -0
- package/dist/models/file-filters.d.ts +61 -0
- package/dist/models/file-filters.d.ts.map +1 -0
- package/dist/models/file-source.d.ts +29 -0
- package/dist/models/file-source.d.ts.map +1 -0
- package/dist/models/filename-regex-source.d.ts +41 -0
- package/dist/models/filename-regex-source.d.ts.map +1 -0
- package/dist/models/filter-condition.d.ts +39 -0
- package/dist/models/filter-condition.d.ts.map +1 -0
- package/dist/models/filter-operator.d.ts +35 -0
- package/dist/models/filter-operator.d.ts.map +1 -0
- package/dist/models/flat-taxonomy-config-input.d.ts +56 -0
- package/dist/models/flat-taxonomy-config-input.d.ts.map +1 -0
- package/dist/models/flat-taxonomy-config-output.d.ts +56 -0
- package/dist/models/flat-taxonomy-config-output.d.ts.map +1 -0
- package/dist/models/float-index-params.d.ts +25 -0
- package/dist/models/float-index-params.d.ts.map +1 -0
- package/dist/models/folder-item.d.ts +43 -0
- package/dist/models/folder-item.d.ts.map +1 -0
- package/dist/models/folder-path-source.d.ts +41 -0
- package/dist/models/folder-path-source.d.ts.map +1 -0
- package/dist/models/gaussian-mixture-params.d.ts +103 -0
- package/dist/models/gaussian-mixture-params.d.ts.map +1 -0
- package/dist/models/generation-config.d.ts +57 -0
- package/dist/models/generation-config.d.ts.map +1 -0
- package/dist/models/generic-delete-response.d.ts +31 -0
- package/dist/models/generic-delete-response.d.ts.map +1 -0
- package/dist/models/generic-success-response.d.ts +31 -0
- package/dist/models/generic-success-response.d.ts.map +1 -0
- package/dist/models/geo-index-params.d.ts +25 -0
- package/dist/models/geo-index-params.d.ts.map +1 -0
- package/dist/models/get-history-response.d.ts +50 -0
- package/dist/models/get-history-response.d.ts.map +1 -0
- package/dist/models/get-migration-response.d.ts +110 -0
- package/dist/models/get-migration-response.d.ts.map +1 -0
- package/dist/models/get-payment-method-response.d.ts +38 -0
- package/dist/models/get-payment-method-response.d.ts.map +1 -0
- package/dist/models/get-session-response.d.ts +108 -0
- package/dist/models/get-session-response.d.ts.map +1 -0
- package/dist/models/google-drive-config.d.ts +48 -0
- package/dist/models/google-drive-config.d.ts.map +1 -0
- package/dist/models/google-drive-oauth-credentials.d.ts +47 -0
- package/dist/models/google-drive-oauth-credentials.d.ts.map +1 -0
- package/dist/models/google-drive-service-account-credentials.d.ts +59 -0
- package/dist/models/google-drive-service-account-credentials.d.ts.map +1 -0
- package/dist/models/google-model.d.ts +22 -0
- package/dist/models/google-model.d.ts.map +1 -0
- package/dist/models/ground-truth-query.d.ts +47 -0
- package/dist/models/ground-truth-query.d.ts.map +1 -0
- package/dist/models/group-by-field.d.ts +45 -0
- package/dist/models/group-by-field.d.ts.map +1 -0
- package/dist/models/growth-metric.d.ts +43 -0
- package/dist/models/growth-metric.d.ts.map +1 -0
- package/dist/models/growth-metrics-response.d.ts +47 -0
- package/dist/models/growth-metrics-response.d.ts.map +1 -0
- package/dist/models/having-condition.d.ts +38 -0
- package/dist/models/having-condition.d.ts.map +1 -0
- package/dist/models/hdbscan-parameters.d.ts +79 -0
- package/dist/models/hdbscan-parameters.d.ts.map +1 -0
- package/dist/models/hdbscanparams.d.ts +79 -0
- package/dist/models/hdbscanparams.d.ts.map +1 -0
- package/dist/models/health-check-response.d.ts +48 -0
- package/dist/models/health-check-response.d.ts.map +1 -0
- package/dist/models/health-check.d.ts +38 -0
- package/dist/models/health-check.d.ts.map +1 -0
- package/dist/models/health-service-errors.d.ts +61 -0
- package/dist/models/health-service-errors.d.ts.map +1 -0
- package/dist/models/health-service-status.d.ts +61 -0
- package/dist/models/health-service-status.d.ts.map +1 -0
- package/dist/models/health-status-input.d.ts +23 -0
- package/dist/models/health-status-input.d.ts.map +1 -0
- package/dist/models/health-status-output.d.ts +22 -0
- package/dist/models/health-status-output.d.ts.map +1 -0
- package/dist/models/hero-config.d.ts +86 -0
- package/dist/models/hero-config.d.ts.map +1 -0
- package/dist/models/hierarchical-enrichment-style.d.ts +23 -0
- package/dist/models/hierarchical-enrichment-style.d.ts.map +1 -0
- package/dist/models/hierarchical-node-input.d.ts +69 -0
- package/dist/models/hierarchical-node-input.d.ts.map +1 -0
- package/dist/models/hierarchical-node-output.d.ts +69 -0
- package/dist/models/hierarchical-node-output.d.ts.map +1 -0
- package/dist/models/hierarchical-taxonomy-config-input.d.ts +109 -0
- package/dist/models/hierarchical-taxonomy-config-input.d.ts.map +1 -0
- package/dist/models/hierarchical-taxonomy-config-output.d.ts +109 -0
- package/dist/models/hierarchical-taxonomy-config-output.d.ts.map +1 -0
- package/dist/models/hierarchy-inference-strategy.d.ts +23 -0
- package/dist/models/hierarchy-inference-strategy.d.ts.map +1 -0
- package/dist/models/httpapiconfig.d.ts +96 -0
- package/dist/models/httpapiconfig.d.ts.map +1 -0
- package/dist/models/httpapiheader-credentials.d.ts +37 -0
- package/dist/models/httpapiheader-credentials.d.ts.map +1 -0
- package/dist/models/httpvalidation-error.d.ts +26 -0
- package/dist/models/httpvalidation-error.d.ts.map +1 -0
- package/dist/models/image-extractor-params.d.ts +41 -0
- package/dist/models/image-extractor-params.d.ts.map +1 -0
- package/dist/models/index-recommendation.d.ts +73 -0
- package/dist/models/index-recommendation.d.ts.map +1 -0
- package/dist/models/index-recommendations-response.d.ts +46 -0
- package/dist/models/index-recommendations-response.d.ts.map +1 -0
- package/dist/models/index-suggestion.d.ts +67 -0
- package/dist/models/index-suggestion.d.ts.map +1 -0
- package/dist/models/index-suggestions-response.d.ts +50 -0
- package/dist/models/index-suggestions-response.d.ts.map +1 -0
- package/dist/models/index.d.ts +965 -0
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/input-mapping-source.d.ts +42 -0
- package/dist/models/input-mapping-source.d.ts.map +1 -0
- package/dist/models/input-mapping.d.ts +44 -0
- package/dist/models/input-mapping.d.ts.map +1 -0
- package/dist/models/input-mappings-any-of-value.d.ts +19 -0
- package/dist/models/input-mappings-any-of-value.d.ts.map +1 -0
- package/dist/models/input-mappings.d.ts +19 -0
- package/dist/models/input-mappings.d.ts.map +1 -0
- package/dist/models/input-rendering-config-input.d.ts +74 -0
- package/dist/models/input-rendering-config-input.d.ts.map +1 -0
- package/dist/models/input-rendering-config-output.d.ts +74 -0
- package/dist/models/input-rendering-config-output.d.ts.map +1 -0
- package/dist/models/input-source-type.d.ts +24 -0
- package/dist/models/input-source-type.d.ts.map +1 -0
- package/dist/models/instagram-config.d.ts +48 -0
- package/dist/models/instagram-config.d.ts.map +1 -0
- package/dist/models/instagram-oauth-credentials.d.ts +65 -0
- package/dist/models/instagram-oauth-credentials.d.ts.map +1 -0
- package/dist/models/instantiate-bucket-template-request.d.ts +31 -0
- package/dist/models/instantiate-bucket-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-cluster-template-request.d.ts +37 -0
- package/dist/models/instantiate-cluster-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-collection-template-request.d.ts +49 -0
- package/dist/models/instantiate-collection-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-retriever-template-request.d.ts +43 -0
- package/dist/models/instantiate-retriever-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-scaffold-request.d.ts +55 -0
- package/dist/models/instantiate-scaffold-request.d.ts.map +1 -0
- package/dist/models/instantiate-taxonomy-template-request.d.ts +39 -0
- package/dist/models/instantiate-taxonomy-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-template-request.d.ts +31 -0
- package/dist/models/instantiate-template-request.d.ts.map +1 -0
- package/dist/models/instantiated-bucket-template-response.d.ts +49 -0
- package/dist/models/instantiated-bucket-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-cluster-template-response.d.ts +49 -0
- package/dist/models/instantiated-cluster-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-collection-template-response.d.ts +49 -0
- package/dist/models/instantiated-collection-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-retriever-template-response.d.ts +49 -0
- package/dist/models/instantiated-retriever-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-scaffold-response.d.ts +85 -0
- package/dist/models/instantiated-scaffold-response.d.ts.map +1 -0
- package/dist/models/instantiated-taxonomy-template-response.d.ts +49 -0
- package/dist/models/instantiated-taxonomy-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-template-response.d.ts +55 -0
- package/dist/models/instantiated-template-response.d.ts.map +1 -0
- package/dist/models/integer-index-params.d.ts +37 -0
- package/dist/models/integer-index-params.d.ts.map +1 -0
- package/dist/models/intent-classification.d.ts +71 -0
- package/dist/models/intent-classification.d.ts.map +1 -0
- package/dist/models/interaction-request.d.ts +76 -0
- package/dist/models/interaction-request.d.ts.map +1 -0
- package/dist/models/interaction-response.d.ts +102 -0
- package/dist/models/interaction-response.d.ts.map +1 -0
- package/dist/models/interaction-tuning-recommendation.d.ts +55 -0
- package/dist/models/interaction-tuning-recommendation.d.ts.map +1 -0
- package/dist/models/interaction-tuning-response.d.ts +47 -0
- package/dist/models/interaction-tuning-response.d.ts.map +1 -0
- package/dist/models/interaction-type.d.ts +35 -0
- package/dist/models/interaction-type.d.ts.map +1 -0
- package/dist/models/interaction-weights.d.ts +27 -0
- package/dist/models/interaction-weights.d.ts.map +1 -0
- package/dist/models/internal-lineage-model.d.ts +75 -0
- package/dist/models/internal-lineage-model.d.ts.map +1 -0
- package/dist/models/internal-payload-model.d.ts +126 -0
- package/dist/models/internal-payload-model.d.ts.map +1 -0
- package/dist/models/internal-processing-model.d.ts +62 -0
- package/dist/models/internal-processing-model.d.ts.map +1 -0
- package/dist/models/invoice-info.d.ts +79 -0
- package/dist/models/invoice-info.d.ts.map +1 -0
- package/dist/models/invoice-list-response.d.ts +38 -0
- package/dist/models/invoice-list-response.d.ts.map +1 -0
- package/dist/models/join-mode.d.ts +22 -0
- package/dist/models/join-mode.d.ts.map +1 -0
- package/dist/models/join-response.d.ts +34 -0
- package/dist/models/join-response.d.ts.map +1 -0
- package/dist/models/join-stats.d.ts +37 -0
- package/dist/models/join-stats.d.ts.map +1 -0
- package/dist/models/key-status.d.ts +23 -0
- package/dist/models/key-status.d.ts.map +1 -0
- package/dist/models/keyset-pagination-params.d.ts +40 -0
- package/dist/models/keyset-pagination-params.d.ts.map +1 -0
- package/dist/models/keyword-index-params.d.ts +31 -0
- package/dist/models/keyword-index-params.d.ts.map +1 -0
- package/dist/models/kmeans-parameters.d.ts +73 -0
- package/dist/models/kmeans-parameters.d.ts.map +1 -0
- package/dist/models/kmeans-params.d.ts +73 -0
- package/dist/models/kmeans-params.d.ts.map +1 -0
- package/dist/models/label-distribution-response.d.ts +38 -0
- package/dist/models/label-distribution-response.d.ts.map +1 -0
- package/dist/models/label-metric.d.ts +43 -0
- package/dist/models/label-metric.d.ts.map +1 -0
- package/dist/models/latency-metric.d.ts +49 -0
- package/dist/models/latency-metric.d.ts.map +1 -0
- package/dist/models/latency-metrics.d.ts +51 -0
- package/dist/models/latency-metrics.d.ts.map +1 -0
- package/dist/models/latency-response.d.ts +47 -0
- package/dist/models/latency-response.d.ts.map +1 -0
- package/dist/models/layout-config.d.ts +43 -0
- package/dist/models/layout-config.d.ts.map +1 -0
- package/dist/models/lifecycle-state.d.ts +23 -0
- package/dist/models/lifecycle-state.d.ts.map +1 -0
- package/dist/models/lifecycle-status-response.d.ts +68 -0
- package/dist/models/lifecycle-status-response.d.ts.map +1 -0
- package/dist/models/lineage-step.d.ts +43 -0
- package/dist/models/lineage-step.d.ts.map +1 -0
- package/dist/models/lint-response.d.ts +40 -0
- package/dist/models/lint-response.d.ts.map +1 -0
- package/dist/models/lint-result.d.ts +56 -0
- package/dist/models/lint-result.d.ts.map +1 -0
- package/dist/models/lint-severity.d.ts +23 -0
- package/dist/models/lint-severity.d.ts.map +1 -0
- package/dist/models/list-adhoc-executions-request.d.ts +37 -0
- package/dist/models/list-adhoc-executions-request.d.ts.map +1 -0
- package/dist/models/list-adhoc-executions-response.d.ts +38 -0
- package/dist/models/list-adhoc-executions-response.d.ts.map +1 -0
- package/dist/models/list-alerts-request.d.ts +45 -0
- package/dist/models/list-alerts-request.d.ts.map +1 -0
- package/dist/models/list-alerts-response.d.ts +46 -0
- package/dist/models/list-alerts-response.d.ts.map +1 -0
- package/dist/models/list-apps-response.d.ts +44 -0
- package/dist/models/list-apps-response.d.ts.map +1 -0
- package/dist/models/list-batches-request.d.ts +56 -0
- package/dist/models/list-batches-request.d.ts.map +1 -0
- package/dist/models/list-batches-response.d.ts +40 -0
- package/dist/models/list-batches-response.d.ts.map +1 -0
- package/dist/models/list-buckets-request.d.ts +59 -0
- package/dist/models/list-buckets-request.d.ts.map +1 -0
- package/dist/models/list-buckets-response.d.ts +46 -0
- package/dist/models/list-buckets-response.d.ts.map +1 -0
- package/dist/models/list-cluster-executions-request.d.ts +39 -0
- package/dist/models/list-cluster-executions-request.d.ts.map +1 -0
- package/dist/models/list-cluster-executions-response.d.ts +46 -0
- package/dist/models/list-cluster-executions-response.d.ts.map +1 -0
- package/dist/models/list-clusters-request.d.ts +39 -0
- package/dist/models/list-clusters-request.d.ts.map +1 -0
- package/dist/models/list-clusters-response.d.ts +46 -0
- package/dist/models/list-clusters-response.d.ts.map +1 -0
- package/dist/models/list-collections-request.d.ts +46 -0
- package/dist/models/list-collections-request.d.ts.map +1 -0
- package/dist/models/list-collections-response.d.ts +46 -0
- package/dist/models/list-collections-response.d.ts.map +1 -0
- package/dist/models/list-documents-request.d.ts +88 -0
- package/dist/models/list-documents-request.d.ts.map +1 -0
- package/dist/models/list-documents-response.d.ts +59 -0
- package/dist/models/list-documents-response.d.ts.map +1 -0
- package/dist/models/list-domains-response.d.ts +32 -0
- package/dist/models/list-domains-response.d.ts.map +1 -0
- package/dist/models/list-executions-request.d.ts +41 -0
- package/dist/models/list-executions-request.d.ts.map +1 -0
- package/dist/models/list-executions-response.d.ts +33 -0
- package/dist/models/list-executions-response.d.ts.map +1 -0
- package/dist/models/list-folders-response.d.ts +32 -0
- package/dist/models/list-folders-response.d.ts.map +1 -0
- package/dist/models/list-interactions-request.d.ts +75 -0
- package/dist/models/list-interactions-request.d.ts.map +1 -0
- package/dist/models/list-interactions-response.d.ts +33 -0
- package/dist/models/list-interactions-response.d.ts.map +1 -0
- package/dist/models/list-migrations-request.d.ts +51 -0
- package/dist/models/list-migrations-request.d.ts.map +1 -0
- package/dist/models/list-migrations-response.d.ts +44 -0
- package/dist/models/list-migrations-response.d.ts.map +1 -0
- package/dist/models/list-namespaces-request.d.ts +47 -0
- package/dist/models/list-namespaces-request.d.ts.map +1 -0
- package/dist/models/list-namespaces-response.d.ts +46 -0
- package/dist/models/list-namespaces-response.d.ts.map +1 -0
- package/dist/models/list-notifications-request.d.ts +45 -0
- package/dist/models/list-notifications-request.d.ts.map +1 -0
- package/dist/models/list-notifications-response.d.ts +40 -0
- package/dist/models/list-notifications-response.d.ts.map +1 -0
- package/dist/models/list-objects-request.d.ts +45 -0
- package/dist/models/list-objects-request.d.ts.map +1 -0
- package/dist/models/list-objects-response.d.ts +40 -0
- package/dist/models/list-objects-response.d.ts.map +1 -0
- package/dist/models/list-pages-response.d.ts +44 -0
- package/dist/models/list-pages-response.d.ts.map +1 -0
- package/dist/models/list-public-retrievers-response.d.ts +57 -0
- package/dist/models/list-public-retrievers-response.d.ts.map +1 -0
- package/dist/models/list-retrievers-request.d.ts +47 -0
- package/dist/models/list-retrievers-request.d.ts.map +1 -0
- package/dist/models/list-retrievers-response.d.ts +32 -0
- package/dist/models/list-retrievers-response.d.ts.map +1 -0
- package/dist/models/list-sessions-request.d.ts +42 -0
- package/dist/models/list-sessions-request.d.ts.map +1 -0
- package/dist/models/list-sessions-response.d.ts +40 -0
- package/dist/models/list-sessions-response.d.ts.map +1 -0
- package/dist/models/list-storage-connections-request.d.ts +39 -0
- package/dist/models/list-storage-connections-request.d.ts.map +1 -0
- package/dist/models/list-sync-configurations-request.d.ts +38 -0
- package/dist/models/list-sync-configurations-request.d.ts.map +1 -0
- package/dist/models/list-tasks-request.d.ts +53 -0
- package/dist/models/list-tasks-request.d.ts.map +1 -0
- package/dist/models/list-tasks-response.d.ts +33 -0
- package/dist/models/list-tasks-response.d.ts.map +1 -0
- package/dist/models/list-taxonomies-request.d.ts +45 -0
- package/dist/models/list-taxonomies-request.d.ts.map +1 -0
- package/dist/models/list-taxonomies-response.d.ts +47 -0
- package/dist/models/list-taxonomies-response.d.ts.map +1 -0
- package/dist/models/list-templates-request.d.ts +66 -0
- package/dist/models/list-templates-request.d.ts.map +1 -0
- package/dist/models/list-templates-response.d.ts +32 -0
- package/dist/models/list-templates-response.d.ts.map +1 -0
- package/dist/models/list-tools-response.d.ts +38 -0
- package/dist/models/list-tools-response.d.ts.map +1 -0
- package/dist/models/list-uploads-request.d.ts +57 -0
- package/dist/models/list-uploads-request.d.ts.map +1 -0
- package/dist/models/list-uploads-response.d.ts +40 -0
- package/dist/models/list-uploads-response.d.ts.map +1 -0
- package/dist/models/list-webhooks-request.d.ts +31 -0
- package/dist/models/list-webhooks-request.d.ts.map +1 -0
- package/dist/models/list-webhooks-response.d.ts +39 -0
- package/dist/models/list-webhooks-response.d.ts.map +1 -0
- package/dist/models/listing-status.d.ts +24 -0
- package/dist/models/listing-status.d.ts.map +1 -0
- package/dist/models/listing-visibility.d.ts +22 -0
- package/dist/models/listing-visibility.d.ts.map +1 -0
- package/dist/models/llmlabeling-input-input.d.ts +26 -0
- package/dist/models/llmlabeling-input-input.d.ts.map +1 -0
- package/dist/models/llmlabeling-input-output.d.ts +26 -0
- package/dist/models/llmlabeling-input-output.d.ts.map +1 -0
- package/dist/models/llmlabeling-input.d.ts +109 -0
- package/dist/models/llmlabeling-input.d.ts.map +1 -0
- package/dist/models/llmlabeling-output.d.ts +109 -0
- package/dist/models/llmlabeling-output.d.ts.map +1 -0
- package/dist/models/llmprovider.d.ts +23 -0
- package/dist/models/llmprovider.d.ts.map +1 -0
- package/dist/models/logical-operator-input-andinner.d.ts +63 -0
- package/dist/models/logical-operator-input-andinner.d.ts.map +1 -0
- package/dist/models/logical-operator-input.d.ts +45 -0
- package/dist/models/logical-operator-input.d.ts.map +1 -0
- package/dist/models/logical-operator-output-andinner.d.ts +63 -0
- package/dist/models/logical-operator-output-andinner.d.ts.map +1 -0
- package/dist/models/logical-operator-output.d.ts +45 -0
- package/dist/models/logical-operator-output.d.ts.map +1 -0
- package/dist/models/manifest-schema-discovery.d.ts +55 -0
- package/dist/models/manifest-schema-discovery.d.ts.map +1 -0
- package/dist/models/mappings-value.d.ts +23 -0
- package/dist/models/mappings-value.d.ts.map +1 -0
- package/dist/models/mark-as-read-request.d.ts +25 -0
- package/dist/models/mark-as-read-request.d.ts.map +1 -0
- package/dist/models/markdown-content.d.ts +31 -0
- package/dist/models/markdown-content.d.ts.map +1 -0
- package/dist/models/marketplace-listing.d.ts +157 -0
- package/dist/models/marketplace-listing.d.ts.map +1 -0
- package/dist/models/mean-shift-params.d.ts +61 -0
- package/dist/models/mean-shift-params.d.ts.map +1 -0
- package/dist/models/message-history-item.d.ts +73 -0
- package/dist/models/message-history-item.d.ts.map +1 -0
- package/dist/models/migration-config.d.ts +104 -0
- package/dist/models/migration-config.d.ts.map +1 -0
- package/dist/models/migration-progress.d.ts +65 -0
- package/dist/models/migration-progress.d.ts.map +1 -0
- package/dist/models/migration-stage.d.ts +27 -0
- package/dist/models/migration-stage.d.ts.map +1 -0
- package/dist/models/migration-status.d.ts +27 -0
- package/dist/models/migration-status.d.ts.map +1 -0
- package/dist/models/migration-type.d.ts +23 -0
- package/dist/models/migration-type.d.ts.map +1 -0
- package/dist/models/model-delete-response.d.ts +37 -0
- package/dist/models/model-delete-response.d.ts.map +1 -0
- package/dist/models/model-deploy-response.d.ts +55 -0
- package/dist/models/model-deploy-response.d.ts.map +1 -0
- package/dist/models/model-deployment-info.d.ts +49 -0
- package/dist/models/model-deployment-info.d.ts.map +1 -0
- package/dist/models/model-detail-response.d.ts +32 -0
- package/dist/models/model-detail-response.d.ts.map +1 -0
- package/dist/models/model-list-item.d.ts +79 -0
- package/dist/models/model-list-item.d.ts.map +1 -0
- package/dist/models/model-list-response.d.ts +44 -0
- package/dist/models/model-list-response.d.ts.map +1 -0
- package/dist/models/model-name.d.ts +19 -0
- package/dist/models/model-name.d.ts.map +1 -0
- package/dist/models/model-presigned-urlresponse.d.ts +74 -0
- package/dist/models/model-presigned-urlresponse.d.ts.map +1 -0
- package/dist/models/model-resource-requirements.d.ts +37 -0
- package/dist/models/model-resource-requirements.d.ts.map +1 -0
- package/dist/models/model-upload-response.d.ts +56 -0
- package/dist/models/model-upload-response.d.ts.map +1 -0
- package/dist/models/most-queried-fields-response.d.ts +44 -0
- package/dist/models/most-queried-fields-response.d.ts.map +1 -0
- package/dist/models/multi-vector-index.d.ts +40 -0
- package/dist/models/multi-vector-index.d.ts.map +1 -0
- package/dist/models/multimodal-extractor-params.d.ts +128 -0
- package/dist/models/multimodal-extractor-params.d.ts.map +1 -0
- package/dist/models/namespace-infrastructure.d.ts +128 -0
- package/dist/models/namespace-infrastructure.d.ts.map +1 -0
- package/dist/models/namespace-list-stats.d.ts +91 -0
- package/dist/models/namespace-list-stats.d.ts.map +1 -0
- package/dist/models/namespace-model.d.ts +121 -0
- package/dist/models/namespace-model.d.ts.map +1 -0
- package/dist/models/namespace-operation.d.ts +33 -0
- package/dist/models/namespace-operation.d.ts.map +1 -0
- package/dist/models/namespace-summary-response.d.ts +67 -0
- package/dist/models/namespace-summary-response.d.ts.map +1 -0
- package/dist/models/namespace-type.d.ts +22 -0
- package/dist/models/namespace-type.d.ts.map +1 -0
- package/dist/models/notification-channel-config.d.ts +39 -0
- package/dist/models/notification-channel-config.d.ts.map +1 -0
- package/dist/models/notification-channel.d.ts +23 -0
- package/dist/models/notification-channel.d.ts.map +1 -0
- package/dist/models/notification-content-type.d.ts +24 -0
- package/dist/models/notification-content-type.d.ts.map +1 -0
- package/dist/models/notification-priority.d.ts +24 -0
- package/dist/models/notification-priority.d.ts.map +1 -0
- package/dist/models/notification-type.d.ts +33 -0
- package/dist/models/notification-type.d.ts.map +1 -0
- package/dist/models/notification.d.ts +97 -0
- package/dist/models/notification.d.ts.map +1 -0
- package/dist/models/object-aggregation-request.d.ts +79 -0
- package/dist/models/object-aggregation-request.d.ts.map +1 -0
- package/dist/models/object-aggregation-response.d.ts +40 -0
- package/dist/models/object-aggregation-response.d.ts.map +1 -0
- package/dist/models/object-list-stats.d.ts +45 -0
- package/dist/models/object-list-stats.d.ts.map +1 -0
- package/dist/models/object-response.d.ts +83 -0
- package/dist/models/object-response.d.ts.map +1 -0
- package/dist/models/offset-pagination-params.d.ts +38 -0
- package/dist/models/offset-pagination-params.d.ts.map +1 -0
- package/dist/models/open-aimodel.d.ts +25 -0
- package/dist/models/open-aimodel.d.ts.map +1 -0
- package/dist/models/opticsparams.d.ts +99 -0
- package/dist/models/opticsparams.d.ts.map +1 -0
- package/dist/models/org-model-delete-response.d.ts +37 -0
- package/dist/models/org-model-delete-response.d.ts.map +1 -0
- package/dist/models/org-model-deployment-info.d.ts +37 -0
- package/dist/models/org-model-deployment-info.d.ts.map +1 -0
- package/dist/models/org-model-detail-response.d.ts +32 -0
- package/dist/models/org-model-detail-response.d.ts.map +1 -0
- package/dist/models/org-model-document.d.ts +152 -0
- package/dist/models/org-model-document.d.ts.map +1 -0
- package/dist/models/org-model-list-item.d.ts +92 -0
- package/dist/models/org-model-list-item.d.ts.map +1 -0
- package/dist/models/org-model-list-response.d.ts +44 -0
- package/dist/models/org-model-list-response.d.ts.map +1 -0
- package/dist/models/organization-admin-update-request.d.ts +40 -0
- package/dist/models/organization-admin-update-request.d.ts.map +1 -0
- package/dist/models/organization-infrastructure.d.ts +50 -0
- package/dist/models/organization-infrastructure.d.ts.map +1 -0
- package/dist/models/organization-model-response.d.ts +109 -0
- package/dist/models/organization-model-response.d.ts.map +1 -0
- package/dist/models/organization-model.d.ts +233 -0
- package/dist/models/organization-model.d.ts.map +1 -0
- package/dist/models/organization-publish-stats-response.d.ts +43 -0
- package/dist/models/organization-publish-stats-response.d.ts.map +1 -0
- package/dist/models/organization-update-request.d.ts +52 -0
- package/dist/models/organization-update-request.d.ts.map +1 -0
- package/dist/models/page-meta.d.ts +43 -0
- package/dist/models/page-meta.d.ts.map +1 -0
- package/dist/models/page-response.d.ts +135 -0
- package/dist/models/page-response.d.ts.map +1 -0
- package/dist/models/page-tab-input.d.ts +56 -0
- package/dist/models/page-tab-input.d.ts.map +1 -0
- package/dist/models/page-tab-output.d.ts +56 -0
- package/dist/models/page-tab-output.d.ts.map +1 -0
- package/dist/models/pagination-metadata.d.ts +43 -0
- package/dist/models/pagination-metadata.d.ts.map +1 -0
- package/dist/models/pagination-method.d.ts +24 -0
- package/dist/models/pagination-method.d.ts.map +1 -0
- package/dist/models/pagination-response.d.ts +61 -0
- package/dist/models/pagination-response.d.ts.map +1 -0
- package/dist/models/pagination.d.ts +70 -0
- package/dist/models/pagination.d.ts.map +1 -0
- package/dist/models/parameters.d.ts +728 -0
- package/dist/models/parameters.d.ts.map +1 -0
- package/dist/models/patch-alert-request.d.ts +58 -0
- package/dist/models/patch-alert-request.d.ts.map +1 -0
- package/dist/models/patch-batch-request.d.ts +27 -0
- package/dist/models/patch-batch-request.d.ts.map +1 -0
- package/dist/models/patch-cluster-request.d.ts +39 -0
- package/dist/models/patch-cluster-request.d.ts.map +1 -0
- package/dist/models/patch-namespace-request.d.ts +51 -0
- package/dist/models/patch-namespace-request.d.ts.map +1 -0
- package/dist/models/patch-object-request.d.ts +32 -0
- package/dist/models/patch-object-request.d.ts.map +1 -0
- package/dist/models/patch-retriever-request.d.ts +63 -0
- package/dist/models/patch-retriever-request.d.ts.map +1 -0
- package/dist/models/patch-retriever-response.d.ts +26 -0
- package/dist/models/patch-retriever-response.d.ts.map +1 -0
- package/dist/models/patch-session-request.d.ts +27 -0
- package/dist/models/patch-session-request.d.ts.map +1 -0
- package/dist/models/patch-session-response.d.ts +31 -0
- package/dist/models/patch-session-response.d.ts.map +1 -0
- package/dist/models/patch-taxonomy-request.d.ts +39 -0
- package/dist/models/patch-taxonomy-request.d.ts.map +1 -0
- package/dist/models/path-analysis-request.d.ts +69 -0
- package/dist/models/path-analysis-request.d.ts.map +1 -0
- package/dist/models/path-analysis-response.d.ts +56 -0
- package/dist/models/path-analysis-response.d.ts.map +1 -0
- package/dist/models/payload-index-config-input.d.ts +45 -0
- package/dist/models/payload-index-config-input.d.ts.map +1 -0
- package/dist/models/payload-index-config-output.d.ts +45 -0
- package/dist/models/payload-index-config-output.d.ts.map +1 -0
- package/dist/models/payload-schema-type.d.ts +28 -0
- package/dist/models/payload-schema-type.d.ts.map +1 -0
- package/dist/models/payload.d.ts +73 -0
- package/dist/models/payload.d.ts.map +1 -0
- package/dist/models/payment-method-info.d.ts +43 -0
- package/dist/models/payment-method-info.d.ts.map +1 -0
- package/dist/models/performance-insight.d.ts +55 -0
- package/dist/models/performance-insight.d.ts.map +1 -0
- package/dist/models/performance-metric.d.ts +61 -0
- package/dist/models/performance-metric.d.ts.map +1 -0
- package/dist/models/performance-summary.d.ts +61 -0
- package/dist/models/performance-summary.d.ts.map +1 -0
- package/dist/models/permission.d.ts +24 -0
- package/dist/models/permission.d.ts.map +1 -0
- package/dist/models/pipeline-comparison.d.ts +71 -0
- package/dist/models/pipeline-comparison.d.ts.map +1 -0
- package/dist/models/plugin-deployment-info.d.ts +43 -0
- package/dist/models/plugin-deployment-info.d.ts.map +1 -0
- package/dist/models/plugin-list-item.d.ts +73 -0
- package/dist/models/plugin-list-item.d.ts.map +1 -0
- package/dist/models/plugin-realtime-test-request.d.ts +35 -0
- package/dist/models/plugin-realtime-test-request.d.ts.map +1 -0
- package/dist/models/plugin-realtime-test-response.d.ts +61 -0
- package/dist/models/plugin-realtime-test-response.d.ts.map +1 -0
- package/dist/models/plugin-status-response.d.ts +103 -0
- package/dist/models/plugin-status-response.d.ts.map +1 -0
- package/dist/models/plugin-upload-response.d.ts +74 -0
- package/dist/models/plugin-upload-response.d.ts.map +1 -0
- package/dist/models/post-processing-phase.d.ts +24 -0
- package/dist/models/post-processing-phase.d.ts.map +1 -0
- package/dist/models/postgre-sqlconfig.d.ts +90 -0
- package/dist/models/postgre-sqlconfig.d.ts.map +1 -0
- package/dist/models/postgre-sqlcredentials.d.ts +41 -0
- package/dist/models/postgre-sqlcredentials.d.ts.map +1 -0
- package/dist/models/predictor-lift.d.ts +49 -0
- package/dist/models/predictor-lift.d.ts.map +1 -0
- package/dist/models/provider-config.d.ts +240 -0
- package/dist/models/provider-config.d.ts.map +1 -0
- package/dist/models/public-app-config-response.d.ts +105 -0
- package/dist/models/public-app-config-response.d.ts.map +1 -0
- package/dist/models/public-app-search-request.d.ts +42 -0
- package/dist/models/public-app-search-request.d.ts.map +1 -0
- package/dist/models/public-interaction-batch-request.d.ts +26 -0
- package/dist/models/public-interaction-batch-request.d.ts.map +1 -0
- package/dist/models/public-interaction-request.d.ts +78 -0
- package/dist/models/public-interaction-request.d.ts.map +1 -0
- package/dist/models/public-name-availability-response.d.ts +31 -0
- package/dist/models/public-name-availability-response.d.ts.map +1 -0
- package/dist/models/public-page-config-response.d.ts +105 -0
- package/dist/models/public-page-config-response.d.ts.map +1 -0
- package/dist/models/public-page-search-request.d.ts +42 -0
- package/dist/models/public-page-search-request.d.ts.map +1 -0
- package/dist/models/public-retriever-config-response.d.ts +51 -0
- package/dist/models/public-retriever-config-response.d.ts.map +1 -0
- package/dist/models/public-retriever-list-item.d.ts +92 -0
- package/dist/models/public-retriever-list-item.d.ts.map +1 -0
- package/dist/models/public-retriever-list-stats.d.ts +37 -0
- package/dist/models/public-retriever-list-stats.d.ts.map +1 -0
- package/dist/models/public-retriever-template-response.d.ts +95 -0
- package/dist/models/public-retriever-template-response.d.ts.map +1 -0
- package/dist/models/publish-retriever-request.d.ts +81 -0
- package/dist/models/publish-retriever-request.d.ts.map +1 -0
- package/dist/models/publish-retriever-response.d.ts +49 -0
- package/dist/models/publish-retriever-response.d.ts.map +1 -0
- package/dist/models/published-retriever-response.d.ts +112 -0
- package/dist/models/published-retriever-response.d.ts.map +1 -0
- package/dist/models/query.d.ts +33 -0
- package/dist/models/query.d.ts.map +1 -0
- package/dist/models/query1.d.ts +33 -0
- package/dist/models/query1.d.ts.map +1 -0
- package/dist/models/range-bucket-boundaries-inner.d.ts +19 -0
- package/dist/models/range-bucket-boundaries-inner.d.ts.map +1 -0
- package/dist/models/range-bucket.d.ts +38 -0
- package/dist/models/range-bucket.d.ts.map +1 -0
- package/dist/models/rate-limit-config.d.ts +68 -0
- package/dist/models/rate-limit-config.d.ts.map +1 -0
- package/dist/models/rate-limit-tier.d.ts +24 -0
- package/dist/models/rate-limit-tier.d.ts.map +1 -0
- package/dist/models/raw-inference-request.d.ts +71 -0
- package/dist/models/raw-inference-request.d.ts.map +1 -0
- package/dist/models/raw-inference-response.d.ts +57 -0
- package/dist/models/raw-inference-response.d.ts.map +1 -0
- package/dist/models/reconfigure-namespace-request.d.ts +25 -0
- package/dist/models/reconfigure-namespace-request.d.ts.map +1 -0
- package/dist/models/reconfigure-namespace-response.d.ts +61 -0
- package/dist/models/reconfigure-namespace-response.d.ts.map +1 -0
- package/dist/models/reminder-preferences-response.d.ts +26 -0
- package/dist/models/reminder-preferences-response.d.ts.map +1 -0
- package/dist/models/reminder-preferences.d.ts +55 -0
- package/dist/models/reminder-preferences.d.ts.map +1 -0
- package/dist/models/render-strategy.d.ts +23 -0
- package/dist/models/render-strategy.d.ts.map +1 -0
- package/dist/models/resource-filter.d.ts +57 -0
- package/dist/models/resource-filter.d.ts.map +1 -0
- package/dist/models/resource-progress.d.ts +51 -0
- package/dist/models/resource-progress.d.ts.map +1 -0
- package/dist/models/resource-result-status.d.ts +23 -0
- package/dist/models/resource-result-status.d.ts.map +1 -0
- package/dist/models/resource-result.d.ts +50 -0
- package/dist/models/resource-result.d.ts.map +1 -0
- package/dist/models/resource-scope-input.d.ts +39 -0
- package/dist/models/resource-scope-input.d.ts.map +1 -0
- package/dist/models/resource-scope-output.d.ts +39 -0
- package/dist/models/resource-scope-output.d.ts.map +1 -0
- package/dist/models/resource-type-input.d.ts +31 -0
- package/dist/models/resource-type-input.d.ts.map +1 -0
- package/dist/models/response-shape.d.ts +19 -0
- package/dist/models/response-shape.d.ts.map +1 -0
- package/dist/models/response-shape1.d.ts +19 -0
- package/dist/models/response-shape1.d.ts.map +1 -0
- package/dist/models/response-shape2.d.ts +19 -0
- package/dist/models/response-shape2.d.ts.map +1 -0
- package/dist/models/response-shape3.d.ts +19 -0
- package/dist/models/response-shape3.d.ts.map +1 -0
- package/dist/models/response-sync-collection-schema-v1-collections-collection-id-sync-schema-post.d.ts +91 -0
- package/dist/models/response-sync-collection-schema-v1-collections-collection-id-sync-schema-post.d.ts.map +1 -0
- package/dist/models/result-card-properties.d.ts +109 -0
- package/dist/models/result-card-properties.d.ts.map +1 -0
- package/dist/models/retriever-apikey-list-response.d.ts +32 -0
- package/dist/models/retriever-apikey-list-response.d.ts.map +1 -0
- package/dist/models/retriever-apikey-response.d.ts +155 -0
- package/dist/models/retriever-apikey-response.d.ts.map +1 -0
- package/dist/models/retriever-config.d.ts +117 -0
- package/dist/models/retriever-config.d.ts.map +1 -0
- package/dist/models/retriever-enrichment-config-input.d.ts +65 -0
- package/dist/models/retriever-enrichment-config-input.d.ts.map +1 -0
- package/dist/models/retriever-enrichment-config-output.d.ts +65 -0
- package/dist/models/retriever-enrichment-config-output.d.ts.map +1 -0
- package/dist/models/retriever-execution-request.d.ts +40 -0
- package/dist/models/retriever-execution-request.d.ts.map +1 -0
- package/dist/models/retriever-execution-statistics.d.ts +40 -0
- package/dist/models/retriever-execution-statistics.d.ts.map +1 -0
- package/dist/models/retriever-execution-summary.d.ts +85 -0
- package/dist/models/retriever-execution-summary.d.ts.map +1 -0
- package/dist/models/retriever-input-schema-field-input.d.ts +71 -0
- package/dist/models/retriever-input-schema-field-input.d.ts.map +1 -0
- package/dist/models/retriever-input-schema-field-output.d.ts +71 -0
- package/dist/models/retriever-input-schema-field-output.d.ts.map +1 -0
- package/dist/models/retriever-input-schema-field-type.d.ts +36 -0
- package/dist/models/retriever-input-schema-field-type.d.ts.map +1 -0
- package/dist/models/retriever-metadata.d.ts +43 -0
- package/dist/models/retriever-metadata.d.ts.map +1 -0
- package/dist/models/retriever-model-input.d.ts +175 -0
- package/dist/models/retriever-model-input.d.ts.map +1 -0
- package/dist/models/retriever-model-output.d.ts +129 -0
- package/dist/models/retriever-model-output.d.ts.map +1 -0
- package/dist/models/retriever-options.d.ts +43 -0
- package/dist/models/retriever-options.d.ts.map +1 -0
- package/dist/models/retriever-performance-response.d.ts +48 -0
- package/dist/models/retriever-performance-response.d.ts.map +1 -0
- package/dist/models/retriever-schema.d.ts +29 -0
- package/dist/models/retriever-schema.d.ts.map +1 -0
- package/dist/models/retriever-signal.d.ts +53 -0
- package/dist/models/retriever-signal.d.ts.map +1 -0
- package/dist/models/retriever-stage-definition.d.ts +52 -0
- package/dist/models/retriever-stage-definition.d.ts.map +1 -0
- package/dist/models/retriever-status.d.ts +24 -0
- package/dist/models/retriever-status.d.ts.map +1 -0
- package/dist/models/retriever-visibility.d.ts +23 -0
- package/dist/models/retriever-visibility.d.ts.map +1 -0
- package/dist/models/retry-batch-request.d.ts +42 -0
- package/dist/models/retry-batch-request.d.ts.map +1 -0
- package/dist/models/return-vector-names.d.ts +19 -0
- package/dist/models/return-vector-names.d.ts.map +1 -0
- package/dist/models/revision-history-entry.d.ts +43 -0
- package/dist/models/revision-history-entry.d.ts.map +1 -0
- package/dist/models/rssconfig.d.ts +48 -0
- package/dist/models/rssconfig.d.ts.map +1 -0
- package/dist/models/rssfield-source.d.ts +35 -0
- package/dist/models/rssfield-source.d.ts.map +1 -0
- package/dist/models/rsshttp-header-credentials.d.ts +37 -0
- package/dist/models/rsshttp-header-credentials.d.ts.map +1 -0
- package/dist/models/s3-access-key-credentials.d.ts +47 -0
- package/dist/models/s3-access-key-credentials.d.ts.map +1 -0
- package/dist/models/s3-config.d.ts +60 -0
- package/dist/models/s3-config.d.ts.map +1 -0
- package/dist/models/s3-metadata-source.d.ts +35 -0
- package/dist/models/s3-metadata-source.d.ts.map +1 -0
- package/dist/models/s3-role-credentials.d.ts +41 -0
- package/dist/models/s3-role-credentials.d.ts.map +1 -0
- package/dist/models/s3-tag-source.d.ts +35 -0
- package/dist/models/s3-tag-source.d.ts.map +1 -0
- package/dist/models/schema-mapping-input.d.ts +28 -0
- package/dist/models/schema-mapping-input.d.ts.map +1 -0
- package/dist/models/schema-mapping-output.d.ts +28 -0
- package/dist/models/schema-mapping-output.d.ts.map +1 -0
- package/dist/models/schema-sync-request.d.ts +37 -0
- package/dist/models/schema-sync-request.d.ts.map +1 -0
- package/dist/models/schema-sync-response.d.ts +73 -0
- package/dist/models/schema-sync-response.d.ts.map +1 -0
- package/dist/models/schema-sync-skipped-response.d.ts +55 -0
- package/dist/models/schema-sync-skipped-response.d.ts.map +1 -0
- package/dist/models/scroll-pagination-params.d.ts +44 -0
- package/dist/models/scroll-pagination-params.d.ts.map +1 -0
- package/dist/models/search-interaction.d.ts +90 -0
- package/dist/models/search-interaction.d.ts.map +1 -0
- package/dist/models/search-request.d.ts +53 -0
- package/dist/models/search-request.d.ts.map +1 -0
- package/dist/models/search-response.d.ts +44 -0
- package/dist/models/search-response.d.ts.map +1 -0
- package/dist/models/search-result-item.d.ts +65 -0
- package/dist/models/search-result-item.d.ts.map +1 -0
- package/dist/models/secret-response.d.ts +43 -0
- package/dist/models/secret-response.d.ts.map +1 -0
- package/dist/models/secrets-list-response.d.ts +31 -0
- package/dist/models/secrets-list-response.d.ts.map +1 -0
- package/dist/models/section-config.d.ts +45 -0
- package/dist/models/section-config.d.ts.map +1 -0
- package/dist/models/send-message-request.d.ts +39 -0
- package/dist/models/send-message-request.d.ts.map +1 -0
- package/dist/models/sentiment-classifier-params.d.ts +59 -0
- package/dist/models/sentiment-classifier-params.d.ts.map +1 -0
- package/dist/models/seoconfig.d.ts +122 -0
- package/dist/models/seoconfig.d.ts.map +1 -0
- package/dist/models/session-filter-input.d.ts +63 -0
- package/dist/models/session-filter-input.d.ts.map +1 -0
- package/dist/models/session-filter-output.d.ts +63 -0
- package/dist/models/session-filter-output.d.ts.map +1 -0
- package/dist/models/session-quotas.d.ts +49 -0
- package/dist/models/session-quotas.d.ts.map +1 -0
- package/dist/models/session-stats.d.ts +43 -0
- package/dist/models/session-stats.d.ts.map +1 -0
- package/dist/models/session-status.d.ts +24 -0
- package/dist/models/session-status.d.ts.map +1 -0
- package/dist/models/setup-payment-method-response.d.ts +37 -0
- package/dist/models/setup-payment-method-response.d.ts.map +1 -0
- package/dist/models/share-point-client-credentials.d.ts +47 -0
- package/dist/models/share-point-client-credentials.d.ts.map +1 -0
- package/dist/models/share-point-config.d.ts +54 -0
- package/dist/models/share-point-config.d.ts.map +1 -0
- package/dist/models/share-point-delegated-credentials.d.ts +53 -0
- package/dist/models/share-point-delegated-credentials.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-create-trigger-request.d.ts +60 -0
- package/dist/models/shared-clusters-triggers-models-create-trigger-request.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-request.d.ts +63 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-request.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-response.d.ts +44 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-response.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-history-response.d.ts +50 -0
- package/dist/models/shared-clusters-triggers-models-trigger-history-response.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-model.d.ts +150 -0
- package/dist/models/shared-clusters-triggers-models-trigger-model.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-status.d.ts +24 -0
- package/dist/models/shared-clusters-triggers-models-trigger-status.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-type.d.ts +24 -0
- package/dist/models/shared-clusters-triggers-models-trigger-type.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-update-trigger-request.d.ts +40 -0
- package/dist/models/shared-clusters-triggers-models-update-trigger-request.d.ts.map +1 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-input.d.ts +67 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-input.d.ts.map +1 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-output.d.ts +73 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-output.d.ts.map +1 -0
- package/dist/models/shared-namespaces-migrations-models-feature-extractor-config.d.ts +39 -0
- package/dist/models/shared-namespaces-migrations-models-feature-extractor-config.d.ts.map +1 -0
- package/dist/models/shared-namespaces-migrations-models-resource-type.d.ts +25 -0
- package/dist/models/shared-namespaces-migrations-models-resource-type.d.ts.map +1 -0
- package/dist/models/shared-organizations-enums-resource-type.d.ts +31 -0
- package/dist/models/shared-organizations-enums-resource-type.d.ts.map +1 -0
- package/dist/models/shared-retrievers-benchmarks-models-time-range.d.ts +31 -0
- package/dist/models/shared-retrievers-benchmarks-models-time-range.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-create-trigger-request.d.ts +62 -0
- package/dist/models/shared-triggers-models-create-trigger-request.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-list-triggers-request.d.ts +70 -0
- package/dist/models/shared-triggers-models-list-triggers-request.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-list-triggers-response.d.ts +44 -0
- package/dist/models/shared-triggers-models-list-triggers-response.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-history-response.d.ts +50 -0
- package/dist/models/shared-triggers-models-trigger-history-response.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-model.d.ts +174 -0
- package/dist/models/shared-triggers-models-trigger-model.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-status.d.ts +24 -0
- package/dist/models/shared-triggers-models-trigger-status.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-type.d.ts +24 -0
- package/dist/models/shared-triggers-models-trigger-type.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-update-trigger-request.d.ts +40 -0
- package/dist/models/shared-triggers-models-update-trigger-request.d.ts.map +1 -0
- package/dist/models/single-lineage-entry.d.ts +40 -0
- package/dist/models/single-lineage-entry.d.ts.map +1 -0
- package/dist/models/slack-config.d.ts +55 -0
- package/dist/models/slack-config.d.ts.map +1 -0
- package/dist/models/slow-operation.d.ts +51 -0
- package/dist/models/slow-operation.d.ts.map +1 -0
- package/dist/models/slow-operations-response.d.ts +39 -0
- package/dist/models/slow-operations-response.d.ts.map +1 -0
- package/dist/models/slow-queries-response.d.ts +50 -0
- package/dist/models/slow-queries-response.d.ts.map +1 -0
- package/dist/models/slow-query-details.d.ts +49 -0
- package/dist/models/slow-query-details.d.ts.map +1 -0
- package/dist/models/snowflake-config.d.ts +90 -0
- package/dist/models/snowflake-config.d.ts.map +1 -0
- package/dist/models/snowflake-key-pair-credentials.d.ts +47 -0
- package/dist/models/snowflake-key-pair-credentials.d.ts.map +1 -0
- package/dist/models/snowflake-username-password-credentials.d.ts +41 -0
- package/dist/models/snowflake-username-password-credentials.d.ts.map +1 -0
- package/dist/models/sort-direction.d.ts +22 -0
- package/dist/models/sort-direction.d.ts.map +1 -0
- package/dist/models/sort-option.d.ts +32 -0
- package/dist/models/sort-option.d.ts.map +1 -0
- package/dist/models/source-collection-input.d.ts +32 -0
- package/dist/models/source-collection-input.d.ts.map +1 -0
- package/dist/models/source-collection-output.d.ts +32 -0
- package/dist/models/source-collection-output.d.ts.map +1 -0
- package/dist/models/source-config-input.d.ts +63 -0
- package/dist/models/source-config-input.d.ts.map +1 -0
- package/dist/models/source-config-output.d.ts +63 -0
- package/dist/models/source-config-output.d.ts.map +1 -0
- package/dist/models/source-details.d.ts +32 -0
- package/dist/models/source-details.d.ts.map +1 -0
- package/dist/models/source-enrichment-config.d.ts +26 -0
- package/dist/models/source-enrichment-config.d.ts.map +1 -0
- package/dist/models/source-filters-input.d.ts +26 -0
- package/dist/models/source-filters-input.d.ts.map +1 -0
- package/dist/models/source-filters-output.d.ts +26 -0
- package/dist/models/source-filters-output.d.ts.map +1 -0
- package/dist/models/source-type.d.ts +24 -0
- package/dist/models/source-type.d.ts.map +1 -0
- package/dist/models/source.d.ts +45 -0
- package/dist/models/source.d.ts.map +1 -0
- package/dist/models/source1.d.ts +45 -0
- package/dist/models/source1.d.ts.map +1 -0
- package/dist/models/sparse-vector.d.ts +32 -0
- package/dist/models/sparse-vector.d.ts.map +1 -0
- package/dist/models/spectral-params.d.ts +111 -0
- package/dist/models/spectral-params.d.ts.map +1 -0
- package/dist/models/spending-caps-response.d.ts +85 -0
- package/dist/models/spending-caps-response.d.ts.map +1 -0
- package/dist/models/split-method.d.ts +23 -0
- package/dist/models/split-method.d.ts.map +1 -0
- package/dist/models/stage-breakdown-response.d.ts +38 -0
- package/dist/models/stage-breakdown-response.d.ts.map +1 -0
- package/dist/models/stage-category.d.ts +25 -0
- package/dist/models/stage-category.d.ts.map +1 -0
- package/dist/models/stage-config.d.ts +64 -0
- package/dist/models/stage-config.d.ts.map +1 -0
- package/dist/models/stage-defs-aggregation-function.d.ts +30 -0
- package/dist/models/stage-defs-aggregation-function.d.ts.map +1 -0
- package/dist/models/stage-defs-aggregation-operation.d.ts +38 -0
- package/dist/models/stage-defs-aggregation-operation.d.ts.map +1 -0
- package/dist/models/stage-defs-auth-config.d.ts +44 -0
- package/dist/models/stage-defs-auth-config.d.ts.map +1 -0
- package/dist/models/stage-defs-auth-type.d.ts +25 -0
- package/dist/models/stage-defs-auth-type.d.ts.map +1 -0
- package/dist/models/stage-defs-citation-config.d.ts +44 -0
- package/dist/models/stage-defs-citation-config.d.ts.map +1 -0
- package/dist/models/stage-defs-content-input.d.ts +31 -0
- package/dist/models/stage-defs-content-input.d.ts.map +1 -0
- package/dist/models/stage-defs-content-query-input.d.ts +43 -0
- package/dist/models/stage-defs-content-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-diversity-feature-config.d.ts +31 -0
- package/dist/models/stage-defs-diversity-feature-config.d.ts.map +1 -0
- package/dist/models/stage-defs-document-query-input.d.ts +36 -0
- package/dist/models/stage-defs-document-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-document-reference.d.ts +31 -0
- package/dist/models/stage-defs-document-reference.d.ts.map +1 -0
- package/dist/models/stage-defs-dynamic-value.d.ts +35 -0
- package/dist/models/stage-defs-dynamic-value.d.ts.map +1 -0
- package/dist/models/stage-defs-enrichment-field.d.ts +38 -0
- package/dist/models/stage-defs-enrichment-field.d.ts.map +1 -0
- package/dist/models/stage-defs-enrichment-merge-mode.d.ts +22 -0
- package/dist/models/stage-defs-enrichment-merge-mode.d.ts.map +1 -0
- package/dist/models/stage-defs-error-handling.d.ts +23 -0
- package/dist/models/stage-defs-error-handling.d.ts.map +1 -0
- package/dist/models/stage-defs-facet-field-config.d.ts +37 -0
- package/dist/models/stage-defs-facet-field-config.d.ts.map +1 -0
- package/dist/models/stage-defs-feature-search-config.d.ts +70 -0
- package/dist/models/stage-defs-feature-search-config.d.ts.map +1 -0
- package/dist/models/stage-defs-feature-search-group-by.d.ts +49 -0
- package/dist/models/stage-defs-feature-search-group-by.d.ts.map +1 -0
- package/dist/models/stage-defs-filter-condition.d.ts +39 -0
- package/dist/models/stage-defs-filter-condition.d.ts.map +1 -0
- package/dist/models/stage-defs-filter-operator.d.ts +35 -0
- package/dist/models/stage-defs-filter-operator.d.ts.map +1 -0
- package/dist/models/stage-defs-fusion-strategy.d.ts +25 -0
- package/dist/models/stage-defs-fusion-strategy.d.ts.map +1 -0
- package/dist/models/stage-defs-group-by-field-config.d.ts +31 -0
- package/dist/models/stage-defs-group-by-field-config.d.ts.map +1 -0
- package/dist/models/stage-defs-learned-fusion-config.d.ts +79 -0
- package/dist/models/stage-defs-learned-fusion-config.d.ts.map +1 -0
- package/dist/models/stage-defs-learning-algorithm.d.ts +23 -0
- package/dist/models/stage-defs-learning-algorithm.d.ts.map +1 -0
- package/dist/models/stage-defs-llmprovider.d.ts +23 -0
- package/dist/models/stage-defs-llmprovider.d.ts.map +1 -0
- package/dist/models/stage-defs-logical-operator.d.ts +45 -0
- package/dist/models/stage-defs-logical-operator.d.ts.map +1 -0
- package/dist/models/stage-defs-multi-content-query-input.d.ts +35 -0
- package/dist/models/stage-defs-multi-content-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-on-empty-behavior.d.ts +23 -0
- package/dist/models/stage-defs-on-empty-behavior.d.ts.map +1 -0
- package/dist/models/stage-defs-on-no-results.d.ts +23 -0
- package/dist/models/stage-defs-on-no-results.d.ts.map +1 -0
- package/dist/models/stage-defs-query-preprocessing.d.ts +51 -0
- package/dist/models/stage-defs-query-preprocessing.d.ts.map +1 -0
- package/dist/models/stage-defs-rate-limit-config.d.ts +31 -0
- package/dist/models/stage-defs-rate-limit-config.d.ts.map +1 -0
- package/dist/models/stage-defs-result-handling.d.ts +24 -0
- package/dist/models/stage-defs-result-handling.d.ts.map +1 -0
- package/dist/models/stage-defs-sort-direction.d.ts +22 -0
- package/dist/models/stage-defs-sort-direction.d.ts.map +1 -0
- package/dist/models/stage-defs-stage-cache-behavior.d.ts +23 -0
- package/dist/models/stage-defs-stage-cache-behavior.d.ts.map +1 -0
- package/dist/models/stage-defs-text-query-input.d.ts +41 -0
- package/dist/models/stage-defs-text-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-urlpatterns.d.ts +31 -0
- package/dist/models/stage-defs-urlpatterns.d.ts.map +1 -0
- package/dist/models/stage-defs-vector-query-input.d.ts +36 -0
- package/dist/models/stage-defs-vector-query-input.d.ts.map +1 -0
- package/dist/models/stage-discovery.d.ts +77 -0
- package/dist/models/stage-discovery.d.ts.map +1 -0
- package/dist/models/stage-instance-config.d.ts +59 -0
- package/dist/models/stage-instance-config.d.ts.map +1 -0
- package/dist/models/stage-params-aggregate.d.ts +62 -0
- package/dist/models/stage-params-aggregate.d.ts.map +1 -0
- package/dist/models/stage-params-api-call.d.ts +105 -0
- package/dist/models/stage-params-api-call.d.ts.map +1 -0
- package/dist/models/stage-params-attribute-filter.d.ts +57 -0
- package/dist/models/stage-params-attribute-filter.d.ts.map +1 -0
- package/dist/models/stage-params-cluster.d.ts +76 -0
- package/dist/models/stage-params-cluster.d.ts.map +1 -0
- package/dist/models/stage-params-code-execution.d.ts +76 -0
- package/dist/models/stage-params-code-execution.d.ts.map +1 -0
- package/dist/models/stage-params-document-enrich.d.ts +103 -0
- package/dist/models/stage-params-document-enrich.d.ts.map +1 -0
- package/dist/models/stage-params-external-web-search.d.ts +55 -0
- package/dist/models/stage-params-external-web-search.d.ts.map +1 -0
- package/dist/models/stage-params-feature-search.d.ts +92 -0
- package/dist/models/stage-params-feature-search.d.ts.map +1 -0
- package/dist/models/stage-params-group-by.d.ts +43 -0
- package/dist/models/stage-params-group-by.d.ts.map +1 -0
- package/dist/models/stage-params-json-transform.d.ts +32 -0
- package/dist/models/stage-params-json-transform.d.ts.map +1 -0
- package/dist/models/stage-params-llm-enrich.d.ts +96 -0
- package/dist/models/stage-params-llm-enrich.d.ts.map +1 -0
- package/dist/models/stage-params-llm-filter.d.ts +57 -0
- package/dist/models/stage-params-llm-filter.d.ts.map +1 -0
- package/dist/models/stage-params-mmr.d.ts +82 -0
- package/dist/models/stage-params-mmr.d.ts.map +1 -0
- package/dist/models/stage-params-query-expand.d.ts +74 -0
- package/dist/models/stage-params-query-expand.d.ts.map +1 -0
- package/dist/models/stage-params-rag-prepare.d.ts +97 -0
- package/dist/models/stage-params-rag-prepare.d.ts.map +1 -0
- package/dist/models/stage-params-rerank.d.ts +67 -0
- package/dist/models/stage-params-rerank.d.ts.map +1 -0
- package/dist/models/stage-params-sample.d.ts +61 -0
- package/dist/models/stage-params-sample.d.ts.map +1 -0
- package/dist/models/stage-params-sort-attribute.d.ts +38 -0
- package/dist/models/stage-params-sort-attribute.d.ts.map +1 -0
- package/dist/models/stage-params-sort-relevance.d.ts +50 -0
- package/dist/models/stage-params-sort-relevance.d.ts.map +1 -0
- package/dist/models/stage-params-sql-lookup.d.ts +79 -0
- package/dist/models/stage-params-sql-lookup.d.ts.map +1 -0
- package/dist/models/stage-params-summarize.d.ts +119 -0
- package/dist/models/stage-params-summarize.d.ts.map +1 -0
- package/dist/models/stage-params-taxonomy-enrich.d.ts +51 -0
- package/dist/models/stage-params-taxonomy-enrich.d.ts.map +1 -0
- package/dist/models/stage-params-web-scrape.d.ts +112 -0
- package/dist/models/stage-params-web-scrape.d.ts.map +1 -0
- package/dist/models/stage-performance-input.d.ts +43 -0
- package/dist/models/stage-performance-input.d.ts.map +1 -0
- package/dist/models/stage-performance-metrics.d.ts +61 -0
- package/dist/models/stage-performance-metrics.d.ts.map +1 -0
- package/dist/models/stage-performance-output.d.ts +67 -0
- package/dist/models/stage-performance-output.d.ts.map +1 -0
- package/dist/models/stage-progress.d.ts +75 -0
- package/dist/models/stage-progress.d.ts.map +1 -0
- package/dist/models/stage-statistics.d.ts +75 -0
- package/dist/models/stage-statistics.d.ts.map +1 -0
- package/dist/models/stage-type.d.ts +25 -0
- package/dist/models/stage-type.d.ts.map +1 -0
- package/dist/models/stage-types-content-input.d.ts +31 -0
- package/dist/models/stage-types-content-input.d.ts.map +1 -0
- package/dist/models/stage-types-document-reference.d.ts +31 -0
- package/dist/models/stage-types-document-reference.d.ts.map +1 -0
- package/dist/models/stage-types-feature-search-config.d.ts +70 -0
- package/dist/models/stage-types-feature-search-config.d.ts.map +1 -0
- package/dist/models/stage-types-fusion-strategy.d.ts +25 -0
- package/dist/models/stage-types-fusion-strategy.d.ts.map +1 -0
- package/dist/models/stage-types-on-empty-behavior.d.ts +23 -0
- package/dist/models/stage-types-on-empty-behavior.d.ts.map +1 -0
- package/dist/models/start-evaluation-request.d.ts +32 -0
- package/dist/models/start-evaluation-request.d.ts.map +1 -0
- package/dist/models/start-evaluation-response.d.ts +49 -0
- package/dist/models/start-evaluation-response.d.ts.map +1 -0
- package/dist/models/start-migration-request.d.ts +25 -0
- package/dist/models/start-migration-request.d.ts.map +1 -0
- package/dist/models/start-migration-response.d.ts +50 -0
- package/dist/models/start-migration-response.d.ts.map +1 -0
- package/dist/models/stat-item.d.ts +31 -0
- package/dist/models/stat-item.d.ts.map +1 -0
- package/dist/models/step-analytics-config-input.d.ts +57 -0
- package/dist/models/step-analytics-config-input.d.ts.map +1 -0
- package/dist/models/step-analytics-config-output.d.ts +57 -0
- package/dist/models/step-analytics-config-output.d.ts.map +1 -0
- package/dist/models/step-info.d.ts +49 -0
- package/dist/models/step-info.d.ts.map +1 -0
- package/dist/models/step-key-source.d.ts +23 -0
- package/dist/models/step-key-source.d.ts.map +1 -0
- package/dist/models/step-transition-request.d.ts +70 -0
- package/dist/models/step-transition-request.d.ts.map +1 -0
- package/dist/models/step-transition-response.d.ts +71 -0
- package/dist/models/step-transition-response.d.ts.map +1 -0
- package/dist/models/storage-connection-create-request.d.ts +60 -0
- package/dist/models/storage-connection-create-request.d.ts.map +1 -0
- package/dist/models/storage-connection-list-response.d.ts +39 -0
- package/dist/models/storage-connection-list-response.d.ts.map +1 -0
- package/dist/models/storage-connection-model.d.ts +114 -0
- package/dist/models/storage-connection-model.d.ts.map +1 -0
- package/dist/models/storage-connection-test-response.d.ts +39 -0
- package/dist/models/storage-connection-test-response.d.ts.map +1 -0
- package/dist/models/storage-connection-update-request.d.ts +60 -0
- package/dist/models/storage-connection-update-request.d.ts.map +1 -0
- package/dist/models/storage-metric.d.ts +49 -0
- package/dist/models/storage-metric.d.ts.map +1 -0
- package/dist/models/storage-provider.d.ts +31 -0
- package/dist/models/storage-provider.d.ts.map +1 -0
- package/dist/models/storage-statistics.d.ts +43 -0
- package/dist/models/storage-statistics.d.ts.map +1 -0
- package/dist/models/structured-data-config.d.ts +33 -0
- package/dist/models/structured-data-config.d.ts.map +1 -0
- package/dist/models/submit-batch-request.d.ts +31 -0
- package/dist/models/submit-batch-request.d.ts.map +1 -0
- package/dist/models/submit-feedback-request.d.ts +37 -0
- package/dist/models/submit-feedback-request.d.ts.map +1 -0
- package/dist/models/submit-feedback-response.d.ts +49 -0
- package/dist/models/submit-feedback-response.d.ts.map +1 -0
- package/dist/models/subscription-status.d.ts +25 -0
- package/dist/models/subscription-status.d.ts.map +1 -0
- package/dist/models/subscription-tier-config.d.ts +51 -0
- package/dist/models/subscription-tier-config.d.ts.map +1 -0
- package/dist/models/subscription-tier.d.ts +24 -0
- package/dist/models/subscription-tier.d.ts.map +1 -0
- package/dist/models/suitable-collection.d.ts +49 -0
- package/dist/models/suitable-collection.d.ts.map +1 -0
- package/dist/models/sync-comparison-response.d.ts +39 -0
- package/dist/models/sync-comparison-response.d.ts.map +1 -0
- package/dist/models/sync-config-metric.d.ts +61 -0
- package/dist/models/sync-config-metric.d.ts.map +1 -0
- package/dist/models/sync-configuration-model.d.ts +313 -0
- package/dist/models/sync-configuration-model.d.ts.map +1 -0
- package/dist/models/sync-create-request.d.ts +79 -0
- package/dist/models/sync-create-request.d.ts.map +1 -0
- package/dist/models/sync-health-metric.d.ts +49 -0
- package/dist/models/sync-health-metric.d.ts.map +1 -0
- package/dist/models/sync-list-response.d.ts +39 -0
- package/dist/models/sync-list-response.d.ts.map +1 -0
- package/dist/models/sync-mode.d.ts +22 -0
- package/dist/models/sync-mode.d.ts.map +1 -0
- package/dist/models/sync-performance-response.d.ts +53 -0
- package/dist/models/sync-performance-response.d.ts.map +1 -0
- package/dist/models/sync-run-metric.d.ts +79 -0
- package/dist/models/sync-run-metric.d.ts.map +1 -0
- package/dist/models/sync-update-request.d.ts +71 -0
- package/dist/models/sync-update-request.d.ts.map +1 -0
- package/dist/models/task-progress.d.ts +37 -0
- package/dist/models/task-progress.d.ts.map +1 -0
- package/dist/models/task-response-inputs-inner.d.ts +19 -0
- package/dist/models/task-response-inputs-inner.d.ts.map +1 -0
- package/dist/models/task-response.d.ts +66 -0
- package/dist/models/task-response.d.ts.map +1 -0
- package/dist/models/task-status-enum.d.ts +34 -0
- package/dist/models/task-status-enum.d.ts.map +1 -0
- package/dist/models/task-status-update-request.d.ts +57 -0
- package/dist/models/task-status-update-request.d.ts.map +1 -0
- package/dist/models/task-type.d.ts +50 -0
- package/dist/models/task-type.d.ts.map +1 -0
- package/dist/models/taxonomy-application-config-input.d.ts +65 -0
- package/dist/models/taxonomy-application-config-input.d.ts.map +1 -0
- package/dist/models/taxonomy-application-config-output.d.ts +65 -0
- package/dist/models/taxonomy-application-config-output.d.ts.map +1 -0
- package/dist/models/taxonomy-execution-mode.d.ts +21 -0
- package/dist/models/taxonomy-execution-mode.d.ts.map +1 -0
- package/dist/models/taxonomy-list-stats.d.ts +43 -0
- package/dist/models/taxonomy-list-stats.d.ts.map +1 -0
- package/dist/models/taxonomy-model-input.d.ts +83 -0
- package/dist/models/taxonomy-model-input.d.ts.map +1 -0
- package/dist/models/taxonomy-model-output.d.ts +83 -0
- package/dist/models/taxonomy-model-output.d.ts.map +1 -0
- package/dist/models/taxonomy-options.d.ts +43 -0
- package/dist/models/taxonomy-options.d.ts.map +1 -0
- package/dist/models/taxonomy-response.d.ts +83 -0
- package/dist/models/taxonomy-response.d.ts.map +1 -0
- package/dist/models/taxonomy-tree-response.d.ts +31 -0
- package/dist/models/taxonomy-tree-response.d.ts.map +1 -0
- package/dist/models/template-mode.d.ts +23 -0
- package/dist/models/template-mode.d.ts.map +1 -0
- package/dist/models/template-scope.d.ts +24 -0
- package/dist/models/template-scope.d.ts.map +1 -0
- package/dist/models/template-type.d.ts +27 -0
- package/dist/models/template-type.d.ts.map +1 -0
- package/dist/models/terminate-session-response.d.ts +38 -0
- package/dist/models/terminate-session-response.d.ts.map +1 -0
- package/dist/models/text-extractor-params.d.ts +102 -0
- package/dist/models/text-extractor-params.d.ts.map +1 -0
- package/dist/models/text-index-params.d.ts +50 -0
- package/dist/models/text-index-params.d.ts.map +1 -0
- package/dist/models/text-split-strategy.d.ts +27 -0
- package/dist/models/text-split-strategy.d.ts.map +1 -0
- package/dist/models/theme-config.d.ts +91 -0
- package/dist/models/theme-config.d.ts.map +1 -0
- package/dist/models/tier-diagnostic.d.ts +86 -0
- package/dist/models/tier-diagnostic.d.ts.map +1 -0
- package/dist/models/tier-limits.d.ts +43 -0
- package/dist/models/tier-limits.d.ts.map +1 -0
- package/dist/models/tier-task-info.d.ts +170 -0
- package/dist/models/tier-task-info.d.ts.map +1 -0
- package/dist/models/tiering-rule.d.ts +43 -0
- package/dist/models/tiering-rule.d.ts.map +1 -0
- package/dist/models/tigris-access-key-credentials.d.ts +41 -0
- package/dist/models/tigris-access-key-credentials.d.ts.map +1 -0
- package/dist/models/tigris-config.d.ts +48 -0
- package/dist/models/tigris-config.d.ts.map +1 -0
- package/dist/models/tik-tok-config.d.ts +42 -0
- package/dist/models/tik-tok-config.d.ts.map +1 -0
- package/dist/models/tik-tok-oauth-credentials.d.ts +65 -0
- package/dist/models/tik-tok-oauth-credentials.d.ts.map +1 -0
- package/dist/models/time-range-input.d.ts +31 -0
- package/dist/models/time-range-input.d.ts.map +1 -0
- package/dist/models/tokenizer-type.d.ts +24 -0
- package/dist/models/tokenizer-type.d.ts.map +1 -0
- package/dist/models/tool-info.d.ts +57 -0
- package/dist/models/tool-info.d.ts.map +1 -0
- package/dist/models/transition-lifecycle-request.d.ts +32 -0
- package/dist/models/transition-lifecycle-request.d.ts.map +1 -0
- package/dist/models/transition-path.d.ts +43 -0
- package/dist/models/transition-path.d.ts.map +1 -0
- package/dist/models/trigger-action-type.d.ts +24 -0
- package/dist/models/trigger-action-type.d.ts.map +1 -0
- package/dist/models/trigger-collection-request.d.ts +38 -0
- package/dist/models/trigger-collection-request.d.ts.map +1 -0
- package/dist/models/trigger-collection-response.d.ts +73 -0
- package/dist/models/trigger-collection-response.d.ts.map +1 -0
- package/dist/models/trigger-execution-config.d.ts +33 -0
- package/dist/models/trigger-execution-config.d.ts.map +1 -0
- package/dist/models/trigger-execution-history-item.d.ts +61 -0
- package/dist/models/trigger-execution-history-item.d.ts.map +1 -0
- package/dist/models/trigger-execution-history.d.ts +49 -0
- package/dist/models/trigger-execution-history.d.ts.map +1 -0
- package/dist/models/trigger-history-request.d.ts +37 -0
- package/dist/models/trigger-history-request.d.ts.map +1 -0
- package/dist/models/trigger-tier-request.d.ts +67 -0
- package/dist/models/trigger-tier-request.d.ts.map +1 -0
- package/dist/models/unified-extractor-list-response.d.ts +56 -0
- package/dist/models/unified-extractor-list-response.d.ts.map +1 -0
- package/dist/models/unified-extractor-response.d.ts +171 -0
- package/dist/models/unified-extractor-response.d.ts.map +1 -0
- package/dist/models/unique-key-config.d.ts +37 -0
- package/dist/models/unique-key-config.d.ts.map +1 -0
- package/dist/models/update-app-request.d.ts +125 -0
- package/dist/models/update-app-request.d.ts.map +1 -0
- package/dist/models/update-namespace-request.d.ts +32 -0
- package/dist/models/update-namespace-request.d.ts.map +1 -0
- package/dist/models/update-object-request.d.ts +46 -0
- package/dist/models/update-object-request.d.ts.map +1 -0
- package/dist/models/update-page-request.d.ts +111 -0
- package/dist/models/update-page-request.d.ts.map +1 -0
- package/dist/models/update-preferences-request.d.ts +27 -0
- package/dist/models/update-preferences-request.d.ts.map +1 -0
- package/dist/models/update-published-retriever-request.d.ts +57 -0
- package/dist/models/update-published-retriever-request.d.ts.map +1 -0
- package/dist/models/update-reminder-preferences-request.d.ts +55 -0
- package/dist/models/update-reminder-preferences-request.d.ts.map +1 -0
- package/dist/models/update-secret-request.d.ts +25 -0
- package/dist/models/update-secret-request.d.ts.map +1 -0
- package/dist/models/update-spending-caps-request.d.ts +49 -0
- package/dist/models/update-spending-caps-request.d.ts.map +1 -0
- package/dist/models/upload-list-stats.d.ts +51 -0
- package/dist/models/upload-list-stats.d.ts.map +1 -0
- package/dist/models/upload-performance-metric.d.ts +61 -0
- package/dist/models/upload-performance-metric.d.ts.map +1 -0
- package/dist/models/upload-performance-response.d.ts +47 -0
- package/dist/models/upload-performance-response.d.ts.map +1 -0
- package/dist/models/upload-response.d.ts +192 -0
- package/dist/models/upload-response.d.ts.map +1 -0
- package/dist/models/upload-url-request.d.ts +31 -0
- package/dist/models/upload-url-request.d.ts.map +1 -0
- package/dist/models/upload-url-response.d.ts +37 -0
- package/dist/models/upload-url-response.d.ts.map +1 -0
- package/dist/models/usage-breakdown-response.d.ts +65 -0
- package/dist/models/usage-breakdown-response.d.ts.map +1 -0
- package/dist/models/usage-metric.d.ts +55 -0
- package/dist/models/usage-metric.d.ts.map +1 -0
- package/dist/models/usage-statistics.d.ts +55 -0
- package/dist/models/usage-statistics.d.ts.map +1 -0
- package/dist/models/user-create-request.d.ts +59 -0
- package/dist/models/user-create-request.d.ts.map +1 -0
- package/dist/models/user-role.d.ts +23 -0
- package/dist/models/user-role.d.ts.map +1 -0
- package/dist/models/user-status.d.ts +23 -0
- package/dist/models/user-status.d.ts.map +1 -0
- package/dist/models/user-update-request.d.ts +53 -0
- package/dist/models/user-update-request.d.ts.map +1 -0
- package/dist/models/uuid-index-params.d.ts +31 -0
- package/dist/models/uuid-index-params.d.ts.map +1 -0
- package/dist/models/validate-migration-request.d.ts +26 -0
- package/dist/models/validate-migration-request.d.ts.map +1 -0
- package/dist/models/validate-migration-response.d.ts +39 -0
- package/dist/models/validate-migration-response.d.ts.map +1 -0
- package/dist/models/validate-result.d.ts +51 -0
- package/dist/models/validate-result.d.ts.map +1 -0
- package/dist/models/validation-error-loc-inner.d.ts +19 -0
- package/dist/models/validation-error-loc-inner.d.ts.map +1 -0
- package/dist/models/validation-error.d.ts +38 -0
- package/dist/models/validation-error.d.ts.map +1 -0
- package/dist/models/validation-result.d.ts +52 -0
- package/dist/models/validation-result.d.ts.map +1 -0
- package/dist/models/value.d.ts +19 -0
- package/dist/models/value.d.ts.map +1 -0
- package/dist/models/value1.d.ts +19 -0
- package/dist/models/value1.d.ts.map +1 -0
- package/dist/models/value2.d.ts +19 -0
- package/dist/models/value2.d.ts.map +1 -0
- package/dist/models/vector-based-config-input.d.ts +152 -0
- package/dist/models/vector-based-config-input.d.ts.map +1 -0
- package/dist/models/vector-based-config-output.d.ts +134 -0
- package/dist/models/vector-based-config-output.d.ts.map +1 -0
- package/dist/models/vector-data-type.d.ts +22 -0
- package/dist/models/vector-data-type.d.ts.map +1 -0
- package/dist/models/vector-index-definition.d.ts +55 -0
- package/dist/models/vector-index-definition.d.ts.map +1 -0
- package/dist/models/vector-index.d.ts +101 -0
- package/dist/models/vector-index.d.ts.map +1 -0
- package/dist/models/vector-purpose.d.ts +27 -0
- package/dist/models/vector-purpose.d.ts.map +1 -0
- package/dist/models/vector-type.d.ts +23 -0
- package/dist/models/vector-type.d.ts.map +1 -0
- package/dist/models/vectors.d.ts +32 -0
- package/dist/models/vectors.d.ts.map +1 -0
- package/dist/models/verify-password-request.d.ts +25 -0
- package/dist/models/verify-password-request.d.ts.map +1 -0
- package/dist/models/verify-password-response.d.ts +31 -0
- package/dist/models/verify-password-response.d.ts.map +1 -0
- package/dist/models/version-list-response.d.ts +31 -0
- package/dist/models/version-list-response.d.ts.map +1 -0
- package/dist/models/web-scraper-extractor-params.d.ts +234 -0
- package/dist/models/web-scraper-extractor-params.d.ts.map +1 -0
- package/dist/models/webhook-channel-input.d.ts +33 -0
- package/dist/models/webhook-channel-input.d.ts.map +1 -0
- package/dist/models/webhook-channel-output.d.ts +33 -0
- package/dist/models/webhook-channel-output.d.ts.map +1 -0
- package/dist/models/webhook-config.d.ts +47 -0
- package/dist/models/webhook-config.d.ts.map +1 -0
- package/dist/models/webhook-event-type.d.ts +51 -0
- package/dist/models/webhook-event-type.d.ts.map +1 -0
- package/dist/models/webhook-input.d.ts +69 -0
- package/dist/models/webhook-input.d.ts.map +1 -0
- package/dist/models/webhook-output.d.ts +63 -0
- package/dist/models/webhook-output.d.ts.map +1 -0
- package/dist/models/weight-learning-config.d.ts +60 -0
- package/dist/models/weight-learning-config.d.ts.map +1 -0
- package/dist/models/write-back-field-mapping.d.ts +43 -0
- package/dist/models/write-back-field-mapping.d.ts.map +1 -0
- package/package.json +78 -0
|
@@ -0,0 +1,978 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Mixpeek API
|
|
3
|
+
* This is the Mixpeek API, providing access to various endpoints for data processing and retrieval.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.81.1
|
|
6
|
+
* Contact: info@mixpeek.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { CloneRetrieverRequest } from '../models';
|
|
16
|
+
import type { CloneRetrieverResponse } from '../models';
|
|
17
|
+
import type { CreateRetrieverRequest } from '../models';
|
|
18
|
+
import type { CreateRetrieverResponse } from '../models';
|
|
19
|
+
import type { ExecuteRetrieverRequest } from '../models';
|
|
20
|
+
import type { ExecutionDetail } from '../models';
|
|
21
|
+
import type { ExplainRetrieverRequest } from '../models';
|
|
22
|
+
import type { ExplainRetrieverResponse } from '../models';
|
|
23
|
+
import type { ListExecutionsRequest } from '../models';
|
|
24
|
+
import type { ListExecutionsResponse } from '../models';
|
|
25
|
+
import type { ListRetrieversRequest } from '../models';
|
|
26
|
+
import type { ListRetrieversResponse } from '../models';
|
|
27
|
+
import type { PatchRetrieverRequest } from '../models';
|
|
28
|
+
import type { PatchRetrieverResponse } from '../models';
|
|
29
|
+
import type { RetrieverModelOutput } from '../models';
|
|
30
|
+
/**
|
|
31
|
+
* RetrieversApi - axios parameter creator
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const RetrieversApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
35
|
+
/**
|
|
36
|
+
* Clone a retriever with optional modifications. **Purpose:** Creates a NEW retriever (with new ID) based on an existing one. This is the recommended way to iterate on retriever designs when you need to modify core logic that PATCH doesn\'t allow (stages, input_schema, collections). **Clone vs PATCH vs Template:** - **PATCH**: Update metadata only (name, description, tags, display_config) - **Clone**: Copy and modify core logic (stages, input_schema, collections) - **Template**: Start from a pre-configured pattern (for new projects) **Common Use Cases:** - Fix a typo in a stage name - Add or remove stages - Change target collections - Create variants (e.g., \"strict\" vs \"relaxed\" versions) - Test modifications before replacing production retriever **How it works:** 1. Source retriever is copied 2. You provide a new name (REQUIRED) 3. Optionally override any other fields 4. A new retriever is created with a new ID 5. Original retriever remains unchanged **All fields except retriever_name are OPTIONAL:** - Omit a field to copy from source - Provide a field to override the source value
|
|
37
|
+
* @summary Clone Retriever
|
|
38
|
+
* @param {string} retrieverId Source retriever ID or name to clone.
|
|
39
|
+
* @param {CloneRetrieverRequest} cloneRetrieverRequest
|
|
40
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
41
|
+
* @param {string} [authorization2]
|
|
42
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
43
|
+
* @param {*} [options] Override http request option.
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
*/
|
|
46
|
+
cloneRetriever: (retrieverId: string, cloneRetrieverRequest: CloneRetrieverRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
|
+
/**
|
|
48
|
+
* Create a new retriever. A retriever executes a series of stages to find and process documents from one or more collections.
|
|
49
|
+
* @summary Create Retriever
|
|
50
|
+
* @param {CreateRetrieverRequest} createRetrieverRequest
|
|
51
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
52
|
+
* @param {string} [authorization2]
|
|
53
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
54
|
+
* @param {*} [options] Override http request option.
|
|
55
|
+
* @throws {RequiredError}
|
|
56
|
+
*/
|
|
57
|
+
createRetriever: (createRetrieverRequest: CreateRetrieverRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
58
|
+
/**
|
|
59
|
+
* Delete a retriever and all its resources comprehensively. Deletes: - Published retrievers - Execution history - Interactions (user feedback) - Evaluations - Cache entries - Retriever metadata The deletion is performed synchronously and returns when complete.
|
|
60
|
+
* @summary Delete Retriever
|
|
61
|
+
* @param {string} retrieverId Retriever ID or name.
|
|
62
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
63
|
+
* @param {string} [authorization2]
|
|
64
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
65
|
+
* @param {*} [options] Override http request option.
|
|
66
|
+
* @throws {RequiredError}
|
|
67
|
+
*/
|
|
68
|
+
deleteRetriever: (retrieverId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
69
|
+
/**
|
|
70
|
+
* Execute a retriever and return matching documents. The pipeline is automatically optimized before execution for best performance. **Automatic Optimization:** Your pipeline stages are automatically transformed for optimal performance: - Filters pushed down to reduce expensive operations - Redundant stages merged or eliminated - Grouping operations pushed to database layer (10-100x faster) - Operations reordered for efficiency **Streaming Support:** Set stream=true in the request body to receive real-time stage updates via SSE: - Response uses text/event-stream content type - Each stage emits stage_start and stage_complete events - Final event contains complete results and pagination - Useful for progress tracking and debugging **Response Includes (when stream=false):** - documents: Final matching documents - pagination: Pagination metadata - stage_statistics: Per-stage execution metrics - budget: Credit/time consumption - optimization_applied: Whether optimizations were applied - optimization_summary: Details about transformations (when applied) **Optimization Summary Example:** ```json { \"optimization_applied\": true, \"optimization_summary\": { \"original_stage_count\": 5, \"optimized_stage_count\": 3, \"optimization_time_ms\": 8.2, \"rules_applied\": [\"push_down_filters\", \"group_by_push_down\"], \"stage_reduction_pct\": 40.0 } } ``` Use the /explain endpoint to see the optimized execution plan before running.
|
|
71
|
+
* @summary Execute Retriever (Auto-Optimized)
|
|
72
|
+
* @param {string} retrieverId Retriever ID or name. Pipeline will be automatically optimized before execution.
|
|
73
|
+
* @param {ExecuteRetrieverRequest} executeRetrieverRequest
|
|
74
|
+
* @param {boolean} [returnPresignedUrls]
|
|
75
|
+
* @param {boolean} [returnVectors]
|
|
76
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
77
|
+
* @param {string} [authorization2]
|
|
78
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
79
|
+
* @param {*} [options] Override http request option.
|
|
80
|
+
* @throws {RequiredError}
|
|
81
|
+
*/
|
|
82
|
+
executeRetriever: (retrieverId: string, executeRetrieverRequest: ExecuteRetrieverRequest, returnPresignedUrls?: boolean, returnVectors?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
83
|
+
/**
|
|
84
|
+
* Get a detailed execution plan for a retriever without actually executing it. Similar to MongoDB\'s explain plan or SQL\'s EXPLAIN command, this endpoint helps you understand performance characteristics, identify bottlenecks, estimate costs, and troubleshoot retrieval issues before running expensive queries. **What This Returns:** - Stage-by-stage execution plan (AFTER automatic optimizations) - Estimated costs (credits + time per stage) - Document flow projections (input/output counts per stage) - Efficiency metrics (selectivity ratios, cache likelihood) - Bottleneck identification (slowest/most expensive stages) - Optimization details (transformations applied by the optimizer) - Performance warnings and improvement suggestions **Key Features:** - **Cost Estimation**: See how many credits and milliseconds each stage will consume - **Bottleneck Detection**: Identify which stages dominate execution time - **Optimization Transparency**: Understand how your pipeline was optimized - **Cache Analysis**: See which stages are likely to hit cache - **Accuracy Troubleshooting**: Analyze stage efficiency and document flow - **Latency Analysis**: Break down estimated duration by stage **Important:** The execution_plan shows OPTIMIZED stages (after automatic transformations like filter push-down, stage fusion, and grouping optimization). Check optimization_details to understand what changed from your original configuration. **Use Cases:** - Debug slow retrievers by identifying bottleneck stages - Estimate costs before running expensive queries - Understand how the optimizer transformed your pipeline - Troubleshoot accuracy issues by analyzing stage selectivity - Compare different retriever configurations - Plan budget allocation for production workloads **Example Response:** ```json { \"retriever_id\": \"ret_abc123\", \"retriever_name\": \"product_search\", \"execution_plan\": [ { \"stage_index\": 0, \"stage_name\": \"attribute_filter\", \"stage_type\": \"filter\", \"estimated_input\": 10000, \"estimated_output\": 5000, \"estimated_efficiency\": 0.5, \"estimated_cost_credits\": 0.01, \"estimated_duration_ms\": 20, \"cache_likely\": true, \"optimization_notes\": [\"Pushed down from stage 2\"], \"warnings\": [] }, { \"stage_index\": 1, \"stage_name\": \"semantic_search\", \"stage_type\": \"filter\", \"estimated_input\": 5000, \"estimated_output\": 100, \"estimated_efficiency\": 0.02, \"estimated_cost_credits\": 0.5, \"estimated_duration_ms\": 200, \"cache_likely\": false, \"optimization_notes\": [], \"warnings\": [\"High cost stage - consider reducing limit\"] } ], \"estimated_cost\": { \"total_credits\": 0.51, \"total_duration_ms\": 220 }, \"bottleneck_stages\": [\"semantic_search\"], \"optimization_applied\": true, \"optimization_details\": { \"original_stage_count\": 3, \"optimized_stage_count\": 2, \"optimization_time_ms\": 8.2, \"stage_reduction_pct\": 33.3, \"decisions\": [ { \"rule_type\": \"push_down_filters\", \"applied\": true, \"reason\": \"Moved attribute_filter before semantic_search to reduce search scope\" } ] }, \"optimization_suggestions\": [ { \"type\": \"reduce_limit\", \"stage\": \"semantic_search\", \"message\": \"Consider reducing limit to improve latency\" } ] } ```
|
|
85
|
+
* @summary Explain Retriever Execution Plan
|
|
86
|
+
* @param {string} retrieverId Retriever ID or name to explain. The execution plan will show the OPTIMIZED version after automatic transformations.
|
|
87
|
+
* @param {ExplainRetrieverRequest} explainRetrieverRequest
|
|
88
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
89
|
+
* @param {string} [authorization2]
|
|
90
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
91
|
+
* @param {*} [options] Override http request option.
|
|
92
|
+
* @throws {RequiredError}
|
|
93
|
+
*/
|
|
94
|
+
explainRetrieverExecutionIdExecute: (retrieverId: string, explainRetrieverRequest: ExplainRetrieverRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
95
|
+
/**
|
|
96
|
+
* Get execution details and statistics.
|
|
97
|
+
* @summary Get Execution
|
|
98
|
+
* @param {string} retrieverId Retriever ID or name.
|
|
99
|
+
* @param {string} executionId Execution identifier.
|
|
100
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
101
|
+
* @param {string} [authorization2]
|
|
102
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
103
|
+
* @param {*} [options] Override http request option.
|
|
104
|
+
* @throws {RequiredError}
|
|
105
|
+
*/
|
|
106
|
+
getExecutionRetrievers: (retrieverId: string, executionId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
107
|
+
/**
|
|
108
|
+
* Get a retriever by ID or name.
|
|
109
|
+
* @summary Get Retriever
|
|
110
|
+
* @param {string} retrieverId Retriever ID or name.
|
|
111
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
112
|
+
* @param {string} [authorization2]
|
|
113
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
114
|
+
* @param {*} [options] Override http request option.
|
|
115
|
+
* @throws {RequiredError}
|
|
116
|
+
*/
|
|
117
|
+
getRetriever: (retrieverId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
118
|
+
/**
|
|
119
|
+
* List execution history for a retriever.
|
|
120
|
+
* @summary List Executions
|
|
121
|
+
* @param {string} retrieverId Retriever ID or name.
|
|
122
|
+
* @param {number} [limit]
|
|
123
|
+
* @param {number} [offset]
|
|
124
|
+
* @param {string} [cursor]
|
|
125
|
+
* @param {boolean} [includeTotal]
|
|
126
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
127
|
+
* @param {string} [authorization2]
|
|
128
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
129
|
+
* @param {ListExecutionsRequest} [listExecutionsRequest]
|
|
130
|
+
* @param {*} [options] Override http request option.
|
|
131
|
+
* @throws {RequiredError}
|
|
132
|
+
*/
|
|
133
|
+
listExecutionsRetrievers: (retrieverId: string, limit?: number, offset?: number, cursor?: string, includeTotal?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, listExecutionsRequest?: ListExecutionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
134
|
+
/**
|
|
135
|
+
* List all retrievers in the namespace.
|
|
136
|
+
* @summary List Retrievers
|
|
137
|
+
* @param {number} [limit]
|
|
138
|
+
* @param {number} [offset]
|
|
139
|
+
* @param {string} [cursor]
|
|
140
|
+
* @param {boolean} [includeTotal]
|
|
141
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
142
|
+
* @param {string} [authorization2]
|
|
143
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
144
|
+
* @param {ListRetrieversRequest} [listRetrieversRequest]
|
|
145
|
+
* @param {*} [options] Override http request option.
|
|
146
|
+
* @throws {RequiredError}
|
|
147
|
+
*/
|
|
148
|
+
listRetrievers: (limit?: number, offset?: number, cursor?: string, includeTotal?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, listRetrieversRequest?: ListRetrieversRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
149
|
+
/**
|
|
150
|
+
* List all retrievers in the namespace (GET alias for POST /list).
|
|
151
|
+
* @summary List Retrievers Get
|
|
152
|
+
* @param {number} [limit]
|
|
153
|
+
* @param {number} [offset]
|
|
154
|
+
* @param {string} [cursor]
|
|
155
|
+
* @param {boolean} [includeTotal]
|
|
156
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
157
|
+
* @param {string} [authorization2]
|
|
158
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
159
|
+
* @param {*} [options] Override http request option.
|
|
160
|
+
* @throws {RequiredError}
|
|
161
|
+
*/
|
|
162
|
+
listRetrieversGet: (limit?: number, offset?: number, cursor?: string, includeTotal?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
163
|
+
/**
|
|
164
|
+
* Update a retriever\'s metadata. Only metadata fields can be updated: - name: Rename the retriever - description: Update the description - tags: Update tags for organization - display_config: Update display configuration Core logic (input_schema, stages, collection_ids) is immutable. To modify core logic, use POST /{retriever_id}/clone instead.
|
|
165
|
+
* @summary Patch Retriever
|
|
166
|
+
* @param {string} retrieverId Retriever ID or name.
|
|
167
|
+
* @param {PatchRetrieverRequest} patchRetrieverRequest
|
|
168
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
169
|
+
* @param {string} [authorization2]
|
|
170
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
171
|
+
* @param {*} [options] Override http request option.
|
|
172
|
+
* @throws {RequiredError}
|
|
173
|
+
*/
|
|
174
|
+
patchRetriever: (retrieverId: string, patchRetrieverRequest: PatchRetrieverRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* RetrieversApi - functional programming interface
|
|
178
|
+
* @export
|
|
179
|
+
*/
|
|
180
|
+
export declare const RetrieversApiFp: (configuration?: Configuration) => {
|
|
181
|
+
/**
|
|
182
|
+
* Clone a retriever with optional modifications. **Purpose:** Creates a NEW retriever (with new ID) based on an existing one. This is the recommended way to iterate on retriever designs when you need to modify core logic that PATCH doesn\'t allow (stages, input_schema, collections). **Clone vs PATCH vs Template:** - **PATCH**: Update metadata only (name, description, tags, display_config) - **Clone**: Copy and modify core logic (stages, input_schema, collections) - **Template**: Start from a pre-configured pattern (for new projects) **Common Use Cases:** - Fix a typo in a stage name - Add or remove stages - Change target collections - Create variants (e.g., \"strict\" vs \"relaxed\" versions) - Test modifications before replacing production retriever **How it works:** 1. Source retriever is copied 2. You provide a new name (REQUIRED) 3. Optionally override any other fields 4. A new retriever is created with a new ID 5. Original retriever remains unchanged **All fields except retriever_name are OPTIONAL:** - Omit a field to copy from source - Provide a field to override the source value
|
|
183
|
+
* @summary Clone Retriever
|
|
184
|
+
* @param {string} retrieverId Source retriever ID or name to clone.
|
|
185
|
+
* @param {CloneRetrieverRequest} cloneRetrieverRequest
|
|
186
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
187
|
+
* @param {string} [authorization2]
|
|
188
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
189
|
+
* @param {*} [options] Override http request option.
|
|
190
|
+
* @throws {RequiredError}
|
|
191
|
+
*/
|
|
192
|
+
cloneRetriever(retrieverId: string, cloneRetrieverRequest: CloneRetrieverRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CloneRetrieverResponse>>;
|
|
193
|
+
/**
|
|
194
|
+
* Create a new retriever. A retriever executes a series of stages to find and process documents from one or more collections.
|
|
195
|
+
* @summary Create Retriever
|
|
196
|
+
* @param {CreateRetrieverRequest} createRetrieverRequest
|
|
197
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
198
|
+
* @param {string} [authorization2]
|
|
199
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
200
|
+
* @param {*} [options] Override http request option.
|
|
201
|
+
* @throws {RequiredError}
|
|
202
|
+
*/
|
|
203
|
+
createRetriever(createRetrieverRequest: CreateRetrieverRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateRetrieverResponse>>;
|
|
204
|
+
/**
|
|
205
|
+
* Delete a retriever and all its resources comprehensively. Deletes: - Published retrievers - Execution history - Interactions (user feedback) - Evaluations - Cache entries - Retriever metadata The deletion is performed synchronously and returns when complete.
|
|
206
|
+
* @summary Delete Retriever
|
|
207
|
+
* @param {string} retrieverId Retriever ID or name.
|
|
208
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
209
|
+
* @param {string} [authorization2]
|
|
210
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
211
|
+
* @param {*} [options] Override http request option.
|
|
212
|
+
* @throws {RequiredError}
|
|
213
|
+
*/
|
|
214
|
+
deleteRetriever(retrieverId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
215
|
+
/**
|
|
216
|
+
* Execute a retriever and return matching documents. The pipeline is automatically optimized before execution for best performance. **Automatic Optimization:** Your pipeline stages are automatically transformed for optimal performance: - Filters pushed down to reduce expensive operations - Redundant stages merged or eliminated - Grouping operations pushed to database layer (10-100x faster) - Operations reordered for efficiency **Streaming Support:** Set stream=true in the request body to receive real-time stage updates via SSE: - Response uses text/event-stream content type - Each stage emits stage_start and stage_complete events - Final event contains complete results and pagination - Useful for progress tracking and debugging **Response Includes (when stream=false):** - documents: Final matching documents - pagination: Pagination metadata - stage_statistics: Per-stage execution metrics - budget: Credit/time consumption - optimization_applied: Whether optimizations were applied - optimization_summary: Details about transformations (when applied) **Optimization Summary Example:** ```json { \"optimization_applied\": true, \"optimization_summary\": { \"original_stage_count\": 5, \"optimized_stage_count\": 3, \"optimization_time_ms\": 8.2, \"rules_applied\": [\"push_down_filters\", \"group_by_push_down\"], \"stage_reduction_pct\": 40.0 } } ``` Use the /explain endpoint to see the optimized execution plan before running.
|
|
217
|
+
* @summary Execute Retriever (Auto-Optimized)
|
|
218
|
+
* @param {string} retrieverId Retriever ID or name. Pipeline will be automatically optimized before execution.
|
|
219
|
+
* @param {ExecuteRetrieverRequest} executeRetrieverRequest
|
|
220
|
+
* @param {boolean} [returnPresignedUrls]
|
|
221
|
+
* @param {boolean} [returnVectors]
|
|
222
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
223
|
+
* @param {string} [authorization2]
|
|
224
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
225
|
+
* @param {*} [options] Override http request option.
|
|
226
|
+
* @throws {RequiredError}
|
|
227
|
+
*/
|
|
228
|
+
executeRetriever(retrieverId: string, executeRetrieverRequest: ExecuteRetrieverRequest, returnPresignedUrls?: boolean, returnVectors?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
229
|
+
/**
|
|
230
|
+
* Get a detailed execution plan for a retriever without actually executing it. Similar to MongoDB\'s explain plan or SQL\'s EXPLAIN command, this endpoint helps you understand performance characteristics, identify bottlenecks, estimate costs, and troubleshoot retrieval issues before running expensive queries. **What This Returns:** - Stage-by-stage execution plan (AFTER automatic optimizations) - Estimated costs (credits + time per stage) - Document flow projections (input/output counts per stage) - Efficiency metrics (selectivity ratios, cache likelihood) - Bottleneck identification (slowest/most expensive stages) - Optimization details (transformations applied by the optimizer) - Performance warnings and improvement suggestions **Key Features:** - **Cost Estimation**: See how many credits and milliseconds each stage will consume - **Bottleneck Detection**: Identify which stages dominate execution time - **Optimization Transparency**: Understand how your pipeline was optimized - **Cache Analysis**: See which stages are likely to hit cache - **Accuracy Troubleshooting**: Analyze stage efficiency and document flow - **Latency Analysis**: Break down estimated duration by stage **Important:** The execution_plan shows OPTIMIZED stages (after automatic transformations like filter push-down, stage fusion, and grouping optimization). Check optimization_details to understand what changed from your original configuration. **Use Cases:** - Debug slow retrievers by identifying bottleneck stages - Estimate costs before running expensive queries - Understand how the optimizer transformed your pipeline - Troubleshoot accuracy issues by analyzing stage selectivity - Compare different retriever configurations - Plan budget allocation for production workloads **Example Response:** ```json { \"retriever_id\": \"ret_abc123\", \"retriever_name\": \"product_search\", \"execution_plan\": [ { \"stage_index\": 0, \"stage_name\": \"attribute_filter\", \"stage_type\": \"filter\", \"estimated_input\": 10000, \"estimated_output\": 5000, \"estimated_efficiency\": 0.5, \"estimated_cost_credits\": 0.01, \"estimated_duration_ms\": 20, \"cache_likely\": true, \"optimization_notes\": [\"Pushed down from stage 2\"], \"warnings\": [] }, { \"stage_index\": 1, \"stage_name\": \"semantic_search\", \"stage_type\": \"filter\", \"estimated_input\": 5000, \"estimated_output\": 100, \"estimated_efficiency\": 0.02, \"estimated_cost_credits\": 0.5, \"estimated_duration_ms\": 200, \"cache_likely\": false, \"optimization_notes\": [], \"warnings\": [\"High cost stage - consider reducing limit\"] } ], \"estimated_cost\": { \"total_credits\": 0.51, \"total_duration_ms\": 220 }, \"bottleneck_stages\": [\"semantic_search\"], \"optimization_applied\": true, \"optimization_details\": { \"original_stage_count\": 3, \"optimized_stage_count\": 2, \"optimization_time_ms\": 8.2, \"stage_reduction_pct\": 33.3, \"decisions\": [ { \"rule_type\": \"push_down_filters\", \"applied\": true, \"reason\": \"Moved attribute_filter before semantic_search to reduce search scope\" } ] }, \"optimization_suggestions\": [ { \"type\": \"reduce_limit\", \"stage\": \"semantic_search\", \"message\": \"Consider reducing limit to improve latency\" } ] } ```
|
|
231
|
+
* @summary Explain Retriever Execution Plan
|
|
232
|
+
* @param {string} retrieverId Retriever ID or name to explain. The execution plan will show the OPTIMIZED version after automatic transformations.
|
|
233
|
+
* @param {ExplainRetrieverRequest} explainRetrieverRequest
|
|
234
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
235
|
+
* @param {string} [authorization2]
|
|
236
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
237
|
+
* @param {*} [options] Override http request option.
|
|
238
|
+
* @throws {RequiredError}
|
|
239
|
+
*/
|
|
240
|
+
explainRetrieverExecutionIdExecute(retrieverId: string, explainRetrieverRequest: ExplainRetrieverRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExplainRetrieverResponse>>;
|
|
241
|
+
/**
|
|
242
|
+
* Get execution details and statistics.
|
|
243
|
+
* @summary Get Execution
|
|
244
|
+
* @param {string} retrieverId Retriever ID or name.
|
|
245
|
+
* @param {string} executionId Execution identifier.
|
|
246
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
247
|
+
* @param {string} [authorization2]
|
|
248
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
249
|
+
* @param {*} [options] Override http request option.
|
|
250
|
+
* @throws {RequiredError}
|
|
251
|
+
*/
|
|
252
|
+
getExecutionRetrievers(retrieverId: string, executionId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExecutionDetail>>;
|
|
253
|
+
/**
|
|
254
|
+
* Get a retriever by ID or name.
|
|
255
|
+
* @summary Get Retriever
|
|
256
|
+
* @param {string} retrieverId Retriever ID or name.
|
|
257
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
258
|
+
* @param {string} [authorization2]
|
|
259
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
260
|
+
* @param {*} [options] Override http request option.
|
|
261
|
+
* @throws {RequiredError}
|
|
262
|
+
*/
|
|
263
|
+
getRetriever(retrieverId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RetrieverModelOutput>>;
|
|
264
|
+
/**
|
|
265
|
+
* List execution history for a retriever.
|
|
266
|
+
* @summary List Executions
|
|
267
|
+
* @param {string} retrieverId Retriever ID or name.
|
|
268
|
+
* @param {number} [limit]
|
|
269
|
+
* @param {number} [offset]
|
|
270
|
+
* @param {string} [cursor]
|
|
271
|
+
* @param {boolean} [includeTotal]
|
|
272
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
273
|
+
* @param {string} [authorization2]
|
|
274
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
275
|
+
* @param {ListExecutionsRequest} [listExecutionsRequest]
|
|
276
|
+
* @param {*} [options] Override http request option.
|
|
277
|
+
* @throws {RequiredError}
|
|
278
|
+
*/
|
|
279
|
+
listExecutionsRetrievers(retrieverId: string, limit?: number, offset?: number, cursor?: string, includeTotal?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, listExecutionsRequest?: ListExecutionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListExecutionsResponse>>;
|
|
280
|
+
/**
|
|
281
|
+
* List all retrievers in the namespace.
|
|
282
|
+
* @summary List Retrievers
|
|
283
|
+
* @param {number} [limit]
|
|
284
|
+
* @param {number} [offset]
|
|
285
|
+
* @param {string} [cursor]
|
|
286
|
+
* @param {boolean} [includeTotal]
|
|
287
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
288
|
+
* @param {string} [authorization2]
|
|
289
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
290
|
+
* @param {ListRetrieversRequest} [listRetrieversRequest]
|
|
291
|
+
* @param {*} [options] Override http request option.
|
|
292
|
+
* @throws {RequiredError}
|
|
293
|
+
*/
|
|
294
|
+
listRetrievers(limit?: number, offset?: number, cursor?: string, includeTotal?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, listRetrieversRequest?: ListRetrieversRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListRetrieversResponse>>;
|
|
295
|
+
/**
|
|
296
|
+
* List all retrievers in the namespace (GET alias for POST /list).
|
|
297
|
+
* @summary List Retrievers Get
|
|
298
|
+
* @param {number} [limit]
|
|
299
|
+
* @param {number} [offset]
|
|
300
|
+
* @param {string} [cursor]
|
|
301
|
+
* @param {boolean} [includeTotal]
|
|
302
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
303
|
+
* @param {string} [authorization2]
|
|
304
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
305
|
+
* @param {*} [options] Override http request option.
|
|
306
|
+
* @throws {RequiredError}
|
|
307
|
+
*/
|
|
308
|
+
listRetrieversGet(limit?: number, offset?: number, cursor?: string, includeTotal?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListRetrieversResponse>>;
|
|
309
|
+
/**
|
|
310
|
+
* Update a retriever\'s metadata. Only metadata fields can be updated: - name: Rename the retriever - description: Update the description - tags: Update tags for organization - display_config: Update display configuration Core logic (input_schema, stages, collection_ids) is immutable. To modify core logic, use POST /{retriever_id}/clone instead.
|
|
311
|
+
* @summary Patch Retriever
|
|
312
|
+
* @param {string} retrieverId Retriever ID or name.
|
|
313
|
+
* @param {PatchRetrieverRequest} patchRetrieverRequest
|
|
314
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
315
|
+
* @param {string} [authorization2]
|
|
316
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
317
|
+
* @param {*} [options] Override http request option.
|
|
318
|
+
* @throws {RequiredError}
|
|
319
|
+
*/
|
|
320
|
+
patchRetriever(retrieverId: string, patchRetrieverRequest: PatchRetrieverRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchRetrieverResponse>>;
|
|
321
|
+
};
|
|
322
|
+
/**
|
|
323
|
+
* RetrieversApi - factory interface
|
|
324
|
+
* @export
|
|
325
|
+
*/
|
|
326
|
+
export declare const RetrieversApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
327
|
+
/**
|
|
328
|
+
* Clone a retriever with optional modifications. **Purpose:** Creates a NEW retriever (with new ID) based on an existing one. This is the recommended way to iterate on retriever designs when you need to modify core logic that PATCH doesn\'t allow (stages, input_schema, collections). **Clone vs PATCH vs Template:** - **PATCH**: Update metadata only (name, description, tags, display_config) - **Clone**: Copy and modify core logic (stages, input_schema, collections) - **Template**: Start from a pre-configured pattern (for new projects) **Common Use Cases:** - Fix a typo in a stage name - Add or remove stages - Change target collections - Create variants (e.g., \"strict\" vs \"relaxed\" versions) - Test modifications before replacing production retriever **How it works:** 1. Source retriever is copied 2. You provide a new name (REQUIRED) 3. Optionally override any other fields 4. A new retriever is created with a new ID 5. Original retriever remains unchanged **All fields except retriever_name are OPTIONAL:** - Omit a field to copy from source - Provide a field to override the source value
|
|
329
|
+
* @summary Clone Retriever
|
|
330
|
+
* @param {RetrieversApiCloneRetrieverRequest} requestParameters Request parameters.
|
|
331
|
+
* @param {*} [options] Override http request option.
|
|
332
|
+
* @throws {RequiredError}
|
|
333
|
+
*/
|
|
334
|
+
cloneRetriever(requestParameters: RetrieversApiCloneRetrieverRequest, options?: RawAxiosRequestConfig): AxiosPromise<CloneRetrieverResponse>;
|
|
335
|
+
/**
|
|
336
|
+
* Create a new retriever. A retriever executes a series of stages to find and process documents from one or more collections.
|
|
337
|
+
* @summary Create Retriever
|
|
338
|
+
* @param {RetrieversApiCreateRetrieverRequest} requestParameters Request parameters.
|
|
339
|
+
* @param {*} [options] Override http request option.
|
|
340
|
+
* @throws {RequiredError}
|
|
341
|
+
*/
|
|
342
|
+
createRetriever(requestParameters: RetrieversApiCreateRetrieverRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateRetrieverResponse>;
|
|
343
|
+
/**
|
|
344
|
+
* Delete a retriever and all its resources comprehensively. Deletes: - Published retrievers - Execution history - Interactions (user feedback) - Evaluations - Cache entries - Retriever metadata The deletion is performed synchronously and returns when complete.
|
|
345
|
+
* @summary Delete Retriever
|
|
346
|
+
* @param {RetrieversApiDeleteRetrieverRequest} requestParameters Request parameters.
|
|
347
|
+
* @param {*} [options] Override http request option.
|
|
348
|
+
* @throws {RequiredError}
|
|
349
|
+
*/
|
|
350
|
+
deleteRetriever(requestParameters: RetrieversApiDeleteRetrieverRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
351
|
+
/**
|
|
352
|
+
* Execute a retriever and return matching documents. The pipeline is automatically optimized before execution for best performance. **Automatic Optimization:** Your pipeline stages are automatically transformed for optimal performance: - Filters pushed down to reduce expensive operations - Redundant stages merged or eliminated - Grouping operations pushed to database layer (10-100x faster) - Operations reordered for efficiency **Streaming Support:** Set stream=true in the request body to receive real-time stage updates via SSE: - Response uses text/event-stream content type - Each stage emits stage_start and stage_complete events - Final event contains complete results and pagination - Useful for progress tracking and debugging **Response Includes (when stream=false):** - documents: Final matching documents - pagination: Pagination metadata - stage_statistics: Per-stage execution metrics - budget: Credit/time consumption - optimization_applied: Whether optimizations were applied - optimization_summary: Details about transformations (when applied) **Optimization Summary Example:** ```json { \"optimization_applied\": true, \"optimization_summary\": { \"original_stage_count\": 5, \"optimized_stage_count\": 3, \"optimization_time_ms\": 8.2, \"rules_applied\": [\"push_down_filters\", \"group_by_push_down\"], \"stage_reduction_pct\": 40.0 } } ``` Use the /explain endpoint to see the optimized execution plan before running.
|
|
353
|
+
* @summary Execute Retriever (Auto-Optimized)
|
|
354
|
+
* @param {RetrieversApiExecuteRetrieverRequest} requestParameters Request parameters.
|
|
355
|
+
* @param {*} [options] Override http request option.
|
|
356
|
+
* @throws {RequiredError}
|
|
357
|
+
*/
|
|
358
|
+
executeRetriever(requestParameters: RetrieversApiExecuteRetrieverRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
359
|
+
/**
|
|
360
|
+
* Get a detailed execution plan for a retriever without actually executing it. Similar to MongoDB\'s explain plan or SQL\'s EXPLAIN command, this endpoint helps you understand performance characteristics, identify bottlenecks, estimate costs, and troubleshoot retrieval issues before running expensive queries. **What This Returns:** - Stage-by-stage execution plan (AFTER automatic optimizations) - Estimated costs (credits + time per stage) - Document flow projections (input/output counts per stage) - Efficiency metrics (selectivity ratios, cache likelihood) - Bottleneck identification (slowest/most expensive stages) - Optimization details (transformations applied by the optimizer) - Performance warnings and improvement suggestions **Key Features:** - **Cost Estimation**: See how many credits and milliseconds each stage will consume - **Bottleneck Detection**: Identify which stages dominate execution time - **Optimization Transparency**: Understand how your pipeline was optimized - **Cache Analysis**: See which stages are likely to hit cache - **Accuracy Troubleshooting**: Analyze stage efficiency and document flow - **Latency Analysis**: Break down estimated duration by stage **Important:** The execution_plan shows OPTIMIZED stages (after automatic transformations like filter push-down, stage fusion, and grouping optimization). Check optimization_details to understand what changed from your original configuration. **Use Cases:** - Debug slow retrievers by identifying bottleneck stages - Estimate costs before running expensive queries - Understand how the optimizer transformed your pipeline - Troubleshoot accuracy issues by analyzing stage selectivity - Compare different retriever configurations - Plan budget allocation for production workloads **Example Response:** ```json { \"retriever_id\": \"ret_abc123\", \"retriever_name\": \"product_search\", \"execution_plan\": [ { \"stage_index\": 0, \"stage_name\": \"attribute_filter\", \"stage_type\": \"filter\", \"estimated_input\": 10000, \"estimated_output\": 5000, \"estimated_efficiency\": 0.5, \"estimated_cost_credits\": 0.01, \"estimated_duration_ms\": 20, \"cache_likely\": true, \"optimization_notes\": [\"Pushed down from stage 2\"], \"warnings\": [] }, { \"stage_index\": 1, \"stage_name\": \"semantic_search\", \"stage_type\": \"filter\", \"estimated_input\": 5000, \"estimated_output\": 100, \"estimated_efficiency\": 0.02, \"estimated_cost_credits\": 0.5, \"estimated_duration_ms\": 200, \"cache_likely\": false, \"optimization_notes\": [], \"warnings\": [\"High cost stage - consider reducing limit\"] } ], \"estimated_cost\": { \"total_credits\": 0.51, \"total_duration_ms\": 220 }, \"bottleneck_stages\": [\"semantic_search\"], \"optimization_applied\": true, \"optimization_details\": { \"original_stage_count\": 3, \"optimized_stage_count\": 2, \"optimization_time_ms\": 8.2, \"stage_reduction_pct\": 33.3, \"decisions\": [ { \"rule_type\": \"push_down_filters\", \"applied\": true, \"reason\": \"Moved attribute_filter before semantic_search to reduce search scope\" } ] }, \"optimization_suggestions\": [ { \"type\": \"reduce_limit\", \"stage\": \"semantic_search\", \"message\": \"Consider reducing limit to improve latency\" } ] } ```
|
|
361
|
+
* @summary Explain Retriever Execution Plan
|
|
362
|
+
* @param {RetrieversApiExplainRetrieverExecutionIdExecuteRequest} requestParameters Request parameters.
|
|
363
|
+
* @param {*} [options] Override http request option.
|
|
364
|
+
* @throws {RequiredError}
|
|
365
|
+
*/
|
|
366
|
+
explainRetrieverExecutionIdExecute(requestParameters: RetrieversApiExplainRetrieverExecutionIdExecuteRequest, options?: RawAxiosRequestConfig): AxiosPromise<ExplainRetrieverResponse>;
|
|
367
|
+
/**
|
|
368
|
+
* Get execution details and statistics.
|
|
369
|
+
* @summary Get Execution
|
|
370
|
+
* @param {RetrieversApiGetExecutionRetrieversRequest} requestParameters Request parameters.
|
|
371
|
+
* @param {*} [options] Override http request option.
|
|
372
|
+
* @throws {RequiredError}
|
|
373
|
+
*/
|
|
374
|
+
getExecutionRetrievers(requestParameters: RetrieversApiGetExecutionRetrieversRequest, options?: RawAxiosRequestConfig): AxiosPromise<ExecutionDetail>;
|
|
375
|
+
/**
|
|
376
|
+
* Get a retriever by ID or name.
|
|
377
|
+
* @summary Get Retriever
|
|
378
|
+
* @param {RetrieversApiGetRetrieverRequest} requestParameters Request parameters.
|
|
379
|
+
* @param {*} [options] Override http request option.
|
|
380
|
+
* @throws {RequiredError}
|
|
381
|
+
*/
|
|
382
|
+
getRetriever(requestParameters: RetrieversApiGetRetrieverRequest, options?: RawAxiosRequestConfig): AxiosPromise<RetrieverModelOutput>;
|
|
383
|
+
/**
|
|
384
|
+
* List execution history for a retriever.
|
|
385
|
+
* @summary List Executions
|
|
386
|
+
* @param {RetrieversApiListExecutionsRetrieversRequest} requestParameters Request parameters.
|
|
387
|
+
* @param {*} [options] Override http request option.
|
|
388
|
+
* @throws {RequiredError}
|
|
389
|
+
*/
|
|
390
|
+
listExecutionsRetrievers(requestParameters: RetrieversApiListExecutionsRetrieversRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListExecutionsResponse>;
|
|
391
|
+
/**
|
|
392
|
+
* List all retrievers in the namespace.
|
|
393
|
+
* @summary List Retrievers
|
|
394
|
+
* @param {RetrieversApiListRetrieversRequest} requestParameters Request parameters.
|
|
395
|
+
* @param {*} [options] Override http request option.
|
|
396
|
+
* @throws {RequiredError}
|
|
397
|
+
*/
|
|
398
|
+
listRetrievers(requestParameters?: RetrieversApiListRetrieversRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListRetrieversResponse>;
|
|
399
|
+
/**
|
|
400
|
+
* List all retrievers in the namespace (GET alias for POST /list).
|
|
401
|
+
* @summary List Retrievers Get
|
|
402
|
+
* @param {RetrieversApiListRetrieversGetRequest} requestParameters Request parameters.
|
|
403
|
+
* @param {*} [options] Override http request option.
|
|
404
|
+
* @throws {RequiredError}
|
|
405
|
+
*/
|
|
406
|
+
listRetrieversGet(requestParameters?: RetrieversApiListRetrieversGetRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListRetrieversResponse>;
|
|
407
|
+
/**
|
|
408
|
+
* Update a retriever\'s metadata. Only metadata fields can be updated: - name: Rename the retriever - description: Update the description - tags: Update tags for organization - display_config: Update display configuration Core logic (input_schema, stages, collection_ids) is immutable. To modify core logic, use POST /{retriever_id}/clone instead.
|
|
409
|
+
* @summary Patch Retriever
|
|
410
|
+
* @param {RetrieversApiPatchRetrieverRequest} requestParameters Request parameters.
|
|
411
|
+
* @param {*} [options] Override http request option.
|
|
412
|
+
* @throws {RequiredError}
|
|
413
|
+
*/
|
|
414
|
+
patchRetriever(requestParameters: RetrieversApiPatchRetrieverRequest, options?: RawAxiosRequestConfig): AxiosPromise<PatchRetrieverResponse>;
|
|
415
|
+
};
|
|
416
|
+
/**
|
|
417
|
+
* Request parameters for cloneRetriever operation in RetrieversApi.
|
|
418
|
+
* @export
|
|
419
|
+
* @interface RetrieversApiCloneRetrieverRequest
|
|
420
|
+
*/
|
|
421
|
+
export interface RetrieversApiCloneRetrieverRequest {
|
|
422
|
+
/**
|
|
423
|
+
* Source retriever ID or name to clone.
|
|
424
|
+
* @type {string}
|
|
425
|
+
* @memberof RetrieversApiCloneRetriever
|
|
426
|
+
*/
|
|
427
|
+
readonly retrieverId: string;
|
|
428
|
+
/**
|
|
429
|
+
*
|
|
430
|
+
* @type {CloneRetrieverRequest}
|
|
431
|
+
* @memberof RetrieversApiCloneRetriever
|
|
432
|
+
*/
|
|
433
|
+
readonly cloneRetrieverRequest: CloneRetrieverRequest;
|
|
434
|
+
/**
|
|
435
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
436
|
+
* @type {string}
|
|
437
|
+
* @memberof RetrieversApiCloneRetriever
|
|
438
|
+
*/
|
|
439
|
+
readonly authorization?: string;
|
|
440
|
+
/**
|
|
441
|
+
*
|
|
442
|
+
* @type {string}
|
|
443
|
+
* @memberof RetrieversApiCloneRetriever
|
|
444
|
+
*/
|
|
445
|
+
readonly authorization2?: string;
|
|
446
|
+
/**
|
|
447
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
448
|
+
* @type {string}
|
|
449
|
+
* @memberof RetrieversApiCloneRetriever
|
|
450
|
+
*/
|
|
451
|
+
readonly xNamespace?: string;
|
|
452
|
+
}
|
|
453
|
+
/**
|
|
454
|
+
* Request parameters for createRetriever operation in RetrieversApi.
|
|
455
|
+
* @export
|
|
456
|
+
* @interface RetrieversApiCreateRetrieverRequest
|
|
457
|
+
*/
|
|
458
|
+
export interface RetrieversApiCreateRetrieverRequest {
|
|
459
|
+
/**
|
|
460
|
+
*
|
|
461
|
+
* @type {CreateRetrieverRequest}
|
|
462
|
+
* @memberof RetrieversApiCreateRetriever
|
|
463
|
+
*/
|
|
464
|
+
readonly createRetrieverRequest: CreateRetrieverRequest;
|
|
465
|
+
/**
|
|
466
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
467
|
+
* @type {string}
|
|
468
|
+
* @memberof RetrieversApiCreateRetriever
|
|
469
|
+
*/
|
|
470
|
+
readonly authorization?: string;
|
|
471
|
+
/**
|
|
472
|
+
*
|
|
473
|
+
* @type {string}
|
|
474
|
+
* @memberof RetrieversApiCreateRetriever
|
|
475
|
+
*/
|
|
476
|
+
readonly authorization2?: string;
|
|
477
|
+
/**
|
|
478
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
479
|
+
* @type {string}
|
|
480
|
+
* @memberof RetrieversApiCreateRetriever
|
|
481
|
+
*/
|
|
482
|
+
readonly xNamespace?: string;
|
|
483
|
+
}
|
|
484
|
+
/**
|
|
485
|
+
* Request parameters for deleteRetriever operation in RetrieversApi.
|
|
486
|
+
* @export
|
|
487
|
+
* @interface RetrieversApiDeleteRetrieverRequest
|
|
488
|
+
*/
|
|
489
|
+
export interface RetrieversApiDeleteRetrieverRequest {
|
|
490
|
+
/**
|
|
491
|
+
* Retriever ID or name.
|
|
492
|
+
* @type {string}
|
|
493
|
+
* @memberof RetrieversApiDeleteRetriever
|
|
494
|
+
*/
|
|
495
|
+
readonly retrieverId: string;
|
|
496
|
+
/**
|
|
497
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
498
|
+
* @type {string}
|
|
499
|
+
* @memberof RetrieversApiDeleteRetriever
|
|
500
|
+
*/
|
|
501
|
+
readonly authorization?: string;
|
|
502
|
+
/**
|
|
503
|
+
*
|
|
504
|
+
* @type {string}
|
|
505
|
+
* @memberof RetrieversApiDeleteRetriever
|
|
506
|
+
*/
|
|
507
|
+
readonly authorization2?: string;
|
|
508
|
+
/**
|
|
509
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
510
|
+
* @type {string}
|
|
511
|
+
* @memberof RetrieversApiDeleteRetriever
|
|
512
|
+
*/
|
|
513
|
+
readonly xNamespace?: string;
|
|
514
|
+
}
|
|
515
|
+
/**
|
|
516
|
+
* Request parameters for executeRetriever operation in RetrieversApi.
|
|
517
|
+
* @export
|
|
518
|
+
* @interface RetrieversApiExecuteRetrieverRequest
|
|
519
|
+
*/
|
|
520
|
+
export interface RetrieversApiExecuteRetrieverRequest {
|
|
521
|
+
/**
|
|
522
|
+
* Retriever ID or name. Pipeline will be automatically optimized before execution.
|
|
523
|
+
* @type {string}
|
|
524
|
+
* @memberof RetrieversApiExecuteRetriever
|
|
525
|
+
*/
|
|
526
|
+
readonly retrieverId: string;
|
|
527
|
+
/**
|
|
528
|
+
*
|
|
529
|
+
* @type {ExecuteRetrieverRequest}
|
|
530
|
+
* @memberof RetrieversApiExecuteRetriever
|
|
531
|
+
*/
|
|
532
|
+
readonly executeRetrieverRequest: ExecuteRetrieverRequest;
|
|
533
|
+
/**
|
|
534
|
+
*
|
|
535
|
+
* @type {boolean}
|
|
536
|
+
* @memberof RetrieversApiExecuteRetriever
|
|
537
|
+
*/
|
|
538
|
+
readonly returnPresignedUrls?: boolean;
|
|
539
|
+
/**
|
|
540
|
+
*
|
|
541
|
+
* @type {boolean}
|
|
542
|
+
* @memberof RetrieversApiExecuteRetriever
|
|
543
|
+
*/
|
|
544
|
+
readonly returnVectors?: boolean;
|
|
545
|
+
/**
|
|
546
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
547
|
+
* @type {string}
|
|
548
|
+
* @memberof RetrieversApiExecuteRetriever
|
|
549
|
+
*/
|
|
550
|
+
readonly authorization?: string;
|
|
551
|
+
/**
|
|
552
|
+
*
|
|
553
|
+
* @type {string}
|
|
554
|
+
* @memberof RetrieversApiExecuteRetriever
|
|
555
|
+
*/
|
|
556
|
+
readonly authorization2?: string;
|
|
557
|
+
/**
|
|
558
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
559
|
+
* @type {string}
|
|
560
|
+
* @memberof RetrieversApiExecuteRetriever
|
|
561
|
+
*/
|
|
562
|
+
readonly xNamespace?: string;
|
|
563
|
+
}
|
|
564
|
+
/**
|
|
565
|
+
* Request parameters for explainRetrieverExecutionIdExecute operation in RetrieversApi.
|
|
566
|
+
* @export
|
|
567
|
+
* @interface RetrieversApiExplainRetrieverExecutionIdExecuteRequest
|
|
568
|
+
*/
|
|
569
|
+
export interface RetrieversApiExplainRetrieverExecutionIdExecuteRequest {
|
|
570
|
+
/**
|
|
571
|
+
* Retriever ID or name to explain. The execution plan will show the OPTIMIZED version after automatic transformations.
|
|
572
|
+
* @type {string}
|
|
573
|
+
* @memberof RetrieversApiExplainRetrieverExecutionIdExecute
|
|
574
|
+
*/
|
|
575
|
+
readonly retrieverId: string;
|
|
576
|
+
/**
|
|
577
|
+
*
|
|
578
|
+
* @type {ExplainRetrieverRequest}
|
|
579
|
+
* @memberof RetrieversApiExplainRetrieverExecutionIdExecute
|
|
580
|
+
*/
|
|
581
|
+
readonly explainRetrieverRequest: ExplainRetrieverRequest;
|
|
582
|
+
/**
|
|
583
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
584
|
+
* @type {string}
|
|
585
|
+
* @memberof RetrieversApiExplainRetrieverExecutionIdExecute
|
|
586
|
+
*/
|
|
587
|
+
readonly authorization?: string;
|
|
588
|
+
/**
|
|
589
|
+
*
|
|
590
|
+
* @type {string}
|
|
591
|
+
* @memberof RetrieversApiExplainRetrieverExecutionIdExecute
|
|
592
|
+
*/
|
|
593
|
+
readonly authorization2?: string;
|
|
594
|
+
/**
|
|
595
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
596
|
+
* @type {string}
|
|
597
|
+
* @memberof RetrieversApiExplainRetrieverExecutionIdExecute
|
|
598
|
+
*/
|
|
599
|
+
readonly xNamespace?: string;
|
|
600
|
+
}
|
|
601
|
+
/**
|
|
602
|
+
* Request parameters for getExecutionRetrievers operation in RetrieversApi.
|
|
603
|
+
* @export
|
|
604
|
+
* @interface RetrieversApiGetExecutionRetrieversRequest
|
|
605
|
+
*/
|
|
606
|
+
export interface RetrieversApiGetExecutionRetrieversRequest {
|
|
607
|
+
/**
|
|
608
|
+
* Retriever ID or name.
|
|
609
|
+
* @type {string}
|
|
610
|
+
* @memberof RetrieversApiGetExecutionRetrievers
|
|
611
|
+
*/
|
|
612
|
+
readonly retrieverId: string;
|
|
613
|
+
/**
|
|
614
|
+
* Execution identifier.
|
|
615
|
+
* @type {string}
|
|
616
|
+
* @memberof RetrieversApiGetExecutionRetrievers
|
|
617
|
+
*/
|
|
618
|
+
readonly executionId: string;
|
|
619
|
+
/**
|
|
620
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
621
|
+
* @type {string}
|
|
622
|
+
* @memberof RetrieversApiGetExecutionRetrievers
|
|
623
|
+
*/
|
|
624
|
+
readonly authorization?: string;
|
|
625
|
+
/**
|
|
626
|
+
*
|
|
627
|
+
* @type {string}
|
|
628
|
+
* @memberof RetrieversApiGetExecutionRetrievers
|
|
629
|
+
*/
|
|
630
|
+
readonly authorization2?: string;
|
|
631
|
+
/**
|
|
632
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
633
|
+
* @type {string}
|
|
634
|
+
* @memberof RetrieversApiGetExecutionRetrievers
|
|
635
|
+
*/
|
|
636
|
+
readonly xNamespace?: string;
|
|
637
|
+
}
|
|
638
|
+
/**
|
|
639
|
+
* Request parameters for getRetriever operation in RetrieversApi.
|
|
640
|
+
* @export
|
|
641
|
+
* @interface RetrieversApiGetRetrieverRequest
|
|
642
|
+
*/
|
|
643
|
+
export interface RetrieversApiGetRetrieverRequest {
|
|
644
|
+
/**
|
|
645
|
+
* Retriever ID or name.
|
|
646
|
+
* @type {string}
|
|
647
|
+
* @memberof RetrieversApiGetRetriever
|
|
648
|
+
*/
|
|
649
|
+
readonly retrieverId: string;
|
|
650
|
+
/**
|
|
651
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
652
|
+
* @type {string}
|
|
653
|
+
* @memberof RetrieversApiGetRetriever
|
|
654
|
+
*/
|
|
655
|
+
readonly authorization?: string;
|
|
656
|
+
/**
|
|
657
|
+
*
|
|
658
|
+
* @type {string}
|
|
659
|
+
* @memberof RetrieversApiGetRetriever
|
|
660
|
+
*/
|
|
661
|
+
readonly authorization2?: string;
|
|
662
|
+
/**
|
|
663
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
664
|
+
* @type {string}
|
|
665
|
+
* @memberof RetrieversApiGetRetriever
|
|
666
|
+
*/
|
|
667
|
+
readonly xNamespace?: string;
|
|
668
|
+
}
|
|
669
|
+
/**
|
|
670
|
+
* Request parameters for listExecutionsRetrievers operation in RetrieversApi.
|
|
671
|
+
* @export
|
|
672
|
+
* @interface RetrieversApiListExecutionsRetrieversRequest
|
|
673
|
+
*/
|
|
674
|
+
export interface RetrieversApiListExecutionsRetrieversRequest {
|
|
675
|
+
/**
|
|
676
|
+
* Retriever ID or name.
|
|
677
|
+
* @type {string}
|
|
678
|
+
* @memberof RetrieversApiListExecutionsRetrievers
|
|
679
|
+
*/
|
|
680
|
+
readonly retrieverId: string;
|
|
681
|
+
/**
|
|
682
|
+
*
|
|
683
|
+
* @type {number}
|
|
684
|
+
* @memberof RetrieversApiListExecutionsRetrievers
|
|
685
|
+
*/
|
|
686
|
+
readonly limit?: number;
|
|
687
|
+
/**
|
|
688
|
+
*
|
|
689
|
+
* @type {number}
|
|
690
|
+
* @memberof RetrieversApiListExecutionsRetrievers
|
|
691
|
+
*/
|
|
692
|
+
readonly offset?: number;
|
|
693
|
+
/**
|
|
694
|
+
*
|
|
695
|
+
* @type {string}
|
|
696
|
+
* @memberof RetrieversApiListExecutionsRetrievers
|
|
697
|
+
*/
|
|
698
|
+
readonly cursor?: string;
|
|
699
|
+
/**
|
|
700
|
+
*
|
|
701
|
+
* @type {boolean}
|
|
702
|
+
* @memberof RetrieversApiListExecutionsRetrievers
|
|
703
|
+
*/
|
|
704
|
+
readonly includeTotal?: boolean;
|
|
705
|
+
/**
|
|
706
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
707
|
+
* @type {string}
|
|
708
|
+
* @memberof RetrieversApiListExecutionsRetrievers
|
|
709
|
+
*/
|
|
710
|
+
readonly authorization?: string;
|
|
711
|
+
/**
|
|
712
|
+
*
|
|
713
|
+
* @type {string}
|
|
714
|
+
* @memberof RetrieversApiListExecutionsRetrievers
|
|
715
|
+
*/
|
|
716
|
+
readonly authorization2?: string;
|
|
717
|
+
/**
|
|
718
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
719
|
+
* @type {string}
|
|
720
|
+
* @memberof RetrieversApiListExecutionsRetrievers
|
|
721
|
+
*/
|
|
722
|
+
readonly xNamespace?: string;
|
|
723
|
+
/**
|
|
724
|
+
*
|
|
725
|
+
* @type {ListExecutionsRequest}
|
|
726
|
+
* @memberof RetrieversApiListExecutionsRetrievers
|
|
727
|
+
*/
|
|
728
|
+
readonly listExecutionsRequest?: ListExecutionsRequest;
|
|
729
|
+
}
|
|
730
|
+
/**
|
|
731
|
+
* Request parameters for listRetrievers operation in RetrieversApi.
|
|
732
|
+
* @export
|
|
733
|
+
* @interface RetrieversApiListRetrieversRequest
|
|
734
|
+
*/
|
|
735
|
+
export interface RetrieversApiListRetrieversRequest {
|
|
736
|
+
/**
|
|
737
|
+
*
|
|
738
|
+
* @type {number}
|
|
739
|
+
* @memberof RetrieversApiListRetrievers
|
|
740
|
+
*/
|
|
741
|
+
readonly limit?: number;
|
|
742
|
+
/**
|
|
743
|
+
*
|
|
744
|
+
* @type {number}
|
|
745
|
+
* @memberof RetrieversApiListRetrievers
|
|
746
|
+
*/
|
|
747
|
+
readonly offset?: number;
|
|
748
|
+
/**
|
|
749
|
+
*
|
|
750
|
+
* @type {string}
|
|
751
|
+
* @memberof RetrieversApiListRetrievers
|
|
752
|
+
*/
|
|
753
|
+
readonly cursor?: string;
|
|
754
|
+
/**
|
|
755
|
+
*
|
|
756
|
+
* @type {boolean}
|
|
757
|
+
* @memberof RetrieversApiListRetrievers
|
|
758
|
+
*/
|
|
759
|
+
readonly includeTotal?: boolean;
|
|
760
|
+
/**
|
|
761
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
762
|
+
* @type {string}
|
|
763
|
+
* @memberof RetrieversApiListRetrievers
|
|
764
|
+
*/
|
|
765
|
+
readonly authorization?: string;
|
|
766
|
+
/**
|
|
767
|
+
*
|
|
768
|
+
* @type {string}
|
|
769
|
+
* @memberof RetrieversApiListRetrievers
|
|
770
|
+
*/
|
|
771
|
+
readonly authorization2?: string;
|
|
772
|
+
/**
|
|
773
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
774
|
+
* @type {string}
|
|
775
|
+
* @memberof RetrieversApiListRetrievers
|
|
776
|
+
*/
|
|
777
|
+
readonly xNamespace?: string;
|
|
778
|
+
/**
|
|
779
|
+
*
|
|
780
|
+
* @type {ListRetrieversRequest}
|
|
781
|
+
* @memberof RetrieversApiListRetrievers
|
|
782
|
+
*/
|
|
783
|
+
readonly listRetrieversRequest?: ListRetrieversRequest;
|
|
784
|
+
}
|
|
785
|
+
/**
|
|
786
|
+
* Request parameters for listRetrieversGet operation in RetrieversApi.
|
|
787
|
+
* @export
|
|
788
|
+
* @interface RetrieversApiListRetrieversGetRequest
|
|
789
|
+
*/
|
|
790
|
+
export interface RetrieversApiListRetrieversGetRequest {
|
|
791
|
+
/**
|
|
792
|
+
*
|
|
793
|
+
* @type {number}
|
|
794
|
+
* @memberof RetrieversApiListRetrieversGet
|
|
795
|
+
*/
|
|
796
|
+
readonly limit?: number;
|
|
797
|
+
/**
|
|
798
|
+
*
|
|
799
|
+
* @type {number}
|
|
800
|
+
* @memberof RetrieversApiListRetrieversGet
|
|
801
|
+
*/
|
|
802
|
+
readonly offset?: number;
|
|
803
|
+
/**
|
|
804
|
+
*
|
|
805
|
+
* @type {string}
|
|
806
|
+
* @memberof RetrieversApiListRetrieversGet
|
|
807
|
+
*/
|
|
808
|
+
readonly cursor?: string;
|
|
809
|
+
/**
|
|
810
|
+
*
|
|
811
|
+
* @type {boolean}
|
|
812
|
+
* @memberof RetrieversApiListRetrieversGet
|
|
813
|
+
*/
|
|
814
|
+
readonly includeTotal?: boolean;
|
|
815
|
+
/**
|
|
816
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
817
|
+
* @type {string}
|
|
818
|
+
* @memberof RetrieversApiListRetrieversGet
|
|
819
|
+
*/
|
|
820
|
+
readonly authorization?: string;
|
|
821
|
+
/**
|
|
822
|
+
*
|
|
823
|
+
* @type {string}
|
|
824
|
+
* @memberof RetrieversApiListRetrieversGet
|
|
825
|
+
*/
|
|
826
|
+
readonly authorization2?: string;
|
|
827
|
+
/**
|
|
828
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
829
|
+
* @type {string}
|
|
830
|
+
* @memberof RetrieversApiListRetrieversGet
|
|
831
|
+
*/
|
|
832
|
+
readonly xNamespace?: string;
|
|
833
|
+
}
|
|
834
|
+
/**
|
|
835
|
+
* Request parameters for patchRetriever operation in RetrieversApi.
|
|
836
|
+
* @export
|
|
837
|
+
* @interface RetrieversApiPatchRetrieverRequest
|
|
838
|
+
*/
|
|
839
|
+
export interface RetrieversApiPatchRetrieverRequest {
|
|
840
|
+
/**
|
|
841
|
+
* Retriever ID or name.
|
|
842
|
+
* @type {string}
|
|
843
|
+
* @memberof RetrieversApiPatchRetriever
|
|
844
|
+
*/
|
|
845
|
+
readonly retrieverId: string;
|
|
846
|
+
/**
|
|
847
|
+
*
|
|
848
|
+
* @type {PatchRetrieverRequest}
|
|
849
|
+
* @memberof RetrieversApiPatchRetriever
|
|
850
|
+
*/
|
|
851
|
+
readonly patchRetrieverRequest: PatchRetrieverRequest;
|
|
852
|
+
/**
|
|
853
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
854
|
+
* @type {string}
|
|
855
|
+
* @memberof RetrieversApiPatchRetriever
|
|
856
|
+
*/
|
|
857
|
+
readonly authorization?: string;
|
|
858
|
+
/**
|
|
859
|
+
*
|
|
860
|
+
* @type {string}
|
|
861
|
+
* @memberof RetrieversApiPatchRetriever
|
|
862
|
+
*/
|
|
863
|
+
readonly authorization2?: string;
|
|
864
|
+
/**
|
|
865
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
866
|
+
* @type {string}
|
|
867
|
+
* @memberof RetrieversApiPatchRetriever
|
|
868
|
+
*/
|
|
869
|
+
readonly xNamespace?: string;
|
|
870
|
+
}
|
|
871
|
+
/**
|
|
872
|
+
* RetrieversApi - object-oriented interface
|
|
873
|
+
* @export
|
|
874
|
+
* @class RetrieversApi
|
|
875
|
+
* @extends {BaseAPI}
|
|
876
|
+
*/
|
|
877
|
+
export declare class RetrieversApi extends BaseAPI {
|
|
878
|
+
/**
|
|
879
|
+
* Clone a retriever with optional modifications. **Purpose:** Creates a NEW retriever (with new ID) based on an existing one. This is the recommended way to iterate on retriever designs when you need to modify core logic that PATCH doesn\'t allow (stages, input_schema, collections). **Clone vs PATCH vs Template:** - **PATCH**: Update metadata only (name, description, tags, display_config) - **Clone**: Copy and modify core logic (stages, input_schema, collections) - **Template**: Start from a pre-configured pattern (for new projects) **Common Use Cases:** - Fix a typo in a stage name - Add or remove stages - Change target collections - Create variants (e.g., \"strict\" vs \"relaxed\" versions) - Test modifications before replacing production retriever **How it works:** 1. Source retriever is copied 2. You provide a new name (REQUIRED) 3. Optionally override any other fields 4. A new retriever is created with a new ID 5. Original retriever remains unchanged **All fields except retriever_name are OPTIONAL:** - Omit a field to copy from source - Provide a field to override the source value
|
|
880
|
+
* @summary Clone Retriever
|
|
881
|
+
* @param {RetrieversApiCloneRetrieverRequest} requestParameters Request parameters.
|
|
882
|
+
* @param {*} [options] Override http request option.
|
|
883
|
+
* @throws {RequiredError}
|
|
884
|
+
* @memberof RetrieversApi
|
|
885
|
+
*/
|
|
886
|
+
cloneRetriever(requestParameters: RetrieversApiCloneRetrieverRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CloneRetrieverResponse, any, {}>>;
|
|
887
|
+
/**
|
|
888
|
+
* Create a new retriever. A retriever executes a series of stages to find and process documents from one or more collections.
|
|
889
|
+
* @summary Create Retriever
|
|
890
|
+
* @param {RetrieversApiCreateRetrieverRequest} requestParameters Request parameters.
|
|
891
|
+
* @param {*} [options] Override http request option.
|
|
892
|
+
* @throws {RequiredError}
|
|
893
|
+
* @memberof RetrieversApi
|
|
894
|
+
*/
|
|
895
|
+
createRetriever(requestParameters: RetrieversApiCreateRetrieverRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateRetrieverResponse, any, {}>>;
|
|
896
|
+
/**
|
|
897
|
+
* Delete a retriever and all its resources comprehensively. Deletes: - Published retrievers - Execution history - Interactions (user feedback) - Evaluations - Cache entries - Retriever metadata The deletion is performed synchronously and returns when complete.
|
|
898
|
+
* @summary Delete Retriever
|
|
899
|
+
* @param {RetrieversApiDeleteRetrieverRequest} requestParameters Request parameters.
|
|
900
|
+
* @param {*} [options] Override http request option.
|
|
901
|
+
* @throws {RequiredError}
|
|
902
|
+
* @memberof RetrieversApi
|
|
903
|
+
*/
|
|
904
|
+
deleteRetriever(requestParameters: RetrieversApiDeleteRetrieverRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
905
|
+
/**
|
|
906
|
+
* Execute a retriever and return matching documents. The pipeline is automatically optimized before execution for best performance. **Automatic Optimization:** Your pipeline stages are automatically transformed for optimal performance: - Filters pushed down to reduce expensive operations - Redundant stages merged or eliminated - Grouping operations pushed to database layer (10-100x faster) - Operations reordered for efficiency **Streaming Support:** Set stream=true in the request body to receive real-time stage updates via SSE: - Response uses text/event-stream content type - Each stage emits stage_start and stage_complete events - Final event contains complete results and pagination - Useful for progress tracking and debugging **Response Includes (when stream=false):** - documents: Final matching documents - pagination: Pagination metadata - stage_statistics: Per-stage execution metrics - budget: Credit/time consumption - optimization_applied: Whether optimizations were applied - optimization_summary: Details about transformations (when applied) **Optimization Summary Example:** ```json { \"optimization_applied\": true, \"optimization_summary\": { \"original_stage_count\": 5, \"optimized_stage_count\": 3, \"optimization_time_ms\": 8.2, \"rules_applied\": [\"push_down_filters\", \"group_by_push_down\"], \"stage_reduction_pct\": 40.0 } } ``` Use the /explain endpoint to see the optimized execution plan before running.
|
|
907
|
+
* @summary Execute Retriever (Auto-Optimized)
|
|
908
|
+
* @param {RetrieversApiExecuteRetrieverRequest} requestParameters Request parameters.
|
|
909
|
+
* @param {*} [options] Override http request option.
|
|
910
|
+
* @throws {RequiredError}
|
|
911
|
+
* @memberof RetrieversApi
|
|
912
|
+
*/
|
|
913
|
+
executeRetriever(requestParameters: RetrieversApiExecuteRetrieverRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
914
|
+
/**
|
|
915
|
+
* Get a detailed execution plan for a retriever without actually executing it. Similar to MongoDB\'s explain plan or SQL\'s EXPLAIN command, this endpoint helps you understand performance characteristics, identify bottlenecks, estimate costs, and troubleshoot retrieval issues before running expensive queries. **What This Returns:** - Stage-by-stage execution plan (AFTER automatic optimizations) - Estimated costs (credits + time per stage) - Document flow projections (input/output counts per stage) - Efficiency metrics (selectivity ratios, cache likelihood) - Bottleneck identification (slowest/most expensive stages) - Optimization details (transformations applied by the optimizer) - Performance warnings and improvement suggestions **Key Features:** - **Cost Estimation**: See how many credits and milliseconds each stage will consume - **Bottleneck Detection**: Identify which stages dominate execution time - **Optimization Transparency**: Understand how your pipeline was optimized - **Cache Analysis**: See which stages are likely to hit cache - **Accuracy Troubleshooting**: Analyze stage efficiency and document flow - **Latency Analysis**: Break down estimated duration by stage **Important:** The execution_plan shows OPTIMIZED stages (after automatic transformations like filter push-down, stage fusion, and grouping optimization). Check optimization_details to understand what changed from your original configuration. **Use Cases:** - Debug slow retrievers by identifying bottleneck stages - Estimate costs before running expensive queries - Understand how the optimizer transformed your pipeline - Troubleshoot accuracy issues by analyzing stage selectivity - Compare different retriever configurations - Plan budget allocation for production workloads **Example Response:** ```json { \"retriever_id\": \"ret_abc123\", \"retriever_name\": \"product_search\", \"execution_plan\": [ { \"stage_index\": 0, \"stage_name\": \"attribute_filter\", \"stage_type\": \"filter\", \"estimated_input\": 10000, \"estimated_output\": 5000, \"estimated_efficiency\": 0.5, \"estimated_cost_credits\": 0.01, \"estimated_duration_ms\": 20, \"cache_likely\": true, \"optimization_notes\": [\"Pushed down from stage 2\"], \"warnings\": [] }, { \"stage_index\": 1, \"stage_name\": \"semantic_search\", \"stage_type\": \"filter\", \"estimated_input\": 5000, \"estimated_output\": 100, \"estimated_efficiency\": 0.02, \"estimated_cost_credits\": 0.5, \"estimated_duration_ms\": 200, \"cache_likely\": false, \"optimization_notes\": [], \"warnings\": [\"High cost stage - consider reducing limit\"] } ], \"estimated_cost\": { \"total_credits\": 0.51, \"total_duration_ms\": 220 }, \"bottleneck_stages\": [\"semantic_search\"], \"optimization_applied\": true, \"optimization_details\": { \"original_stage_count\": 3, \"optimized_stage_count\": 2, \"optimization_time_ms\": 8.2, \"stage_reduction_pct\": 33.3, \"decisions\": [ { \"rule_type\": \"push_down_filters\", \"applied\": true, \"reason\": \"Moved attribute_filter before semantic_search to reduce search scope\" } ] }, \"optimization_suggestions\": [ { \"type\": \"reduce_limit\", \"stage\": \"semantic_search\", \"message\": \"Consider reducing limit to improve latency\" } ] } ```
|
|
916
|
+
* @summary Explain Retriever Execution Plan
|
|
917
|
+
* @param {RetrieversApiExplainRetrieverExecutionIdExecuteRequest} requestParameters Request parameters.
|
|
918
|
+
* @param {*} [options] Override http request option.
|
|
919
|
+
* @throws {RequiredError}
|
|
920
|
+
* @memberof RetrieversApi
|
|
921
|
+
*/
|
|
922
|
+
explainRetrieverExecutionIdExecute(requestParameters: RetrieversApiExplainRetrieverExecutionIdExecuteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExplainRetrieverResponse, any, {}>>;
|
|
923
|
+
/**
|
|
924
|
+
* Get execution details and statistics.
|
|
925
|
+
* @summary Get Execution
|
|
926
|
+
* @param {RetrieversApiGetExecutionRetrieversRequest} requestParameters Request parameters.
|
|
927
|
+
* @param {*} [options] Override http request option.
|
|
928
|
+
* @throws {RequiredError}
|
|
929
|
+
* @memberof RetrieversApi
|
|
930
|
+
*/
|
|
931
|
+
getExecutionRetrievers(requestParameters: RetrieversApiGetExecutionRetrieversRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExecutionDetail, any, {}>>;
|
|
932
|
+
/**
|
|
933
|
+
* Get a retriever by ID or name.
|
|
934
|
+
* @summary Get Retriever
|
|
935
|
+
* @param {RetrieversApiGetRetrieverRequest} requestParameters Request parameters.
|
|
936
|
+
* @param {*} [options] Override http request option.
|
|
937
|
+
* @throws {RequiredError}
|
|
938
|
+
* @memberof RetrieversApi
|
|
939
|
+
*/
|
|
940
|
+
getRetriever(requestParameters: RetrieversApiGetRetrieverRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RetrieverModelOutput, any, {}>>;
|
|
941
|
+
/**
|
|
942
|
+
* List execution history for a retriever.
|
|
943
|
+
* @summary List Executions
|
|
944
|
+
* @param {RetrieversApiListExecutionsRetrieversRequest} requestParameters Request parameters.
|
|
945
|
+
* @param {*} [options] Override http request option.
|
|
946
|
+
* @throws {RequiredError}
|
|
947
|
+
* @memberof RetrieversApi
|
|
948
|
+
*/
|
|
949
|
+
listExecutionsRetrievers(requestParameters: RetrieversApiListExecutionsRetrieversRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListExecutionsResponse, any, {}>>;
|
|
950
|
+
/**
|
|
951
|
+
* List all retrievers in the namespace.
|
|
952
|
+
* @summary List Retrievers
|
|
953
|
+
* @param {RetrieversApiListRetrieversRequest} requestParameters Request parameters.
|
|
954
|
+
* @param {*} [options] Override http request option.
|
|
955
|
+
* @throws {RequiredError}
|
|
956
|
+
* @memberof RetrieversApi
|
|
957
|
+
*/
|
|
958
|
+
listRetrievers(requestParameters?: RetrieversApiListRetrieversRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListRetrieversResponse, any, {}>>;
|
|
959
|
+
/**
|
|
960
|
+
* List all retrievers in the namespace (GET alias for POST /list).
|
|
961
|
+
* @summary List Retrievers Get
|
|
962
|
+
* @param {RetrieversApiListRetrieversGetRequest} requestParameters Request parameters.
|
|
963
|
+
* @param {*} [options] Override http request option.
|
|
964
|
+
* @throws {RequiredError}
|
|
965
|
+
* @memberof RetrieversApi
|
|
966
|
+
*/
|
|
967
|
+
listRetrieversGet(requestParameters?: RetrieversApiListRetrieversGetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListRetrieversResponse, any, {}>>;
|
|
968
|
+
/**
|
|
969
|
+
* Update a retriever\'s metadata. Only metadata fields can be updated: - name: Rename the retriever - description: Update the description - tags: Update tags for organization - display_config: Update display configuration Core logic (input_schema, stages, collection_ids) is immutable. To modify core logic, use POST /{retriever_id}/clone instead.
|
|
970
|
+
* @summary Patch Retriever
|
|
971
|
+
* @param {RetrieversApiPatchRetrieverRequest} requestParameters Request parameters.
|
|
972
|
+
* @param {*} [options] Override http request option.
|
|
973
|
+
* @throws {RequiredError}
|
|
974
|
+
* @memberof RetrieversApi
|
|
975
|
+
*/
|
|
976
|
+
patchRetriever(requestParameters: RetrieversApiPatchRetrieverRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PatchRetrieverResponse, any, {}>>;
|
|
977
|
+
}
|
|
978
|
+
//# sourceMappingURL=retrievers-api.d.ts.map
|