mixpeek 0.21.8__py3-none-any.whl → 0.22.0__py3-none-any.whl
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.
- mixpeek/_hooks/types.py +7 -0
- mixpeek/_version.py +3 -3
- mixpeek/basesdk.py +12 -20
- mixpeek/bucketobjects.py +19 -37
- mixpeek/buckets.py +19 -31
- mixpeek/clusters.py +2 -0
- mixpeek/collectioncache.py +6 -0
- mixpeek/collections.py +13 -19
- mixpeek/features.py +4 -0
- mixpeek/health.py +2 -0
- mixpeek/httpclient.py +6 -16
- mixpeek/models/__init__.py +744 -596
- mixpeek/models/blobmodel.py +3 -11
- mixpeek/models/bucketcreaterequest.py +3 -11
- mixpeek/models/bucketresponse.py +3 -11
- mixpeek/models/bucketschemafield_input.py +6 -22
- mixpeek/models/bucketschemafield_output.py +6 -22
- mixpeek/models/bucketschemafieldbase.py +81 -0
- mixpeek/models/bucketschemafieldtype.py +1 -0
- mixpeek/models/bucketupdaterequest.py +3 -10
- mixpeek/models/collectionmodel.py +3 -11
- mixpeek/models/createblobrequest.py +3 -11
- mixpeek/models/createcollectionrequest.py +3 -11
- mixpeek/models/createnamespacerequest.py +9 -9
- mixpeek/models/createobjectrequest.py +3 -11
- mixpeek/models/createretrieverrequest.py +3 -11
- mixpeek/models/errordetail.py +3 -10
- mixpeek/models/featureextractorconfig.py +3 -11
- mixpeek/models/featureextractordefinition.py +26 -46
- mixpeek/models/interactionresponse.py +3 -11
- mixpeek/models/internal/__init__.py +35 -1
- mixpeek/models/logicaloperator_input.py +30 -36
- mixpeek/models/logicaloperator_output.py +39 -45
- mixpeek/models/logicaloperatorbase_input.py +74 -0
- mixpeek/models/logicaloperatorbase_output.py +74 -0
- mixpeek/models/namespaceresponse.py +17 -6
- mixpeek/models/namespacestatus.py +10 -0
- mixpeek/models/objectresponse.py +3 -11
- mixpeek/models/organizationmodel.py +3 -11
- mixpeek/models/retrieverbinding.py +3 -10
- mixpeek/models/retrievermodel.py +3 -11
- mixpeek/models/retrieverqueryrequest.py +3 -11
- mixpeek/models/retrieverschemafield_input.py +6 -26
- mixpeek/models/retrieverschemafield_output.py +6 -26
- mixpeek/models/searchinteraction.py +3 -11
- mixpeek/models/stageconfig_input.py +8 -16
- mixpeek/models/stageconfig_output.py +8 -16
- mixpeek/models/stagedefinition.py +28 -17
- mixpeek/models/stageresponse.py +3 -11
- mixpeek/models/updateobjectrequest.py +3 -11
- mixpeek/models/usermodel_input.py +3 -11
- mixpeek/models/usermodel_output.py +3 -11
- mixpeek/namespaces.py +28 -22
- mixpeek/organizationnotifications.py +2 -0
- mixpeek/organizations.py +13 -13
- mixpeek/organizationsusage.py +2 -0
- mixpeek/research.py +2 -0
- mixpeek/retrieverinteractions.py +13 -19
- mixpeek/retrievers.py +15 -33
- mixpeek/retrieverstages.py +2 -0
- mixpeek/sdk.py +94 -65
- mixpeek/sdkconfiguration.py +0 -7
- mixpeek/tasks.py +6 -0
- mixpeek/taxonomies.py +2 -0
- mixpeek/users.py +6 -0
- mixpeek/utils/__init__.py +131 -45
- mixpeek/utils/datetimes.py +23 -0
- mixpeek/utils/serializers.py +32 -3
- {mixpeek-0.21.8.dist-info → mixpeek-0.22.0.dist-info}/METADATA +3 -15
- {mixpeek-0.21.8.dist-info → mixpeek-0.22.0.dist-info}/RECORD +71 -77
- {mixpeek-0.21.8.dist-info → mixpeek-0.22.0.dist-info}/WHEEL +1 -1
- mixpeek/collectiondocuments.py +0 -1564
- mixpeek/models/batch_delete_documents_v1_collections_collection_identifier_documents_batch_deleteop.py +0 -75
- mixpeek/models/batch_update_documents_v1_collections_collection_identifier_documents_batch_putop.py +0 -84
- mixpeek/models/delete_document_v1_collections_collection_identifier_documents_document_id_deleteop.py +0 -70
- mixpeek/models/documentlistresponse.py +0 -56
- mixpeek/models/documentresponse.py +0 -87
- mixpeek/models/documentupdate.py +0 -60
- mixpeek/models/genericsuccessresponse.py +0 -17
- mixpeek/models/get_document_v1_collections_collection_identifier_documents_document_id_getop.py +0 -70
- mixpeek/models/list_documents_v1_collections_collection_identifier_documents_getop.py +0 -114
- mixpeek/models/update_document_v1_collections_collection_identifier_documents_document_id_putop.py +0 -83
mixpeek/models/__init__.py
CHANGED
@@ -1,518 +1,396 @@
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
2
|
|
3
|
-
from
|
4
|
-
from
|
5
|
-
from .apikey import APIKey, APIKeyTypedDict
|
6
|
-
from .apikeyupdate import APIKeyUpdate, APIKeyUpdateTypedDict
|
7
|
-
from .attributebasedconfig import AttributeBasedConfig, AttributeBasedConfigTypedDict
|
8
|
-
from .automaticnaming import AutomaticNaming, AutomaticNamingTypedDict
|
9
|
-
from .basicfeatureextractor import BasicFeatureExtractor, BasicFeatureExtractorTypedDict
|
10
|
-
from .batch_delete_documents_v1_collections_collection_identifier_documents_batch_deleteop import (
|
11
|
-
BatchDeleteDocumentsV1CollectionsCollectionIdentifierDocumentsBatchDeleteRequest,
|
12
|
-
BatchDeleteDocumentsV1CollectionsCollectionIdentifierDocumentsBatchDeleteRequestTypedDict,
|
13
|
-
)
|
14
|
-
from .batch_update_documents_v1_collections_collection_identifier_documents_batch_putop import (
|
15
|
-
BatchUpdateDocumentsV1CollectionsCollectionIdentifierDocumentsBatchPutRequest,
|
16
|
-
BatchUpdateDocumentsV1CollectionsCollectionIdentifierDocumentsBatchPutRequestTypedDict,
|
17
|
-
RequestBody,
|
18
|
-
RequestBodyTypedDict,
|
19
|
-
)
|
20
|
-
from .blobdetails import BlobDetails, BlobDetailsTypedDict
|
21
|
-
from .blobmodel import (
|
22
|
-
BlobModel,
|
23
|
-
BlobModelMetadata,
|
24
|
-
BlobModelMetadataTypedDict,
|
25
|
-
BlobModelTypedDict,
|
26
|
-
)
|
27
|
-
from .boolindexparams import BoolIndexParams, BoolIndexParamsTypedDict
|
28
|
-
from .bucketcreaterequest import (
|
29
|
-
BucketCreateRequest,
|
30
|
-
BucketCreateRequestMetadata,
|
31
|
-
BucketCreateRequestMetadataTypedDict,
|
32
|
-
BucketCreateRequestTypedDict,
|
33
|
-
)
|
34
|
-
from .bucketresponse import (
|
35
|
-
BucketResponse,
|
36
|
-
BucketResponseMetadata,
|
37
|
-
BucketResponseMetadataTypedDict,
|
38
|
-
BucketResponseTypedDict,
|
39
|
-
)
|
40
|
-
from .bucketschema_input import BucketSchemaInput, BucketSchemaInputTypedDict
|
41
|
-
from .bucketschema_output import BucketSchemaOutput, BucketSchemaOutputTypedDict
|
42
|
-
from .bucketschemafield_input import (
|
43
|
-
BucketSchemaFieldInput,
|
44
|
-
BucketSchemaFieldInputTypedDict,
|
45
|
-
)
|
46
|
-
from .bucketschemafield_output import (
|
47
|
-
BucketSchemaFieldOutput,
|
48
|
-
BucketSchemaFieldOutputTypedDict,
|
49
|
-
)
|
50
|
-
from .bucketschemafieldtype import BucketSchemaFieldType
|
51
|
-
from .bucketupdaterequest import (
|
52
|
-
BucketUpdateRequest,
|
53
|
-
BucketUpdateRequestTypedDict,
|
54
|
-
Metadata,
|
55
|
-
MetadataTypedDict,
|
56
|
-
)
|
57
|
-
from .cachestats import CacheStats, CacheStatsTypedDict
|
58
|
-
from .cleanup_cache_v1_collections_cache_cleanup_postop import (
|
59
|
-
CleanupCacheV1CollectionsCacheCleanupPostRequest,
|
60
|
-
CleanupCacheV1CollectionsCacheCleanupPostRequestTypedDict,
|
61
|
-
)
|
62
|
-
from .clusteringmethod import ClusteringMethod
|
63
|
-
from .clustertype import ClusterType
|
64
|
-
from .collectioncacheconfig_input import (
|
65
|
-
CollectionCacheConfigInput,
|
66
|
-
CollectionCacheConfigInputTypedDict,
|
67
|
-
)
|
68
|
-
from .collectioncacheconfig_output import (
|
69
|
-
CollectionCacheConfigOutput,
|
70
|
-
CollectionCacheConfigOutputTypedDict,
|
71
|
-
)
|
72
|
-
from .collectionconfig import CollectionConfig, CollectionConfigTypedDict
|
73
|
-
from .collectionmodel import (
|
74
|
-
CollectionModel,
|
75
|
-
CollectionModelMetadata,
|
76
|
-
CollectionModelMetadataTypedDict,
|
77
|
-
CollectionModelTypedDict,
|
78
|
-
)
|
79
|
-
from .create_api_key_v1_organizations_users_user_email_api_keys_postop import (
|
80
|
-
CreateAPIKeyV1OrganizationsUsersUserEmailAPIKeysPostRequest,
|
81
|
-
CreateAPIKeyV1OrganizationsUsersUserEmailAPIKeysPostRequestTypedDict,
|
82
|
-
)
|
83
|
-
from .create_bucket_v1_buckets_create_postop import (
|
84
|
-
CreateBucketV1BucketsCreatePostRequest,
|
85
|
-
CreateBucketV1BucketsCreatePostRequestTypedDict,
|
86
|
-
)
|
87
|
-
from .create_cluster_v1_clusters_postop import (
|
88
|
-
CreateClusterV1ClustersPostRequest,
|
89
|
-
CreateClusterV1ClustersPostRequestTypedDict,
|
90
|
-
)
|
91
|
-
from .create_collection_v1_collections_create_postop import (
|
92
|
-
CreateCollectionV1CollectionsCreatePostRequest,
|
93
|
-
CreateCollectionV1CollectionsCreatePostRequestTypedDict,
|
94
|
-
)
|
95
|
-
from .create_interaction_v1_retrievers_interactions_postop import (
|
96
|
-
CreateInteractionV1RetrieversInteractionsPostRequest,
|
97
|
-
CreateInteractionV1RetrieversInteractionsPostRequestTypedDict,
|
98
|
-
)
|
99
|
-
from .create_object_v1_buckets_bucket_identifier_objects_create_postop import (
|
100
|
-
CreateObjectV1BucketsBucketIdentifierObjectsCreatePostRequest,
|
101
|
-
CreateObjectV1BucketsBucketIdentifierObjectsCreatePostRequestTypedDict,
|
102
|
-
)
|
103
|
-
from .create_retriever_v1_retrievers_retrievers_postop import (
|
104
|
-
CreateRetrieverV1RetrieversRetrieversPostRequest,
|
105
|
-
CreateRetrieverV1RetrieversRetrieversPostRequestTypedDict,
|
106
|
-
)
|
107
|
-
from .create_taxonomy_v1_taxonomies_postop import (
|
108
|
-
CreateTaxonomyV1TaxonomiesPostRequest,
|
109
|
-
CreateTaxonomyV1TaxonomiesPostRequestTypedDict,
|
110
|
-
)
|
111
|
-
from .createblobrequest import (
|
112
|
-
CreateBlobRequest,
|
113
|
-
CreateBlobRequestMetadata,
|
114
|
-
CreateBlobRequestMetadataTypedDict,
|
115
|
-
CreateBlobRequestTypedDict,
|
116
|
-
)
|
117
|
-
from .createclusterrequest import CreateClusterRequest, CreateClusterRequestTypedDict
|
118
|
-
from .createcollectionrequest import (
|
119
|
-
CreateCollectionRequest,
|
120
|
-
CreateCollectionRequestMetadata,
|
121
|
-
CreateCollectionRequestMetadataTypedDict,
|
122
|
-
CreateCollectionRequestTypedDict,
|
123
|
-
)
|
124
|
-
from .createnamespacerequest import (
|
125
|
-
CreateNamespaceRequest,
|
126
|
-
CreateNamespaceRequestTypedDict,
|
127
|
-
)
|
128
|
-
from .createobjectrequest import (
|
129
|
-
CreateObjectRequest,
|
130
|
-
CreateObjectRequestMetadata,
|
131
|
-
CreateObjectRequestMetadataTypedDict,
|
132
|
-
CreateObjectRequestTypedDict,
|
133
|
-
)
|
134
|
-
from .createretrieverrequest import (
|
135
|
-
CreateRetrieverRequest,
|
136
|
-
CreateRetrieverRequestMetadata,
|
137
|
-
CreateRetrieverRequestMetadataTypedDict,
|
138
|
-
CreateRetrieverRequestTypedDict,
|
139
|
-
)
|
140
|
-
from .createtaxonomyrequest import CreateTaxonomyRequest, CreateTaxonomyRequestTypedDict
|
141
|
-
from .datetimeindexparams import DatetimeIndexParams, DatetimeIndexParamsTypedDict
|
142
|
-
from .delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop import (
|
143
|
-
DeleteAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNameDeleteRequest,
|
144
|
-
DeleteAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNameDeleteRequestTypedDict,
|
145
|
-
)
|
146
|
-
from .delete_bucket_v1_buckets_bucket_identifier_deleteop import (
|
147
|
-
DeleteBucketV1BucketsBucketIdentifierDeleteRequest,
|
148
|
-
DeleteBucketV1BucketsBucketIdentifierDeleteRequestTypedDict,
|
149
|
-
)
|
150
|
-
from .delete_document_v1_collections_collection_identifier_documents_document_id_deleteop import (
|
151
|
-
DeleteDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDDeleteRequest,
|
152
|
-
DeleteDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDDeleteRequestTypedDict,
|
153
|
-
)
|
154
|
-
from .delete_interaction_v1_retrievers_interactions_interaction_id_deleteop import (
|
155
|
-
DeleteInteractionV1RetrieversInteractionsInteractionIDDeleteRequest,
|
156
|
-
DeleteInteractionV1RetrieversInteractionsInteractionIDDeleteRequestTypedDict,
|
157
|
-
)
|
158
|
-
from .delete_namespace_v1_namespaces_namespace_deleteop import (
|
159
|
-
DeleteNamespaceV1NamespacesNamespaceDeleteRequest,
|
160
|
-
DeleteNamespaceV1NamespacesNamespaceDeleteRequestTypedDict,
|
161
|
-
)
|
162
|
-
from .delete_object_v1_buckets_bucket_identifier_objects_object_identifier_deleteop import (
|
163
|
-
DeleteObjectV1BucketsBucketIdentifierObjectsObjectIdentifierDeleteRequest,
|
164
|
-
DeleteObjectV1BucketsBucketIdentifierObjectsObjectIdentifierDeleteRequestTypedDict,
|
165
|
-
)
|
166
|
-
from .delete_user_v1_organizations_users_user_email_deleteop import (
|
167
|
-
DeleteUserV1OrganizationsUsersUserEmailDeleteRequest,
|
168
|
-
DeleteUserV1OrganizationsUsersUserEmailDeleteRequestTypedDict,
|
169
|
-
)
|
170
|
-
from .documenthandlingconfig import (
|
171
|
-
DocumentHandlingConfig,
|
172
|
-
DocumentHandlingConfigTypedDict,
|
173
|
-
)
|
174
|
-
from .documentinputhandling import DocumentInputHandling
|
175
|
-
from .documentlistresponse import DocumentListResponse, DocumentListResponseTypedDict
|
176
|
-
from .documentoutputhandling import DocumentOutputHandling
|
177
|
-
from .documentoutputtype import DocumentOutputType
|
178
|
-
from .documentresponse import (
|
179
|
-
DocumentResponse,
|
180
|
-
DocumentResponseMetadata,
|
181
|
-
DocumentResponseMetadataTypedDict,
|
182
|
-
DocumentResponseTypedDict,
|
183
|
-
)
|
184
|
-
from .documentupdate import (
|
185
|
-
DocumentUpdate,
|
186
|
-
DocumentUpdateMetadata,
|
187
|
-
DocumentUpdateMetadataTypedDict,
|
188
|
-
DocumentUpdateTypedDict,
|
189
|
-
)
|
190
|
-
from .enrichmentfield import EnrichmentField, EnrichmentFieldTypedDict
|
191
|
-
from .errordetail import Details, DetailsTypedDict, ErrorDetail, ErrorDetailTypedDict
|
192
|
-
from .errorresponse import ErrorResponse, ErrorResponseData
|
193
|
-
from .execute_retriever_v1_retrievers_retrievers_retriever_id_execute_postop import (
|
194
|
-
ExecuteRetrieverV1RetrieversRetrieversRetrieverIDExecutePostRequest,
|
195
|
-
ExecuteRetrieverV1RetrieversRetrieversRetrieverIDExecutePostRequestTypedDict,
|
196
|
-
)
|
197
|
-
from .featureextractorconfig import (
|
198
|
-
FeatureExtractorConfig,
|
199
|
-
FeatureExtractorConfigTypedDict,
|
200
|
-
Parameters,
|
201
|
-
ParametersTypedDict,
|
202
|
-
)
|
203
|
-
from .featureextractordefinition import (
|
204
|
-
DefaultParameters,
|
205
|
-
DefaultParametersTypedDict,
|
206
|
-
FeatureExtractorDefinition,
|
207
|
-
FeatureExtractorDefinitionTypedDict,
|
208
|
-
InputSchema,
|
209
|
-
InputSchemaTypedDict,
|
210
|
-
OutputSchema,
|
211
|
-
OutputSchemaTypedDict,
|
212
|
-
ParameterSchema,
|
213
|
-
ParameterSchemaTypedDict,
|
214
|
-
)
|
215
|
-
from .filtercondition import FilterCondition, FilterConditionTypedDict
|
216
|
-
from .filteroperator import FilterOperator
|
217
|
-
from .floatindexparams import FloatIndexParams, FloatIndexParamsTypedDict
|
218
|
-
from .generativemodels import GenerativeModels
|
219
|
-
from .genericsuccessresponse import (
|
220
|
-
GenericSuccessResponse,
|
221
|
-
GenericSuccessResponseTypedDict,
|
222
|
-
)
|
223
|
-
from .geoindexparams import GeoIndexParams, GeoIndexParamsTypedDict
|
224
|
-
from .get_bucket_v1_buckets_bucket_identifier_getop import (
|
225
|
-
GetBucketV1BucketsBucketIdentifierGetRequest,
|
226
|
-
GetBucketV1BucketsBucketIdentifierGetRequestTypedDict,
|
227
|
-
)
|
228
|
-
from .get_cache_stats_v1_collections_cache_stats_getop import (
|
229
|
-
GetCacheStatsV1CollectionsCacheStatsGetRequest,
|
230
|
-
GetCacheStatsV1CollectionsCacheStatsGetRequestTypedDict,
|
231
|
-
)
|
232
|
-
from .get_collection_v1_collections_collection_id_getop import (
|
233
|
-
GetCollectionV1CollectionsCollectionIDGetRequest,
|
234
|
-
GetCollectionV1CollectionsCollectionIDGetRequestTypedDict,
|
235
|
-
)
|
236
|
-
from .get_document_v1_collections_collection_identifier_documents_document_id_getop import (
|
237
|
-
GetDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDGetRequest,
|
238
|
-
GetDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDGetRequestTypedDict,
|
239
|
-
)
|
240
|
-
from .get_feature_extractor_v1_features_extractors_feature_id_getop import (
|
241
|
-
GetFeatureExtractorV1FeaturesExtractorsFeatureIDGetRequest,
|
242
|
-
GetFeatureExtractorV1FeaturesExtractorsFeatureIDGetRequestTypedDict,
|
243
|
-
)
|
244
|
-
from .get_interaction_v1_retrievers_interactions_interaction_id_getop import (
|
245
|
-
GetInteractionV1RetrieversInteractionsInteractionIDGetRequest,
|
246
|
-
GetInteractionV1RetrieversInteractionsInteractionIDGetRequestTypedDict,
|
247
|
-
)
|
248
|
-
from .get_namespace_v1_namespaces_namespace_getop import (
|
249
|
-
GetNamespaceV1NamespacesNamespaceGetRequest,
|
250
|
-
GetNamespaceV1NamespacesNamespaceGetRequestTypedDict,
|
251
|
-
)
|
252
|
-
from .get_object_v1_buckets_bucket_identifier_objects_object_identifier_getop import (
|
253
|
-
GetObjectV1BucketsBucketIdentifierObjectsObjectIdentifierGetRequest,
|
254
|
-
GetObjectV1BucketsBucketIdentifierObjectsObjectIdentifierGetRequestTypedDict,
|
255
|
-
)
|
256
|
-
from .get_research_v1_research_getop import (
|
257
|
-
GetResearchV1ResearchGetRequest,
|
258
|
-
GetResearchV1ResearchGetRequestTypedDict,
|
259
|
-
)
|
260
|
-
from .get_retriever_stages_v1_retrievers_stages_getop import (
|
261
|
-
GetRetrieverStagesV1RetrieversStagesGetRequest,
|
262
|
-
GetRetrieverStagesV1RetrieversStagesGetRequestTypedDict,
|
263
|
-
)
|
264
|
-
from .get_retriever_v1_retrievers_retrievers_retriever_id_getop import (
|
265
|
-
GetRetrieverV1RetrieversRetrieversRetrieverIDGetRequest,
|
266
|
-
GetRetrieverV1RetrieversRetrieversRetrieverIDGetRequestTypedDict,
|
267
|
-
)
|
268
|
-
from .get_task_v1_tasks_task_id_getop import (
|
269
|
-
GetTaskV1TasksTaskIDGetRequest,
|
270
|
-
GetTaskV1TasksTaskIDGetRequestTypedDict,
|
271
|
-
)
|
272
|
-
from .get_user_v1_organizations_users_user_email_getop import (
|
273
|
-
GetUserV1OrganizationsUsersUserEmailGetRequest,
|
274
|
-
GetUserV1OrganizationsUsersUserEmailGetRequestTypedDict,
|
275
|
-
)
|
276
|
-
from .getusagerequestmodel import GetUsageRequestModel, GetUsageRequestModelTypedDict
|
277
|
-
from .hdbscanparameters import HDBSCANParameters, HDBSCANParametersTypedDict
|
278
|
-
from .healthcheckresponse import HealthCheckResponse, HealthCheckResponseTypedDict
|
279
|
-
from .httpvalidationerror import HTTPValidationError, HTTPValidationErrorData
|
280
|
-
from .integerindexparams import IntegerIndexParams, IntegerIndexParamsTypedDict
|
281
|
-
from .interactionresponse import (
|
282
|
-
InteractionResponse,
|
283
|
-
InteractionResponseMetadata,
|
284
|
-
InteractionResponseMetadataTypedDict,
|
285
|
-
InteractionResponseTypedDict,
|
286
|
-
)
|
287
|
-
from .interactiontype import InteractionType
|
288
|
-
from .invalidate_cache_v1_collections_cache_invalidate_postop import (
|
289
|
-
InvalidateCacheV1CollectionsCacheInvalidatePostRequest,
|
290
|
-
InvalidateCacheV1CollectionsCacheInvalidatePostRequestTypedDict,
|
291
|
-
)
|
292
|
-
from .invalidationevent import InvalidationEvent, InvalidationEventTypedDict
|
293
|
-
from .invalidationstrategy import InvalidationStrategy
|
294
|
-
from .keywordindexparams import KeywordIndexParams, KeywordIndexParamsTypedDict
|
295
|
-
from .kill_task_v1_tasks_task_id_deleteop import (
|
296
|
-
KillTaskV1TasksTaskIDDeleteRequest,
|
297
|
-
KillTaskV1TasksTaskIDDeleteRequestTypedDict,
|
298
|
-
)
|
299
|
-
from .list_active_tasks_v1_tasks_getop import (
|
300
|
-
ListActiveTasksV1TasksGetRequest,
|
301
|
-
ListActiveTasksV1TasksGetRequestTypedDict,
|
302
|
-
)
|
303
|
-
from .list_buckets_v1_buckets_postop import (
|
304
|
-
ListBucketsV1BucketsPostRequest,
|
305
|
-
ListBucketsV1BucketsPostRequestTypedDict,
|
306
|
-
)
|
307
|
-
from .list_documents_v1_collections_collection_identifier_documents_getop import (
|
308
|
-
ListDocumentsV1CollectionsCollectionIdentifierDocumentsGetRequest,
|
309
|
-
ListDocumentsV1CollectionsCollectionIdentifierDocumentsGetRequestTypedDict,
|
310
|
-
)
|
311
|
-
from .list_interactions_v1_retrievers_interactions_getop import (
|
312
|
-
ListInteractionsV1RetrieversInteractionsGetRequest,
|
313
|
-
ListInteractionsV1RetrieversInteractionsGetRequestTypedDict,
|
314
|
-
)
|
315
|
-
from .list_objects_v1_buckets_bucket_identifier_objects_postop import (
|
316
|
-
ListObjectsV1BucketsBucketIdentifierObjectsPostRequest,
|
317
|
-
ListObjectsV1BucketsBucketIdentifierObjectsPostRequestTypedDict,
|
318
|
-
)
|
319
|
-
from .listbucketsrequest import ListBucketsRequest, ListBucketsRequestTypedDict
|
320
|
-
from .listbucketsresponse import ListBucketsResponse, ListBucketsResponseTypedDict
|
321
|
-
from .listobjectsrequest import ListObjectsRequest, ListObjectsRequestTypedDict
|
322
|
-
from .listobjectsresponse import ListObjectsResponse, ListObjectsResponseTypedDict
|
323
|
-
from .listtasksresponse import ListTasksResponse, ListTasksResponseTypedDict
|
324
|
-
from .logicaloperator_input import (
|
325
|
-
And,
|
326
|
-
AndTypedDict,
|
327
|
-
LogicalOperatorInput,
|
328
|
-
LogicalOperatorInputTypedDict,
|
329
|
-
Not,
|
330
|
-
NotTypedDict,
|
331
|
-
Or,
|
332
|
-
OrTypedDict,
|
333
|
-
)
|
334
|
-
from .logicaloperator_output import (
|
335
|
-
LogicalOperatorOutput,
|
336
|
-
LogicalOperatorOutputAND,
|
337
|
-
LogicalOperatorOutputANDTypedDict,
|
338
|
-
LogicalOperatorOutputNOT,
|
339
|
-
LogicalOperatorOutputNOTTypedDict,
|
340
|
-
LogicalOperatorOutputOR,
|
341
|
-
LogicalOperatorOutputORTypedDict,
|
342
|
-
LogicalOperatorOutputTypedDict,
|
343
|
-
)
|
344
|
-
from .multivectorindex import MultiVectorIndex, MultiVectorIndexTypedDict
|
345
|
-
from .namespaceresponse import NamespaceResponse, NamespaceResponseTypedDict
|
346
|
-
from .namespaceusage import NamespaceUsage, NamespaceUsageTypedDict
|
347
|
-
from .namingmethod import NamingMethod
|
348
|
-
from .objectresponse import (
|
349
|
-
ObjectResponse,
|
350
|
-
ObjectResponseMetadata,
|
351
|
-
ObjectResponseMetadataTypedDict,
|
352
|
-
ObjectResponseTypedDict,
|
353
|
-
)
|
354
|
-
from .organizationmodel import (
|
355
|
-
OrganizationModel,
|
356
|
-
OrganizationModelMetadata,
|
357
|
-
OrganizationModelMetadataTypedDict,
|
358
|
-
OrganizationModelTypedDict,
|
359
|
-
)
|
360
|
-
from .paginationresponse import PaginationResponse, PaginationResponseTypedDict
|
361
|
-
from .payloadindexconfig import (
|
362
|
-
FieldSchema,
|
363
|
-
FieldSchemaTypedDict,
|
364
|
-
PayloadIndexConfig,
|
365
|
-
PayloadIndexConfigTypedDict,
|
366
|
-
)
|
367
|
-
from .payloadschematype import PayloadSchemaType
|
368
|
-
from .permission import Permission
|
369
|
-
from .plan import Plan, PlanTypedDict
|
370
|
-
from .recomputestrategy import RecomputeStrategy
|
371
|
-
from .resourcetotals import ResourceTotals, ResourceTotalsTypedDict
|
372
|
-
from .retrieverbinding import (
|
373
|
-
Inputs,
|
374
|
-
InputsTypedDict,
|
375
|
-
RetrieverBinding,
|
376
|
-
RetrieverBindingTypedDict,
|
377
|
-
)
|
378
|
-
from .retrievercacheconfig import RetrieverCacheConfig, RetrieverCacheConfigTypedDict
|
379
|
-
from .retrievermodel import (
|
380
|
-
RetrieverModel,
|
381
|
-
RetrieverModelMetadata,
|
382
|
-
RetrieverModelMetadataTypedDict,
|
383
|
-
RetrieverModelTypedDict,
|
384
|
-
)
|
385
|
-
from .retrieverqueryrequest import (
|
386
|
-
RetrieverQueryRequest,
|
387
|
-
RetrieverQueryRequestInputs,
|
388
|
-
RetrieverQueryRequestInputsTypedDict,
|
389
|
-
RetrieverQueryRequestTypedDict,
|
390
|
-
)
|
391
|
-
from .retrieverresponse import RetrieverResponse, RetrieverResponseTypedDict
|
392
|
-
from .retrieverschema_input import RetrieverSchemaInput, RetrieverSchemaInputTypedDict
|
393
|
-
from .retrieverschema_output import (
|
394
|
-
RetrieverSchemaOutput,
|
395
|
-
RetrieverSchemaOutputTypedDict,
|
396
|
-
)
|
397
|
-
from .retrieverschemafield_input import (
|
398
|
-
RetrieverSchemaFieldInput,
|
399
|
-
RetrieverSchemaFieldInputTypedDict,
|
400
|
-
)
|
401
|
-
from .retrieverschemafield_output import (
|
402
|
-
RetrieverSchemaFieldOutput,
|
403
|
-
RetrieverSchemaFieldOutputTypedDict,
|
404
|
-
)
|
405
|
-
from .searchinteraction import (
|
406
|
-
SearchInteraction,
|
407
|
-
SearchInteractionMetadata,
|
408
|
-
SearchInteractionMetadataTypedDict,
|
409
|
-
SearchInteractionTypedDict,
|
410
|
-
)
|
411
|
-
from .security import Security, SecurityTypedDict
|
412
|
-
from .singlelineageentry import SingleLineageEntry, SingleLineageEntryTypedDict
|
413
|
-
from .sortdirection import SortDirection
|
414
|
-
from .sortoption import SortOption, SortOptionTypedDict
|
415
|
-
from .sourceconfig_input import SourceConfigInput, SourceConfigInputTypedDict
|
416
|
-
from .sourceconfig_output import SourceConfigOutput, SourceConfigOutputTypedDict
|
417
|
-
from .sourcetype import SourceType
|
418
|
-
from .stageconfig_input import (
|
419
|
-
StageConfigInput,
|
420
|
-
StageConfigInputParameters,
|
421
|
-
StageConfigInputParametersTypedDict,
|
422
|
-
StageConfigInputTypedDict,
|
423
|
-
)
|
424
|
-
from .stageconfig_output import (
|
425
|
-
StageConfigOutput,
|
426
|
-
StageConfigOutputParameters,
|
427
|
-
StageConfigOutputParametersTypedDict,
|
428
|
-
StageConfigOutputTypedDict,
|
429
|
-
)
|
430
|
-
from .stagedefinition import (
|
431
|
-
StageDefinition,
|
432
|
-
StageDefinitionDefaultParameters,
|
433
|
-
StageDefinitionDefaultParametersTypedDict,
|
434
|
-
StageDefinitionTypedDict,
|
435
|
-
)
|
436
|
-
from .stageresponse import (
|
437
|
-
Results,
|
438
|
-
ResultsTypedDict,
|
439
|
-
StageResponse,
|
440
|
-
StageResponseTypedDict,
|
441
|
-
)
|
442
|
-
from .taskresponse import TaskResponse, TaskResponseTypedDict
|
443
|
-
from .taskstatus import TaskStatus
|
444
|
-
from .taxonomyapplicationconfig import (
|
445
|
-
TaxonomyApplicationConfig,
|
446
|
-
TaxonomyApplicationConfigTypedDict,
|
447
|
-
)
|
448
|
-
from .taxonomyconfig import TaxonomyConfig, TaxonomyConfigTypedDict
|
449
|
-
from .textindexparams import TextIndexParams, TextIndexParamsTypedDict
|
450
|
-
from .timeseriesdatapoint import TimeseriesDataPoint, TimeseriesDataPointTypedDict
|
451
|
-
from .timeseriesusage import TimeseriesUsage, TimeseriesUsageTypedDict
|
452
|
-
from .tokenizertype import TokenizerType
|
453
|
-
from .update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop import (
|
454
|
-
UpdateAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNamePatchRequest,
|
455
|
-
UpdateAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNamePatchRequestTypedDict,
|
456
|
-
)
|
457
|
-
from .update_bucket_v1_buckets_bucket_identifier_putop import (
|
458
|
-
UpdateBucketV1BucketsBucketIdentifierPutRequest,
|
459
|
-
UpdateBucketV1BucketsBucketIdentifierPutRequestTypedDict,
|
460
|
-
)
|
461
|
-
from .update_document_v1_collections_collection_identifier_documents_document_id_putop import (
|
462
|
-
UpdateDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDPutRequest,
|
463
|
-
UpdateDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDPutRequestTypedDict,
|
464
|
-
)
|
465
|
-
from .update_namespace_v1_namespaces_namespace_putop import (
|
466
|
-
UpdateNamespaceV1NamespacesNamespacePutRequest,
|
467
|
-
UpdateNamespaceV1NamespacesNamespacePutRequestTypedDict,
|
468
|
-
)
|
469
|
-
from .update_object_v1_buckets_bucket_identifier_objects_object_identifier_putop import (
|
470
|
-
UpdateObjectV1BucketsBucketIdentifierObjectsObjectIdentifierPutRequest,
|
471
|
-
UpdateObjectV1BucketsBucketIdentifierObjectsObjectIdentifierPutRequestTypedDict,
|
472
|
-
)
|
473
|
-
from .updatenamespacerequest import (
|
474
|
-
UpdateNamespaceRequest,
|
475
|
-
UpdateNamespaceRequestTypedDict,
|
476
|
-
)
|
477
|
-
from .updateobjectrequest import (
|
478
|
-
UpdateObjectRequest,
|
479
|
-
UpdateObjectRequestMetadata,
|
480
|
-
UpdateObjectRequestMetadataTypedDict,
|
481
|
-
UpdateObjectRequestTypedDict,
|
482
|
-
)
|
483
|
-
from .usageresponse import UsageResponse, UsageResponseTypedDict
|
484
|
-
from .usagesummary import UsageSummary, UsageSummaryTypedDict
|
485
|
-
from .usagetimerange import UsageTimeRange
|
486
|
-
from .usermodel_input import (
|
487
|
-
UserModelInput,
|
488
|
-
UserModelInputMetadata,
|
489
|
-
UserModelInputMetadataTypedDict,
|
490
|
-
UserModelInputTypedDict,
|
491
|
-
)
|
492
|
-
from .usermodel_output import (
|
493
|
-
UserModelOutput,
|
494
|
-
UserModelOutputMetadata,
|
495
|
-
UserModelOutputMetadataTypedDict,
|
496
|
-
UserModelOutputTypedDict,
|
497
|
-
)
|
498
|
-
from .uuidindexparams import UUIDIndexParams, UUIDIndexParamsTypedDict
|
499
|
-
from .validationerror import (
|
500
|
-
Loc,
|
501
|
-
LocTypedDict,
|
502
|
-
ValidationError,
|
503
|
-
ValidationErrorTypedDict,
|
504
|
-
)
|
505
|
-
from .vectorbasedconfig import VectorBasedConfig, VectorBasedConfigTypedDict
|
506
|
-
from .vectorindex import VectorIndex, VectorIndexTypedDict
|
507
|
-
from .vectorindexdefinition import (
|
508
|
-
Index,
|
509
|
-
IndexTypedDict,
|
510
|
-
Type,
|
511
|
-
VectorIndexDefinition,
|
512
|
-
VectorIndexDefinitionTypedDict,
|
513
|
-
)
|
514
|
-
from .vectortype import VectorType
|
3
|
+
from typing import TYPE_CHECKING
|
4
|
+
from importlib import import_module
|
515
5
|
|
6
|
+
if TYPE_CHECKING:
|
7
|
+
from .aggregationtype import AggregationType
|
8
|
+
from .apierror import APIError
|
9
|
+
from .apikey import APIKey, APIKeyTypedDict
|
10
|
+
from .apikeyupdate import APIKeyUpdate, APIKeyUpdateTypedDict
|
11
|
+
from .attributebasedconfig import (
|
12
|
+
AttributeBasedConfig,
|
13
|
+
AttributeBasedConfigTypedDict,
|
14
|
+
)
|
15
|
+
from .automaticnaming import AutomaticNaming, AutomaticNamingTypedDict
|
16
|
+
from .basicfeatureextractor import (
|
17
|
+
BasicFeatureExtractor,
|
18
|
+
BasicFeatureExtractorTypedDict,
|
19
|
+
)
|
20
|
+
from .blobdetails import BlobDetails, BlobDetailsTypedDict
|
21
|
+
from .blobmodel import BlobModel, BlobModelTypedDict
|
22
|
+
from .boolindexparams import BoolIndexParams, BoolIndexParamsTypedDict
|
23
|
+
from .bucketcreaterequest import BucketCreateRequest, BucketCreateRequestTypedDict
|
24
|
+
from .bucketresponse import BucketResponse, BucketResponseTypedDict
|
25
|
+
from .bucketschema_input import BucketSchemaInput, BucketSchemaInputTypedDict
|
26
|
+
from .bucketschema_output import BucketSchemaOutput, BucketSchemaOutputTypedDict
|
27
|
+
from .bucketschemafield_input import (
|
28
|
+
BucketSchemaFieldInput,
|
29
|
+
BucketSchemaFieldInputTypedDict,
|
30
|
+
)
|
31
|
+
from .bucketschemafield_output import (
|
32
|
+
BucketSchemaFieldOutput,
|
33
|
+
BucketSchemaFieldOutputTypedDict,
|
34
|
+
)
|
35
|
+
from .bucketschemafieldbase import (
|
36
|
+
BucketSchemaFieldBase,
|
37
|
+
BucketSchemaFieldBaseTypedDict,
|
38
|
+
)
|
39
|
+
from .bucketschemafieldtype import BucketSchemaFieldType
|
40
|
+
from .bucketupdaterequest import BucketUpdateRequest, BucketUpdateRequestTypedDict
|
41
|
+
from .cachestats import CacheStats, CacheStatsTypedDict
|
42
|
+
from .cleanup_cache_v1_collections_cache_cleanup_postop import (
|
43
|
+
CleanupCacheV1CollectionsCacheCleanupPostRequest,
|
44
|
+
CleanupCacheV1CollectionsCacheCleanupPostRequestTypedDict,
|
45
|
+
)
|
46
|
+
from .clusteringmethod import ClusteringMethod
|
47
|
+
from .clustertype import ClusterType
|
48
|
+
from .collectioncacheconfig_input import (
|
49
|
+
CollectionCacheConfigInput,
|
50
|
+
CollectionCacheConfigInputTypedDict,
|
51
|
+
)
|
52
|
+
from .collectioncacheconfig_output import (
|
53
|
+
CollectionCacheConfigOutput,
|
54
|
+
CollectionCacheConfigOutputTypedDict,
|
55
|
+
)
|
56
|
+
from .collectionconfig import CollectionConfig, CollectionConfigTypedDict
|
57
|
+
from .collectionmodel import CollectionModel, CollectionModelTypedDict
|
58
|
+
from .create_api_key_v1_organizations_users_user_email_api_keys_postop import (
|
59
|
+
CreateAPIKeyV1OrganizationsUsersUserEmailAPIKeysPostRequest,
|
60
|
+
CreateAPIKeyV1OrganizationsUsersUserEmailAPIKeysPostRequestTypedDict,
|
61
|
+
)
|
62
|
+
from .create_bucket_v1_buckets_create_postop import (
|
63
|
+
CreateBucketV1BucketsCreatePostRequest,
|
64
|
+
CreateBucketV1BucketsCreatePostRequestTypedDict,
|
65
|
+
)
|
66
|
+
from .create_cluster_v1_clusters_postop import (
|
67
|
+
CreateClusterV1ClustersPostRequest,
|
68
|
+
CreateClusterV1ClustersPostRequestTypedDict,
|
69
|
+
)
|
70
|
+
from .create_collection_v1_collections_create_postop import (
|
71
|
+
CreateCollectionV1CollectionsCreatePostRequest,
|
72
|
+
CreateCollectionV1CollectionsCreatePostRequestTypedDict,
|
73
|
+
)
|
74
|
+
from .create_interaction_v1_retrievers_interactions_postop import (
|
75
|
+
CreateInteractionV1RetrieversInteractionsPostRequest,
|
76
|
+
CreateInteractionV1RetrieversInteractionsPostRequestTypedDict,
|
77
|
+
)
|
78
|
+
from .create_object_v1_buckets_bucket_identifier_objects_create_postop import (
|
79
|
+
CreateObjectV1BucketsBucketIdentifierObjectsCreatePostRequest,
|
80
|
+
CreateObjectV1BucketsBucketIdentifierObjectsCreatePostRequestTypedDict,
|
81
|
+
)
|
82
|
+
from .create_retriever_v1_retrievers_retrievers_postop import (
|
83
|
+
CreateRetrieverV1RetrieversRetrieversPostRequest,
|
84
|
+
CreateRetrieverV1RetrieversRetrieversPostRequestTypedDict,
|
85
|
+
)
|
86
|
+
from .create_taxonomy_v1_taxonomies_postop import (
|
87
|
+
CreateTaxonomyV1TaxonomiesPostRequest,
|
88
|
+
CreateTaxonomyV1TaxonomiesPostRequestTypedDict,
|
89
|
+
)
|
90
|
+
from .createblobrequest import CreateBlobRequest, CreateBlobRequestTypedDict
|
91
|
+
from .createclusterrequest import (
|
92
|
+
CreateClusterRequest,
|
93
|
+
CreateClusterRequestTypedDict,
|
94
|
+
)
|
95
|
+
from .createcollectionrequest import (
|
96
|
+
CreateCollectionRequest,
|
97
|
+
CreateCollectionRequestTypedDict,
|
98
|
+
)
|
99
|
+
from .createnamespacerequest import (
|
100
|
+
CreateNamespaceRequest,
|
101
|
+
CreateNamespaceRequestTypedDict,
|
102
|
+
)
|
103
|
+
from .createobjectrequest import CreateObjectRequest, CreateObjectRequestTypedDict
|
104
|
+
from .createretrieverrequest import (
|
105
|
+
CreateRetrieverRequest,
|
106
|
+
CreateRetrieverRequestTypedDict,
|
107
|
+
)
|
108
|
+
from .createtaxonomyrequest import (
|
109
|
+
CreateTaxonomyRequest,
|
110
|
+
CreateTaxonomyRequestTypedDict,
|
111
|
+
)
|
112
|
+
from .datetimeindexparams import DatetimeIndexParams, DatetimeIndexParamsTypedDict
|
113
|
+
from .delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop import (
|
114
|
+
DeleteAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNameDeleteRequest,
|
115
|
+
DeleteAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNameDeleteRequestTypedDict,
|
116
|
+
)
|
117
|
+
from .delete_bucket_v1_buckets_bucket_identifier_deleteop import (
|
118
|
+
DeleteBucketV1BucketsBucketIdentifierDeleteRequest,
|
119
|
+
DeleteBucketV1BucketsBucketIdentifierDeleteRequestTypedDict,
|
120
|
+
)
|
121
|
+
from .delete_interaction_v1_retrievers_interactions_interaction_id_deleteop import (
|
122
|
+
DeleteInteractionV1RetrieversInteractionsInteractionIDDeleteRequest,
|
123
|
+
DeleteInteractionV1RetrieversInteractionsInteractionIDDeleteRequestTypedDict,
|
124
|
+
)
|
125
|
+
from .delete_namespace_v1_namespaces_namespace_deleteop import (
|
126
|
+
DeleteNamespaceV1NamespacesNamespaceDeleteRequest,
|
127
|
+
DeleteNamespaceV1NamespacesNamespaceDeleteRequestTypedDict,
|
128
|
+
)
|
129
|
+
from .delete_object_v1_buckets_bucket_identifier_objects_object_identifier_deleteop import (
|
130
|
+
DeleteObjectV1BucketsBucketIdentifierObjectsObjectIdentifierDeleteRequest,
|
131
|
+
DeleteObjectV1BucketsBucketIdentifierObjectsObjectIdentifierDeleteRequestTypedDict,
|
132
|
+
)
|
133
|
+
from .delete_user_v1_organizations_users_user_email_deleteop import (
|
134
|
+
DeleteUserV1OrganizationsUsersUserEmailDeleteRequest,
|
135
|
+
DeleteUserV1OrganizationsUsersUserEmailDeleteRequestTypedDict,
|
136
|
+
)
|
137
|
+
from .documenthandlingconfig import (
|
138
|
+
DocumentHandlingConfig,
|
139
|
+
DocumentHandlingConfigTypedDict,
|
140
|
+
)
|
141
|
+
from .documentinputhandling import DocumentInputHandling
|
142
|
+
from .documentoutputhandling import DocumentOutputHandling
|
143
|
+
from .documentoutputtype import DocumentOutputType
|
144
|
+
from .enrichmentfield import EnrichmentField, EnrichmentFieldTypedDict
|
145
|
+
from .errordetail import ErrorDetail, ErrorDetailTypedDict
|
146
|
+
from .errorresponse import ErrorResponse, ErrorResponseData
|
147
|
+
from .execute_retriever_v1_retrievers_retrievers_retriever_id_execute_postop import (
|
148
|
+
ExecuteRetrieverV1RetrieversRetrieversRetrieverIDExecutePostRequest,
|
149
|
+
ExecuteRetrieverV1RetrieversRetrieversRetrieverIDExecutePostRequestTypedDict,
|
150
|
+
)
|
151
|
+
from .featureextractorconfig import (
|
152
|
+
FeatureExtractorConfig,
|
153
|
+
FeatureExtractorConfigTypedDict,
|
154
|
+
)
|
155
|
+
from .featureextractordefinition import (
|
156
|
+
FeatureExtractorDefinition,
|
157
|
+
FeatureExtractorDefinitionTypedDict,
|
158
|
+
)
|
159
|
+
from .filtercondition import FilterCondition, FilterConditionTypedDict
|
160
|
+
from .filteroperator import FilterOperator
|
161
|
+
from .floatindexparams import FloatIndexParams, FloatIndexParamsTypedDict
|
162
|
+
from .generativemodels import GenerativeModels
|
163
|
+
from .geoindexparams import GeoIndexParams, GeoIndexParamsTypedDict
|
164
|
+
from .get_bucket_v1_buckets_bucket_identifier_getop import (
|
165
|
+
GetBucketV1BucketsBucketIdentifierGetRequest,
|
166
|
+
GetBucketV1BucketsBucketIdentifierGetRequestTypedDict,
|
167
|
+
)
|
168
|
+
from .get_cache_stats_v1_collections_cache_stats_getop import (
|
169
|
+
GetCacheStatsV1CollectionsCacheStatsGetRequest,
|
170
|
+
GetCacheStatsV1CollectionsCacheStatsGetRequestTypedDict,
|
171
|
+
)
|
172
|
+
from .get_collection_v1_collections_collection_id_getop import (
|
173
|
+
GetCollectionV1CollectionsCollectionIDGetRequest,
|
174
|
+
GetCollectionV1CollectionsCollectionIDGetRequestTypedDict,
|
175
|
+
)
|
176
|
+
from .get_feature_extractor_v1_features_extractors_feature_id_getop import (
|
177
|
+
GetFeatureExtractorV1FeaturesExtractorsFeatureIDGetRequest,
|
178
|
+
GetFeatureExtractorV1FeaturesExtractorsFeatureIDGetRequestTypedDict,
|
179
|
+
)
|
180
|
+
from .get_interaction_v1_retrievers_interactions_interaction_id_getop import (
|
181
|
+
GetInteractionV1RetrieversInteractionsInteractionIDGetRequest,
|
182
|
+
GetInteractionV1RetrieversInteractionsInteractionIDGetRequestTypedDict,
|
183
|
+
)
|
184
|
+
from .get_namespace_v1_namespaces_namespace_getop import (
|
185
|
+
GetNamespaceV1NamespacesNamespaceGetRequest,
|
186
|
+
GetNamespaceV1NamespacesNamespaceGetRequestTypedDict,
|
187
|
+
)
|
188
|
+
from .get_object_v1_buckets_bucket_identifier_objects_object_identifier_getop import (
|
189
|
+
GetObjectV1BucketsBucketIdentifierObjectsObjectIdentifierGetRequest,
|
190
|
+
GetObjectV1BucketsBucketIdentifierObjectsObjectIdentifierGetRequestTypedDict,
|
191
|
+
)
|
192
|
+
from .get_research_v1_research_getop import (
|
193
|
+
GetResearchV1ResearchGetRequest,
|
194
|
+
GetResearchV1ResearchGetRequestTypedDict,
|
195
|
+
)
|
196
|
+
from .get_retriever_stages_v1_retrievers_stages_getop import (
|
197
|
+
GetRetrieverStagesV1RetrieversStagesGetRequest,
|
198
|
+
GetRetrieverStagesV1RetrieversStagesGetRequestTypedDict,
|
199
|
+
)
|
200
|
+
from .get_retriever_v1_retrievers_retrievers_retriever_id_getop import (
|
201
|
+
GetRetrieverV1RetrieversRetrieversRetrieverIDGetRequest,
|
202
|
+
GetRetrieverV1RetrieversRetrieversRetrieverIDGetRequestTypedDict,
|
203
|
+
)
|
204
|
+
from .get_task_v1_tasks_task_id_getop import (
|
205
|
+
GetTaskV1TasksTaskIDGetRequest,
|
206
|
+
GetTaskV1TasksTaskIDGetRequestTypedDict,
|
207
|
+
)
|
208
|
+
from .get_user_v1_organizations_users_user_email_getop import (
|
209
|
+
GetUserV1OrganizationsUsersUserEmailGetRequest,
|
210
|
+
GetUserV1OrganizationsUsersUserEmailGetRequestTypedDict,
|
211
|
+
)
|
212
|
+
from .getusagerequestmodel import (
|
213
|
+
GetUsageRequestModel,
|
214
|
+
GetUsageRequestModelTypedDict,
|
215
|
+
)
|
216
|
+
from .hdbscanparameters import HDBSCANParameters, HDBSCANParametersTypedDict
|
217
|
+
from .healthcheckresponse import HealthCheckResponse, HealthCheckResponseTypedDict
|
218
|
+
from .httpvalidationerror import HTTPValidationError, HTTPValidationErrorData
|
219
|
+
from .integerindexparams import IntegerIndexParams, IntegerIndexParamsTypedDict
|
220
|
+
from .interactionresponse import InteractionResponse, InteractionResponseTypedDict
|
221
|
+
from .interactiontype import InteractionType
|
222
|
+
from .invalidate_cache_v1_collections_cache_invalidate_postop import (
|
223
|
+
InvalidateCacheV1CollectionsCacheInvalidatePostRequest,
|
224
|
+
InvalidateCacheV1CollectionsCacheInvalidatePostRequestTypedDict,
|
225
|
+
)
|
226
|
+
from .invalidationevent import InvalidationEvent, InvalidationEventTypedDict
|
227
|
+
from .invalidationstrategy import InvalidationStrategy
|
228
|
+
from .keywordindexparams import KeywordIndexParams, KeywordIndexParamsTypedDict
|
229
|
+
from .kill_task_v1_tasks_task_id_deleteop import (
|
230
|
+
KillTaskV1TasksTaskIDDeleteRequest,
|
231
|
+
KillTaskV1TasksTaskIDDeleteRequestTypedDict,
|
232
|
+
)
|
233
|
+
from .list_active_tasks_v1_tasks_getop import (
|
234
|
+
ListActiveTasksV1TasksGetRequest,
|
235
|
+
ListActiveTasksV1TasksGetRequestTypedDict,
|
236
|
+
)
|
237
|
+
from .list_buckets_v1_buckets_postop import (
|
238
|
+
ListBucketsV1BucketsPostRequest,
|
239
|
+
ListBucketsV1BucketsPostRequestTypedDict,
|
240
|
+
)
|
241
|
+
from .list_interactions_v1_retrievers_interactions_getop import (
|
242
|
+
ListInteractionsV1RetrieversInteractionsGetRequest,
|
243
|
+
ListInteractionsV1RetrieversInteractionsGetRequestTypedDict,
|
244
|
+
)
|
245
|
+
from .list_objects_v1_buckets_bucket_identifier_objects_postop import (
|
246
|
+
ListObjectsV1BucketsBucketIdentifierObjectsPostRequest,
|
247
|
+
ListObjectsV1BucketsBucketIdentifierObjectsPostRequestTypedDict,
|
248
|
+
)
|
249
|
+
from .listbucketsrequest import ListBucketsRequest, ListBucketsRequestTypedDict
|
250
|
+
from .listbucketsresponse import ListBucketsResponse, ListBucketsResponseTypedDict
|
251
|
+
from .listobjectsrequest import ListObjectsRequest, ListObjectsRequestTypedDict
|
252
|
+
from .listobjectsresponse import ListObjectsResponse, ListObjectsResponseTypedDict
|
253
|
+
from .listtasksresponse import ListTasksResponse, ListTasksResponseTypedDict
|
254
|
+
from .logicaloperator_input import (
|
255
|
+
And,
|
256
|
+
AndTypedDict,
|
257
|
+
LogicalOperatorInput,
|
258
|
+
LogicalOperatorInputTypedDict,
|
259
|
+
Not,
|
260
|
+
NotTypedDict,
|
261
|
+
Or,
|
262
|
+
OrTypedDict,
|
263
|
+
)
|
264
|
+
from .logicaloperator_output import (
|
265
|
+
LogicalOperatorOutput,
|
266
|
+
LogicalOperatorOutputAND,
|
267
|
+
LogicalOperatorOutputANDTypedDict,
|
268
|
+
LogicalOperatorOutputNOT,
|
269
|
+
LogicalOperatorOutputNOTTypedDict,
|
270
|
+
LogicalOperatorOutputOR,
|
271
|
+
LogicalOperatorOutputORTypedDict,
|
272
|
+
LogicalOperatorOutputTypedDict,
|
273
|
+
)
|
274
|
+
from .logicaloperatorbase_input import (
|
275
|
+
LogicalOperatorBaseInput,
|
276
|
+
LogicalOperatorBaseInputTypedDict,
|
277
|
+
)
|
278
|
+
from .logicaloperatorbase_output import (
|
279
|
+
LogicalOperatorBaseOutput,
|
280
|
+
LogicalOperatorBaseOutputTypedDict,
|
281
|
+
)
|
282
|
+
from .multivectorindex import MultiVectorIndex, MultiVectorIndexTypedDict
|
283
|
+
from .namespaceresponse import NamespaceResponse, NamespaceResponseTypedDict
|
284
|
+
from .namespacestatus import NamespaceStatus
|
285
|
+
from .namespaceusage import NamespaceUsage, NamespaceUsageTypedDict
|
286
|
+
from .namingmethod import NamingMethod
|
287
|
+
from .objectresponse import ObjectResponse, ObjectResponseTypedDict
|
288
|
+
from .organizationmodel import OrganizationModel, OrganizationModelTypedDict
|
289
|
+
from .paginationresponse import PaginationResponse, PaginationResponseTypedDict
|
290
|
+
from .payloadindexconfig import (
|
291
|
+
FieldSchema,
|
292
|
+
FieldSchemaTypedDict,
|
293
|
+
PayloadIndexConfig,
|
294
|
+
PayloadIndexConfigTypedDict,
|
295
|
+
)
|
296
|
+
from .payloadschematype import PayloadSchemaType
|
297
|
+
from .permission import Permission
|
298
|
+
from .plan import Plan, PlanTypedDict
|
299
|
+
from .recomputestrategy import RecomputeStrategy
|
300
|
+
from .resourcetotals import ResourceTotals, ResourceTotalsTypedDict
|
301
|
+
from .retrieverbinding import RetrieverBinding, RetrieverBindingTypedDict
|
302
|
+
from .retrievercacheconfig import (
|
303
|
+
RetrieverCacheConfig,
|
304
|
+
RetrieverCacheConfigTypedDict,
|
305
|
+
)
|
306
|
+
from .retrievermodel import RetrieverModel, RetrieverModelTypedDict
|
307
|
+
from .retrieverqueryrequest import (
|
308
|
+
RetrieverQueryRequest,
|
309
|
+
RetrieverQueryRequestTypedDict,
|
310
|
+
)
|
311
|
+
from .retrieverresponse import RetrieverResponse, RetrieverResponseTypedDict
|
312
|
+
from .retrieverschema_input import (
|
313
|
+
RetrieverSchemaInput,
|
314
|
+
RetrieverSchemaInputTypedDict,
|
315
|
+
)
|
316
|
+
from .retrieverschema_output import (
|
317
|
+
RetrieverSchemaOutput,
|
318
|
+
RetrieverSchemaOutputTypedDict,
|
319
|
+
)
|
320
|
+
from .retrieverschemafield_input import (
|
321
|
+
RetrieverSchemaFieldInput,
|
322
|
+
RetrieverSchemaFieldInputTypedDict,
|
323
|
+
)
|
324
|
+
from .retrieverschemafield_output import (
|
325
|
+
RetrieverSchemaFieldOutput,
|
326
|
+
RetrieverSchemaFieldOutputTypedDict,
|
327
|
+
)
|
328
|
+
from .searchinteraction import SearchInteraction, SearchInteractionTypedDict
|
329
|
+
from .security import Security, SecurityTypedDict
|
330
|
+
from .singlelineageentry import SingleLineageEntry, SingleLineageEntryTypedDict
|
331
|
+
from .sortdirection import SortDirection
|
332
|
+
from .sortoption import SortOption, SortOptionTypedDict
|
333
|
+
from .sourceconfig_input import SourceConfigInput, SourceConfigInputTypedDict
|
334
|
+
from .sourceconfig_output import SourceConfigOutput, SourceConfigOutputTypedDict
|
335
|
+
from .sourcetype import SourceType
|
336
|
+
from .stageconfig_input import StageConfigInput, StageConfigInputTypedDict
|
337
|
+
from .stageconfig_output import StageConfigOutput, StageConfigOutputTypedDict
|
338
|
+
from .stagedefinition import StageDefinition, StageDefinitionTypedDict
|
339
|
+
from .stageresponse import StageResponse, StageResponseTypedDict
|
340
|
+
from .taskresponse import TaskResponse, TaskResponseTypedDict
|
341
|
+
from .taskstatus import TaskStatus
|
342
|
+
from .taxonomyapplicationconfig import (
|
343
|
+
TaxonomyApplicationConfig,
|
344
|
+
TaxonomyApplicationConfigTypedDict,
|
345
|
+
)
|
346
|
+
from .taxonomyconfig import TaxonomyConfig, TaxonomyConfigTypedDict
|
347
|
+
from .textindexparams import TextIndexParams, TextIndexParamsTypedDict
|
348
|
+
from .timeseriesdatapoint import TimeseriesDataPoint, TimeseriesDataPointTypedDict
|
349
|
+
from .timeseriesusage import TimeseriesUsage, TimeseriesUsageTypedDict
|
350
|
+
from .tokenizertype import TokenizerType
|
351
|
+
from .update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop import (
|
352
|
+
UpdateAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNamePatchRequest,
|
353
|
+
UpdateAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNamePatchRequestTypedDict,
|
354
|
+
)
|
355
|
+
from .update_bucket_v1_buckets_bucket_identifier_putop import (
|
356
|
+
UpdateBucketV1BucketsBucketIdentifierPutRequest,
|
357
|
+
UpdateBucketV1BucketsBucketIdentifierPutRequestTypedDict,
|
358
|
+
)
|
359
|
+
from .update_namespace_v1_namespaces_namespace_putop import (
|
360
|
+
UpdateNamespaceV1NamespacesNamespacePutRequest,
|
361
|
+
UpdateNamespaceV1NamespacesNamespacePutRequestTypedDict,
|
362
|
+
)
|
363
|
+
from .update_object_v1_buckets_bucket_identifier_objects_object_identifier_putop import (
|
364
|
+
UpdateObjectV1BucketsBucketIdentifierObjectsObjectIdentifierPutRequest,
|
365
|
+
UpdateObjectV1BucketsBucketIdentifierObjectsObjectIdentifierPutRequestTypedDict,
|
366
|
+
)
|
367
|
+
from .updatenamespacerequest import (
|
368
|
+
UpdateNamespaceRequest,
|
369
|
+
UpdateNamespaceRequestTypedDict,
|
370
|
+
)
|
371
|
+
from .updateobjectrequest import UpdateObjectRequest, UpdateObjectRequestTypedDict
|
372
|
+
from .usageresponse import UsageResponse, UsageResponseTypedDict
|
373
|
+
from .usagesummary import UsageSummary, UsageSummaryTypedDict
|
374
|
+
from .usagetimerange import UsageTimeRange
|
375
|
+
from .usermodel_input import UserModelInput, UserModelInputTypedDict
|
376
|
+
from .usermodel_output import UserModelOutput, UserModelOutputTypedDict
|
377
|
+
from .uuidindexparams import UUIDIndexParams, UUIDIndexParamsTypedDict
|
378
|
+
from .validationerror import (
|
379
|
+
Loc,
|
380
|
+
LocTypedDict,
|
381
|
+
ValidationError,
|
382
|
+
ValidationErrorTypedDict,
|
383
|
+
)
|
384
|
+
from .vectorbasedconfig import VectorBasedConfig, VectorBasedConfigTypedDict
|
385
|
+
from .vectorindex import VectorIndex, VectorIndexTypedDict
|
386
|
+
from .vectorindexdefinition import (
|
387
|
+
Index,
|
388
|
+
IndexTypedDict,
|
389
|
+
Type,
|
390
|
+
VectorIndexDefinition,
|
391
|
+
VectorIndexDefinitionTypedDict,
|
392
|
+
)
|
393
|
+
from .vectortype import VectorType
|
516
394
|
|
517
395
|
__all__ = [
|
518
396
|
"APIError",
|
@@ -529,26 +407,18 @@ __all__ = [
|
|
529
407
|
"AutomaticNamingTypedDict",
|
530
408
|
"BasicFeatureExtractor",
|
531
409
|
"BasicFeatureExtractorTypedDict",
|
532
|
-
"BatchDeleteDocumentsV1CollectionsCollectionIdentifierDocumentsBatchDeleteRequest",
|
533
|
-
"BatchDeleteDocumentsV1CollectionsCollectionIdentifierDocumentsBatchDeleteRequestTypedDict",
|
534
|
-
"BatchUpdateDocumentsV1CollectionsCollectionIdentifierDocumentsBatchPutRequest",
|
535
|
-
"BatchUpdateDocumentsV1CollectionsCollectionIdentifierDocumentsBatchPutRequestTypedDict",
|
536
410
|
"BlobDetails",
|
537
411
|
"BlobDetailsTypedDict",
|
538
412
|
"BlobModel",
|
539
|
-
"BlobModelMetadata",
|
540
|
-
"BlobModelMetadataTypedDict",
|
541
413
|
"BlobModelTypedDict",
|
542
414
|
"BoolIndexParams",
|
543
415
|
"BoolIndexParamsTypedDict",
|
544
416
|
"BucketCreateRequest",
|
545
|
-
"BucketCreateRequestMetadata",
|
546
|
-
"BucketCreateRequestMetadataTypedDict",
|
547
417
|
"BucketCreateRequestTypedDict",
|
548
418
|
"BucketResponse",
|
549
|
-
"BucketResponseMetadata",
|
550
|
-
"BucketResponseMetadataTypedDict",
|
551
419
|
"BucketResponseTypedDict",
|
420
|
+
"BucketSchemaFieldBase",
|
421
|
+
"BucketSchemaFieldBaseTypedDict",
|
552
422
|
"BucketSchemaFieldInput",
|
553
423
|
"BucketSchemaFieldInputTypedDict",
|
554
424
|
"BucketSchemaFieldOutput",
|
@@ -573,14 +443,10 @@ __all__ = [
|
|
573
443
|
"CollectionConfig",
|
574
444
|
"CollectionConfigTypedDict",
|
575
445
|
"CollectionModel",
|
576
|
-
"CollectionModelMetadata",
|
577
|
-
"CollectionModelMetadataTypedDict",
|
578
446
|
"CollectionModelTypedDict",
|
579
447
|
"CreateAPIKeyV1OrganizationsUsersUserEmailAPIKeysPostRequest",
|
580
448
|
"CreateAPIKeyV1OrganizationsUsersUserEmailAPIKeysPostRequestTypedDict",
|
581
449
|
"CreateBlobRequest",
|
582
|
-
"CreateBlobRequestMetadata",
|
583
|
-
"CreateBlobRequestMetadataTypedDict",
|
584
450
|
"CreateBlobRequestTypedDict",
|
585
451
|
"CreateBucketV1BucketsCreatePostRequest",
|
586
452
|
"CreateBucketV1BucketsCreatePostRequestTypedDict",
|
@@ -589,8 +455,6 @@ __all__ = [
|
|
589
455
|
"CreateClusterV1ClustersPostRequest",
|
590
456
|
"CreateClusterV1ClustersPostRequestTypedDict",
|
591
457
|
"CreateCollectionRequest",
|
592
|
-
"CreateCollectionRequestMetadata",
|
593
|
-
"CreateCollectionRequestMetadataTypedDict",
|
594
458
|
"CreateCollectionRequestTypedDict",
|
595
459
|
"CreateCollectionV1CollectionsCreatePostRequest",
|
596
460
|
"CreateCollectionV1CollectionsCreatePostRequestTypedDict",
|
@@ -599,14 +463,10 @@ __all__ = [
|
|
599
463
|
"CreateNamespaceRequest",
|
600
464
|
"CreateNamespaceRequestTypedDict",
|
601
465
|
"CreateObjectRequest",
|
602
|
-
"CreateObjectRequestMetadata",
|
603
|
-
"CreateObjectRequestMetadataTypedDict",
|
604
466
|
"CreateObjectRequestTypedDict",
|
605
467
|
"CreateObjectV1BucketsBucketIdentifierObjectsCreatePostRequest",
|
606
468
|
"CreateObjectV1BucketsBucketIdentifierObjectsCreatePostRequestTypedDict",
|
607
469
|
"CreateRetrieverRequest",
|
608
|
-
"CreateRetrieverRequestMetadata",
|
609
|
-
"CreateRetrieverRequestMetadataTypedDict",
|
610
470
|
"CreateRetrieverRequestTypedDict",
|
611
471
|
"CreateRetrieverV1RetrieversRetrieversPostRequest",
|
612
472
|
"CreateRetrieverV1RetrieversRetrieversPostRequestTypedDict",
|
@@ -616,14 +476,10 @@ __all__ = [
|
|
616
476
|
"CreateTaxonomyV1TaxonomiesPostRequestTypedDict",
|
617
477
|
"DatetimeIndexParams",
|
618
478
|
"DatetimeIndexParamsTypedDict",
|
619
|
-
"DefaultParameters",
|
620
|
-
"DefaultParametersTypedDict",
|
621
479
|
"DeleteAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNameDeleteRequest",
|
622
480
|
"DeleteAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNameDeleteRequestTypedDict",
|
623
481
|
"DeleteBucketV1BucketsBucketIdentifierDeleteRequest",
|
624
482
|
"DeleteBucketV1BucketsBucketIdentifierDeleteRequestTypedDict",
|
625
|
-
"DeleteDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDDeleteRequest",
|
626
|
-
"DeleteDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDDeleteRequestTypedDict",
|
627
483
|
"DeleteInteractionV1RetrieversInteractionsInteractionIDDeleteRequest",
|
628
484
|
"DeleteInteractionV1RetrieversInteractionsInteractionIDDeleteRequestTypedDict",
|
629
485
|
"DeleteNamespaceV1NamespacesNamespaceDeleteRequest",
|
@@ -632,23 +488,11 @@ __all__ = [
|
|
632
488
|
"DeleteObjectV1BucketsBucketIdentifierObjectsObjectIdentifierDeleteRequestTypedDict",
|
633
489
|
"DeleteUserV1OrganizationsUsersUserEmailDeleteRequest",
|
634
490
|
"DeleteUserV1OrganizationsUsersUserEmailDeleteRequestTypedDict",
|
635
|
-
"Details",
|
636
|
-
"DetailsTypedDict",
|
637
491
|
"DocumentHandlingConfig",
|
638
492
|
"DocumentHandlingConfigTypedDict",
|
639
493
|
"DocumentInputHandling",
|
640
|
-
"DocumentListResponse",
|
641
|
-
"DocumentListResponseTypedDict",
|
642
494
|
"DocumentOutputHandling",
|
643
495
|
"DocumentOutputType",
|
644
|
-
"DocumentResponse",
|
645
|
-
"DocumentResponseMetadata",
|
646
|
-
"DocumentResponseMetadataTypedDict",
|
647
|
-
"DocumentResponseTypedDict",
|
648
|
-
"DocumentUpdate",
|
649
|
-
"DocumentUpdateMetadata",
|
650
|
-
"DocumentUpdateMetadataTypedDict",
|
651
|
-
"DocumentUpdateTypedDict",
|
652
496
|
"EnrichmentField",
|
653
497
|
"EnrichmentFieldTypedDict",
|
654
498
|
"ErrorDetail",
|
@@ -669,8 +513,6 @@ __all__ = [
|
|
669
513
|
"FloatIndexParams",
|
670
514
|
"FloatIndexParamsTypedDict",
|
671
515
|
"GenerativeModels",
|
672
|
-
"GenericSuccessResponse",
|
673
|
-
"GenericSuccessResponseTypedDict",
|
674
516
|
"GeoIndexParams",
|
675
517
|
"GeoIndexParamsTypedDict",
|
676
518
|
"GetBucketV1BucketsBucketIdentifierGetRequest",
|
@@ -679,8 +521,6 @@ __all__ = [
|
|
679
521
|
"GetCacheStatsV1CollectionsCacheStatsGetRequestTypedDict",
|
680
522
|
"GetCollectionV1CollectionsCollectionIDGetRequest",
|
681
523
|
"GetCollectionV1CollectionsCollectionIDGetRequestTypedDict",
|
682
|
-
"GetDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDGetRequest",
|
683
|
-
"GetDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDGetRequestTypedDict",
|
684
524
|
"GetFeatureExtractorV1FeaturesExtractorsFeatureIDGetRequest",
|
685
525
|
"GetFeatureExtractorV1FeaturesExtractorsFeatureIDGetRequestTypedDict",
|
686
526
|
"GetInteractionV1RetrieversInteractionsInteractionIDGetRequest",
|
@@ -709,15 +549,9 @@ __all__ = [
|
|
709
549
|
"HealthCheckResponseTypedDict",
|
710
550
|
"Index",
|
711
551
|
"IndexTypedDict",
|
712
|
-
"InputSchema",
|
713
|
-
"InputSchemaTypedDict",
|
714
|
-
"Inputs",
|
715
|
-
"InputsTypedDict",
|
716
552
|
"IntegerIndexParams",
|
717
553
|
"IntegerIndexParamsTypedDict",
|
718
554
|
"InteractionResponse",
|
719
|
-
"InteractionResponseMetadata",
|
720
|
-
"InteractionResponseMetadataTypedDict",
|
721
555
|
"InteractionResponseTypedDict",
|
722
556
|
"InteractionType",
|
723
557
|
"InvalidateCacheV1CollectionsCacheInvalidatePostRequest",
|
@@ -737,8 +571,6 @@ __all__ = [
|
|
737
571
|
"ListBucketsResponseTypedDict",
|
738
572
|
"ListBucketsV1BucketsPostRequest",
|
739
573
|
"ListBucketsV1BucketsPostRequestTypedDict",
|
740
|
-
"ListDocumentsV1CollectionsCollectionIdentifierDocumentsGetRequest",
|
741
|
-
"ListDocumentsV1CollectionsCollectionIdentifierDocumentsGetRequestTypedDict",
|
742
574
|
"ListInteractionsV1RetrieversInteractionsGetRequest",
|
743
575
|
"ListInteractionsV1RetrieversInteractionsGetRequestTypedDict",
|
744
576
|
"ListObjectsRequest",
|
@@ -751,6 +583,10 @@ __all__ = [
|
|
751
583
|
"ListTasksResponseTypedDict",
|
752
584
|
"Loc",
|
753
585
|
"LocTypedDict",
|
586
|
+
"LogicalOperatorBaseInput",
|
587
|
+
"LogicalOperatorBaseInputTypedDict",
|
588
|
+
"LogicalOperatorBaseOutput",
|
589
|
+
"LogicalOperatorBaseOutputTypedDict",
|
754
590
|
"LogicalOperatorInput",
|
755
591
|
"LogicalOperatorInputTypedDict",
|
756
592
|
"LogicalOperatorOutput",
|
@@ -761,35 +597,24 @@ __all__ = [
|
|
761
597
|
"LogicalOperatorOutputOR",
|
762
598
|
"LogicalOperatorOutputORTypedDict",
|
763
599
|
"LogicalOperatorOutputTypedDict",
|
764
|
-
"Metadata",
|
765
|
-
"MetadataTypedDict",
|
766
600
|
"MultiVectorIndex",
|
767
601
|
"MultiVectorIndexTypedDict",
|
768
602
|
"NamespaceResponse",
|
769
603
|
"NamespaceResponseTypedDict",
|
604
|
+
"NamespaceStatus",
|
770
605
|
"NamespaceUsage",
|
771
606
|
"NamespaceUsageTypedDict",
|
772
607
|
"NamingMethod",
|
773
608
|
"Not",
|
774
609
|
"NotTypedDict",
|
775
610
|
"ObjectResponse",
|
776
|
-
"ObjectResponseMetadata",
|
777
|
-
"ObjectResponseMetadataTypedDict",
|
778
611
|
"ObjectResponseTypedDict",
|
779
612
|
"Or",
|
780
613
|
"OrTypedDict",
|
781
614
|
"OrganizationModel",
|
782
|
-
"OrganizationModelMetadata",
|
783
|
-
"OrganizationModelMetadataTypedDict",
|
784
615
|
"OrganizationModelTypedDict",
|
785
|
-
"OutputSchema",
|
786
|
-
"OutputSchemaTypedDict",
|
787
616
|
"PaginationResponse",
|
788
617
|
"PaginationResponseTypedDict",
|
789
|
-
"ParameterSchema",
|
790
|
-
"ParameterSchemaTypedDict",
|
791
|
-
"Parameters",
|
792
|
-
"ParametersTypedDict",
|
793
618
|
"PayloadIndexConfig",
|
794
619
|
"PayloadIndexConfigTypedDict",
|
795
620
|
"PayloadSchemaType",
|
@@ -797,23 +622,15 @@ __all__ = [
|
|
797
622
|
"Plan",
|
798
623
|
"PlanTypedDict",
|
799
624
|
"RecomputeStrategy",
|
800
|
-
"RequestBody",
|
801
|
-
"RequestBodyTypedDict",
|
802
625
|
"ResourceTotals",
|
803
626
|
"ResourceTotalsTypedDict",
|
804
|
-
"Results",
|
805
|
-
"ResultsTypedDict",
|
806
627
|
"RetrieverBinding",
|
807
628
|
"RetrieverBindingTypedDict",
|
808
629
|
"RetrieverCacheConfig",
|
809
630
|
"RetrieverCacheConfigTypedDict",
|
810
631
|
"RetrieverModel",
|
811
|
-
"RetrieverModelMetadata",
|
812
|
-
"RetrieverModelMetadataTypedDict",
|
813
632
|
"RetrieverModelTypedDict",
|
814
633
|
"RetrieverQueryRequest",
|
815
|
-
"RetrieverQueryRequestInputs",
|
816
|
-
"RetrieverQueryRequestInputsTypedDict",
|
817
634
|
"RetrieverQueryRequestTypedDict",
|
818
635
|
"RetrieverResponse",
|
819
636
|
"RetrieverResponseTypedDict",
|
@@ -826,8 +643,6 @@ __all__ = [
|
|
826
643
|
"RetrieverSchemaOutput",
|
827
644
|
"RetrieverSchemaOutputTypedDict",
|
828
645
|
"SearchInteraction",
|
829
|
-
"SearchInteractionMetadata",
|
830
|
-
"SearchInteractionMetadataTypedDict",
|
831
646
|
"SearchInteractionTypedDict",
|
832
647
|
"Security",
|
833
648
|
"SecurityTypedDict",
|
@@ -842,16 +657,10 @@ __all__ = [
|
|
842
657
|
"SourceConfigOutputTypedDict",
|
843
658
|
"SourceType",
|
844
659
|
"StageConfigInput",
|
845
|
-
"StageConfigInputParameters",
|
846
|
-
"StageConfigInputParametersTypedDict",
|
847
660
|
"StageConfigInputTypedDict",
|
848
661
|
"StageConfigOutput",
|
849
|
-
"StageConfigOutputParameters",
|
850
|
-
"StageConfigOutputParametersTypedDict",
|
851
662
|
"StageConfigOutputTypedDict",
|
852
663
|
"StageDefinition",
|
853
|
-
"StageDefinitionDefaultParameters",
|
854
|
-
"StageDefinitionDefaultParametersTypedDict",
|
855
664
|
"StageDefinitionTypedDict",
|
856
665
|
"StageResponse",
|
857
666
|
"StageResponseTypedDict",
|
@@ -876,15 +685,11 @@ __all__ = [
|
|
876
685
|
"UpdateAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNamePatchRequestTypedDict",
|
877
686
|
"UpdateBucketV1BucketsBucketIdentifierPutRequest",
|
878
687
|
"UpdateBucketV1BucketsBucketIdentifierPutRequestTypedDict",
|
879
|
-
"UpdateDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDPutRequest",
|
880
|
-
"UpdateDocumentV1CollectionsCollectionIdentifierDocumentsDocumentIDPutRequestTypedDict",
|
881
688
|
"UpdateNamespaceRequest",
|
882
689
|
"UpdateNamespaceRequestTypedDict",
|
883
690
|
"UpdateNamespaceV1NamespacesNamespacePutRequest",
|
884
691
|
"UpdateNamespaceV1NamespacesNamespacePutRequestTypedDict",
|
885
692
|
"UpdateObjectRequest",
|
886
|
-
"UpdateObjectRequestMetadata",
|
887
|
-
"UpdateObjectRequestMetadataTypedDict",
|
888
693
|
"UpdateObjectRequestTypedDict",
|
889
694
|
"UpdateObjectV1BucketsBucketIdentifierObjectsObjectIdentifierPutRequest",
|
890
695
|
"UpdateObjectV1BucketsBucketIdentifierObjectsObjectIdentifierPutRequestTypedDict",
|
@@ -894,12 +699,8 @@ __all__ = [
|
|
894
699
|
"UsageSummaryTypedDict",
|
895
700
|
"UsageTimeRange",
|
896
701
|
"UserModelInput",
|
897
|
-
"UserModelInputMetadata",
|
898
|
-
"UserModelInputMetadataTypedDict",
|
899
702
|
"UserModelInputTypedDict",
|
900
703
|
"UserModelOutput",
|
901
|
-
"UserModelOutputMetadata",
|
902
|
-
"UserModelOutputMetadataTypedDict",
|
903
704
|
"UserModelOutputTypedDict",
|
904
705
|
"ValidationError",
|
905
706
|
"ValidationErrorTypedDict",
|
@@ -911,3 +712,350 @@ __all__ = [
|
|
911
712
|
"VectorIndexTypedDict",
|
912
713
|
"VectorType",
|
913
714
|
]
|
715
|
+
|
716
|
+
_dynamic_imports: dict[str, str] = {
|
717
|
+
"AggregationType": ".aggregationtype",
|
718
|
+
"APIError": ".apierror",
|
719
|
+
"APIKey": ".apikey",
|
720
|
+
"APIKeyTypedDict": ".apikey",
|
721
|
+
"APIKeyUpdate": ".apikeyupdate",
|
722
|
+
"APIKeyUpdateTypedDict": ".apikeyupdate",
|
723
|
+
"AttributeBasedConfig": ".attributebasedconfig",
|
724
|
+
"AttributeBasedConfigTypedDict": ".attributebasedconfig",
|
725
|
+
"AutomaticNaming": ".automaticnaming",
|
726
|
+
"AutomaticNamingTypedDict": ".automaticnaming",
|
727
|
+
"BasicFeatureExtractor": ".basicfeatureextractor",
|
728
|
+
"BasicFeatureExtractorTypedDict": ".basicfeatureextractor",
|
729
|
+
"BlobDetails": ".blobdetails",
|
730
|
+
"BlobDetailsTypedDict": ".blobdetails",
|
731
|
+
"BlobModel": ".blobmodel",
|
732
|
+
"BlobModelTypedDict": ".blobmodel",
|
733
|
+
"BoolIndexParams": ".boolindexparams",
|
734
|
+
"BoolIndexParamsTypedDict": ".boolindexparams",
|
735
|
+
"BucketCreateRequest": ".bucketcreaterequest",
|
736
|
+
"BucketCreateRequestTypedDict": ".bucketcreaterequest",
|
737
|
+
"BucketResponse": ".bucketresponse",
|
738
|
+
"BucketResponseTypedDict": ".bucketresponse",
|
739
|
+
"BucketSchemaInput": ".bucketschema_input",
|
740
|
+
"BucketSchemaInputTypedDict": ".bucketschema_input",
|
741
|
+
"BucketSchemaOutput": ".bucketschema_output",
|
742
|
+
"BucketSchemaOutputTypedDict": ".bucketschema_output",
|
743
|
+
"BucketSchemaFieldInput": ".bucketschemafield_input",
|
744
|
+
"BucketSchemaFieldInputTypedDict": ".bucketschemafield_input",
|
745
|
+
"BucketSchemaFieldOutput": ".bucketschemafield_output",
|
746
|
+
"BucketSchemaFieldOutputTypedDict": ".bucketschemafield_output",
|
747
|
+
"BucketSchemaFieldBase": ".bucketschemafieldbase",
|
748
|
+
"BucketSchemaFieldBaseTypedDict": ".bucketschemafieldbase",
|
749
|
+
"BucketSchemaFieldType": ".bucketschemafieldtype",
|
750
|
+
"BucketUpdateRequest": ".bucketupdaterequest",
|
751
|
+
"BucketUpdateRequestTypedDict": ".bucketupdaterequest",
|
752
|
+
"CacheStats": ".cachestats",
|
753
|
+
"CacheStatsTypedDict": ".cachestats",
|
754
|
+
"CleanupCacheV1CollectionsCacheCleanupPostRequest": ".cleanup_cache_v1_collections_cache_cleanup_postop",
|
755
|
+
"CleanupCacheV1CollectionsCacheCleanupPostRequestTypedDict": ".cleanup_cache_v1_collections_cache_cleanup_postop",
|
756
|
+
"ClusteringMethod": ".clusteringmethod",
|
757
|
+
"ClusterType": ".clustertype",
|
758
|
+
"CollectionCacheConfigInput": ".collectioncacheconfig_input",
|
759
|
+
"CollectionCacheConfigInputTypedDict": ".collectioncacheconfig_input",
|
760
|
+
"CollectionCacheConfigOutput": ".collectioncacheconfig_output",
|
761
|
+
"CollectionCacheConfigOutputTypedDict": ".collectioncacheconfig_output",
|
762
|
+
"CollectionConfig": ".collectionconfig",
|
763
|
+
"CollectionConfigTypedDict": ".collectionconfig",
|
764
|
+
"CollectionModel": ".collectionmodel",
|
765
|
+
"CollectionModelTypedDict": ".collectionmodel",
|
766
|
+
"CreateAPIKeyV1OrganizationsUsersUserEmailAPIKeysPostRequest": ".create_api_key_v1_organizations_users_user_email_api_keys_postop",
|
767
|
+
"CreateAPIKeyV1OrganizationsUsersUserEmailAPIKeysPostRequestTypedDict": ".create_api_key_v1_organizations_users_user_email_api_keys_postop",
|
768
|
+
"CreateBucketV1BucketsCreatePostRequest": ".create_bucket_v1_buckets_create_postop",
|
769
|
+
"CreateBucketV1BucketsCreatePostRequestTypedDict": ".create_bucket_v1_buckets_create_postop",
|
770
|
+
"CreateClusterV1ClustersPostRequest": ".create_cluster_v1_clusters_postop",
|
771
|
+
"CreateClusterV1ClustersPostRequestTypedDict": ".create_cluster_v1_clusters_postop",
|
772
|
+
"CreateCollectionV1CollectionsCreatePostRequest": ".create_collection_v1_collections_create_postop",
|
773
|
+
"CreateCollectionV1CollectionsCreatePostRequestTypedDict": ".create_collection_v1_collections_create_postop",
|
774
|
+
"CreateInteractionV1RetrieversInteractionsPostRequest": ".create_interaction_v1_retrievers_interactions_postop",
|
775
|
+
"CreateInteractionV1RetrieversInteractionsPostRequestTypedDict": ".create_interaction_v1_retrievers_interactions_postop",
|
776
|
+
"CreateObjectV1BucketsBucketIdentifierObjectsCreatePostRequest": ".create_object_v1_buckets_bucket_identifier_objects_create_postop",
|
777
|
+
"CreateObjectV1BucketsBucketIdentifierObjectsCreatePostRequestTypedDict": ".create_object_v1_buckets_bucket_identifier_objects_create_postop",
|
778
|
+
"CreateRetrieverV1RetrieversRetrieversPostRequest": ".create_retriever_v1_retrievers_retrievers_postop",
|
779
|
+
"CreateRetrieverV1RetrieversRetrieversPostRequestTypedDict": ".create_retriever_v1_retrievers_retrievers_postop",
|
780
|
+
"CreateTaxonomyV1TaxonomiesPostRequest": ".create_taxonomy_v1_taxonomies_postop",
|
781
|
+
"CreateTaxonomyV1TaxonomiesPostRequestTypedDict": ".create_taxonomy_v1_taxonomies_postop",
|
782
|
+
"CreateBlobRequest": ".createblobrequest",
|
783
|
+
"CreateBlobRequestTypedDict": ".createblobrequest",
|
784
|
+
"CreateClusterRequest": ".createclusterrequest",
|
785
|
+
"CreateClusterRequestTypedDict": ".createclusterrequest",
|
786
|
+
"CreateCollectionRequest": ".createcollectionrequest",
|
787
|
+
"CreateCollectionRequestTypedDict": ".createcollectionrequest",
|
788
|
+
"CreateNamespaceRequest": ".createnamespacerequest",
|
789
|
+
"CreateNamespaceRequestTypedDict": ".createnamespacerequest",
|
790
|
+
"CreateObjectRequest": ".createobjectrequest",
|
791
|
+
"CreateObjectRequestTypedDict": ".createobjectrequest",
|
792
|
+
"CreateRetrieverRequest": ".createretrieverrequest",
|
793
|
+
"CreateRetrieverRequestTypedDict": ".createretrieverrequest",
|
794
|
+
"CreateTaxonomyRequest": ".createtaxonomyrequest",
|
795
|
+
"CreateTaxonomyRequestTypedDict": ".createtaxonomyrequest",
|
796
|
+
"DatetimeIndexParams": ".datetimeindexparams",
|
797
|
+
"DatetimeIndexParamsTypedDict": ".datetimeindexparams",
|
798
|
+
"DeleteAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNameDeleteRequest": ".delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop",
|
799
|
+
"DeleteAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNameDeleteRequestTypedDict": ".delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop",
|
800
|
+
"DeleteBucketV1BucketsBucketIdentifierDeleteRequest": ".delete_bucket_v1_buckets_bucket_identifier_deleteop",
|
801
|
+
"DeleteBucketV1BucketsBucketIdentifierDeleteRequestTypedDict": ".delete_bucket_v1_buckets_bucket_identifier_deleteop",
|
802
|
+
"DeleteInteractionV1RetrieversInteractionsInteractionIDDeleteRequest": ".delete_interaction_v1_retrievers_interactions_interaction_id_deleteop",
|
803
|
+
"DeleteInteractionV1RetrieversInteractionsInteractionIDDeleteRequestTypedDict": ".delete_interaction_v1_retrievers_interactions_interaction_id_deleteop",
|
804
|
+
"DeleteNamespaceV1NamespacesNamespaceDeleteRequest": ".delete_namespace_v1_namespaces_namespace_deleteop",
|
805
|
+
"DeleteNamespaceV1NamespacesNamespaceDeleteRequestTypedDict": ".delete_namespace_v1_namespaces_namespace_deleteop",
|
806
|
+
"DeleteObjectV1BucketsBucketIdentifierObjectsObjectIdentifierDeleteRequest": ".delete_object_v1_buckets_bucket_identifier_objects_object_identifier_deleteop",
|
807
|
+
"DeleteObjectV1BucketsBucketIdentifierObjectsObjectIdentifierDeleteRequestTypedDict": ".delete_object_v1_buckets_bucket_identifier_objects_object_identifier_deleteop",
|
808
|
+
"DeleteUserV1OrganizationsUsersUserEmailDeleteRequest": ".delete_user_v1_organizations_users_user_email_deleteop",
|
809
|
+
"DeleteUserV1OrganizationsUsersUserEmailDeleteRequestTypedDict": ".delete_user_v1_organizations_users_user_email_deleteop",
|
810
|
+
"DocumentHandlingConfig": ".documenthandlingconfig",
|
811
|
+
"DocumentHandlingConfigTypedDict": ".documenthandlingconfig",
|
812
|
+
"DocumentInputHandling": ".documentinputhandling",
|
813
|
+
"DocumentOutputHandling": ".documentoutputhandling",
|
814
|
+
"DocumentOutputType": ".documentoutputtype",
|
815
|
+
"EnrichmentField": ".enrichmentfield",
|
816
|
+
"EnrichmentFieldTypedDict": ".enrichmentfield",
|
817
|
+
"ErrorDetail": ".errordetail",
|
818
|
+
"ErrorDetailTypedDict": ".errordetail",
|
819
|
+
"ErrorResponse": ".errorresponse",
|
820
|
+
"ErrorResponseData": ".errorresponse",
|
821
|
+
"ExecuteRetrieverV1RetrieversRetrieversRetrieverIDExecutePostRequest": ".execute_retriever_v1_retrievers_retrievers_retriever_id_execute_postop",
|
822
|
+
"ExecuteRetrieverV1RetrieversRetrieversRetrieverIDExecutePostRequestTypedDict": ".execute_retriever_v1_retrievers_retrievers_retriever_id_execute_postop",
|
823
|
+
"FeatureExtractorConfig": ".featureextractorconfig",
|
824
|
+
"FeatureExtractorConfigTypedDict": ".featureextractorconfig",
|
825
|
+
"FeatureExtractorDefinition": ".featureextractordefinition",
|
826
|
+
"FeatureExtractorDefinitionTypedDict": ".featureextractordefinition",
|
827
|
+
"FilterCondition": ".filtercondition",
|
828
|
+
"FilterConditionTypedDict": ".filtercondition",
|
829
|
+
"FilterOperator": ".filteroperator",
|
830
|
+
"FloatIndexParams": ".floatindexparams",
|
831
|
+
"FloatIndexParamsTypedDict": ".floatindexparams",
|
832
|
+
"GenerativeModels": ".generativemodels",
|
833
|
+
"GeoIndexParams": ".geoindexparams",
|
834
|
+
"GeoIndexParamsTypedDict": ".geoindexparams",
|
835
|
+
"GetBucketV1BucketsBucketIdentifierGetRequest": ".get_bucket_v1_buckets_bucket_identifier_getop",
|
836
|
+
"GetBucketV1BucketsBucketIdentifierGetRequestTypedDict": ".get_bucket_v1_buckets_bucket_identifier_getop",
|
837
|
+
"GetCacheStatsV1CollectionsCacheStatsGetRequest": ".get_cache_stats_v1_collections_cache_stats_getop",
|
838
|
+
"GetCacheStatsV1CollectionsCacheStatsGetRequestTypedDict": ".get_cache_stats_v1_collections_cache_stats_getop",
|
839
|
+
"GetCollectionV1CollectionsCollectionIDGetRequest": ".get_collection_v1_collections_collection_id_getop",
|
840
|
+
"GetCollectionV1CollectionsCollectionIDGetRequestTypedDict": ".get_collection_v1_collections_collection_id_getop",
|
841
|
+
"GetFeatureExtractorV1FeaturesExtractorsFeatureIDGetRequest": ".get_feature_extractor_v1_features_extractors_feature_id_getop",
|
842
|
+
"GetFeatureExtractorV1FeaturesExtractorsFeatureIDGetRequestTypedDict": ".get_feature_extractor_v1_features_extractors_feature_id_getop",
|
843
|
+
"GetInteractionV1RetrieversInteractionsInteractionIDGetRequest": ".get_interaction_v1_retrievers_interactions_interaction_id_getop",
|
844
|
+
"GetInteractionV1RetrieversInteractionsInteractionIDGetRequestTypedDict": ".get_interaction_v1_retrievers_interactions_interaction_id_getop",
|
845
|
+
"GetNamespaceV1NamespacesNamespaceGetRequest": ".get_namespace_v1_namespaces_namespace_getop",
|
846
|
+
"GetNamespaceV1NamespacesNamespaceGetRequestTypedDict": ".get_namespace_v1_namespaces_namespace_getop",
|
847
|
+
"GetObjectV1BucketsBucketIdentifierObjectsObjectIdentifierGetRequest": ".get_object_v1_buckets_bucket_identifier_objects_object_identifier_getop",
|
848
|
+
"GetObjectV1BucketsBucketIdentifierObjectsObjectIdentifierGetRequestTypedDict": ".get_object_v1_buckets_bucket_identifier_objects_object_identifier_getop",
|
849
|
+
"GetResearchV1ResearchGetRequest": ".get_research_v1_research_getop",
|
850
|
+
"GetResearchV1ResearchGetRequestTypedDict": ".get_research_v1_research_getop",
|
851
|
+
"GetRetrieverStagesV1RetrieversStagesGetRequest": ".get_retriever_stages_v1_retrievers_stages_getop",
|
852
|
+
"GetRetrieverStagesV1RetrieversStagesGetRequestTypedDict": ".get_retriever_stages_v1_retrievers_stages_getop",
|
853
|
+
"GetRetrieverV1RetrieversRetrieversRetrieverIDGetRequest": ".get_retriever_v1_retrievers_retrievers_retriever_id_getop",
|
854
|
+
"GetRetrieverV1RetrieversRetrieversRetrieverIDGetRequestTypedDict": ".get_retriever_v1_retrievers_retrievers_retriever_id_getop",
|
855
|
+
"GetTaskV1TasksTaskIDGetRequest": ".get_task_v1_tasks_task_id_getop",
|
856
|
+
"GetTaskV1TasksTaskIDGetRequestTypedDict": ".get_task_v1_tasks_task_id_getop",
|
857
|
+
"GetUserV1OrganizationsUsersUserEmailGetRequest": ".get_user_v1_organizations_users_user_email_getop",
|
858
|
+
"GetUserV1OrganizationsUsersUserEmailGetRequestTypedDict": ".get_user_v1_organizations_users_user_email_getop",
|
859
|
+
"GetUsageRequestModel": ".getusagerequestmodel",
|
860
|
+
"GetUsageRequestModelTypedDict": ".getusagerequestmodel",
|
861
|
+
"HDBSCANParameters": ".hdbscanparameters",
|
862
|
+
"HDBSCANParametersTypedDict": ".hdbscanparameters",
|
863
|
+
"HealthCheckResponse": ".healthcheckresponse",
|
864
|
+
"HealthCheckResponseTypedDict": ".healthcheckresponse",
|
865
|
+
"HTTPValidationError": ".httpvalidationerror",
|
866
|
+
"HTTPValidationErrorData": ".httpvalidationerror",
|
867
|
+
"IntegerIndexParams": ".integerindexparams",
|
868
|
+
"IntegerIndexParamsTypedDict": ".integerindexparams",
|
869
|
+
"InteractionResponse": ".interactionresponse",
|
870
|
+
"InteractionResponseTypedDict": ".interactionresponse",
|
871
|
+
"InteractionType": ".interactiontype",
|
872
|
+
"InvalidateCacheV1CollectionsCacheInvalidatePostRequest": ".invalidate_cache_v1_collections_cache_invalidate_postop",
|
873
|
+
"InvalidateCacheV1CollectionsCacheInvalidatePostRequestTypedDict": ".invalidate_cache_v1_collections_cache_invalidate_postop",
|
874
|
+
"InvalidationEvent": ".invalidationevent",
|
875
|
+
"InvalidationEventTypedDict": ".invalidationevent",
|
876
|
+
"InvalidationStrategy": ".invalidationstrategy",
|
877
|
+
"KeywordIndexParams": ".keywordindexparams",
|
878
|
+
"KeywordIndexParamsTypedDict": ".keywordindexparams",
|
879
|
+
"KillTaskV1TasksTaskIDDeleteRequest": ".kill_task_v1_tasks_task_id_deleteop",
|
880
|
+
"KillTaskV1TasksTaskIDDeleteRequestTypedDict": ".kill_task_v1_tasks_task_id_deleteop",
|
881
|
+
"ListActiveTasksV1TasksGetRequest": ".list_active_tasks_v1_tasks_getop",
|
882
|
+
"ListActiveTasksV1TasksGetRequestTypedDict": ".list_active_tasks_v1_tasks_getop",
|
883
|
+
"ListBucketsV1BucketsPostRequest": ".list_buckets_v1_buckets_postop",
|
884
|
+
"ListBucketsV1BucketsPostRequestTypedDict": ".list_buckets_v1_buckets_postop",
|
885
|
+
"ListInteractionsV1RetrieversInteractionsGetRequest": ".list_interactions_v1_retrievers_interactions_getop",
|
886
|
+
"ListInteractionsV1RetrieversInteractionsGetRequestTypedDict": ".list_interactions_v1_retrievers_interactions_getop",
|
887
|
+
"ListObjectsV1BucketsBucketIdentifierObjectsPostRequest": ".list_objects_v1_buckets_bucket_identifier_objects_postop",
|
888
|
+
"ListObjectsV1BucketsBucketIdentifierObjectsPostRequestTypedDict": ".list_objects_v1_buckets_bucket_identifier_objects_postop",
|
889
|
+
"ListBucketsRequest": ".listbucketsrequest",
|
890
|
+
"ListBucketsRequestTypedDict": ".listbucketsrequest",
|
891
|
+
"ListBucketsResponse": ".listbucketsresponse",
|
892
|
+
"ListBucketsResponseTypedDict": ".listbucketsresponse",
|
893
|
+
"ListObjectsRequest": ".listobjectsrequest",
|
894
|
+
"ListObjectsRequestTypedDict": ".listobjectsrequest",
|
895
|
+
"ListObjectsResponse": ".listobjectsresponse",
|
896
|
+
"ListObjectsResponseTypedDict": ".listobjectsresponse",
|
897
|
+
"ListTasksResponse": ".listtasksresponse",
|
898
|
+
"ListTasksResponseTypedDict": ".listtasksresponse",
|
899
|
+
"And": ".logicaloperator_input",
|
900
|
+
"AndTypedDict": ".logicaloperator_input",
|
901
|
+
"LogicalOperatorInput": ".logicaloperator_input",
|
902
|
+
"LogicalOperatorInputTypedDict": ".logicaloperator_input",
|
903
|
+
"Not": ".logicaloperator_input",
|
904
|
+
"NotTypedDict": ".logicaloperator_input",
|
905
|
+
"Or": ".logicaloperator_input",
|
906
|
+
"OrTypedDict": ".logicaloperator_input",
|
907
|
+
"LogicalOperatorOutput": ".logicaloperator_output",
|
908
|
+
"LogicalOperatorOutputAND": ".logicaloperator_output",
|
909
|
+
"LogicalOperatorOutputANDTypedDict": ".logicaloperator_output",
|
910
|
+
"LogicalOperatorOutputNOT": ".logicaloperator_output",
|
911
|
+
"LogicalOperatorOutputNOTTypedDict": ".logicaloperator_output",
|
912
|
+
"LogicalOperatorOutputOR": ".logicaloperator_output",
|
913
|
+
"LogicalOperatorOutputORTypedDict": ".logicaloperator_output",
|
914
|
+
"LogicalOperatorOutputTypedDict": ".logicaloperator_output",
|
915
|
+
"LogicalOperatorBaseInput": ".logicaloperatorbase_input",
|
916
|
+
"LogicalOperatorBaseInputTypedDict": ".logicaloperatorbase_input",
|
917
|
+
"LogicalOperatorBaseOutput": ".logicaloperatorbase_output",
|
918
|
+
"LogicalOperatorBaseOutputTypedDict": ".logicaloperatorbase_output",
|
919
|
+
"MultiVectorIndex": ".multivectorindex",
|
920
|
+
"MultiVectorIndexTypedDict": ".multivectorindex",
|
921
|
+
"NamespaceResponse": ".namespaceresponse",
|
922
|
+
"NamespaceResponseTypedDict": ".namespaceresponse",
|
923
|
+
"NamespaceStatus": ".namespacestatus",
|
924
|
+
"NamespaceUsage": ".namespaceusage",
|
925
|
+
"NamespaceUsageTypedDict": ".namespaceusage",
|
926
|
+
"NamingMethod": ".namingmethod",
|
927
|
+
"ObjectResponse": ".objectresponse",
|
928
|
+
"ObjectResponseTypedDict": ".objectresponse",
|
929
|
+
"OrganizationModel": ".organizationmodel",
|
930
|
+
"OrganizationModelTypedDict": ".organizationmodel",
|
931
|
+
"PaginationResponse": ".paginationresponse",
|
932
|
+
"PaginationResponseTypedDict": ".paginationresponse",
|
933
|
+
"FieldSchema": ".payloadindexconfig",
|
934
|
+
"FieldSchemaTypedDict": ".payloadindexconfig",
|
935
|
+
"PayloadIndexConfig": ".payloadindexconfig",
|
936
|
+
"PayloadIndexConfigTypedDict": ".payloadindexconfig",
|
937
|
+
"PayloadSchemaType": ".payloadschematype",
|
938
|
+
"Permission": ".permission",
|
939
|
+
"Plan": ".plan",
|
940
|
+
"PlanTypedDict": ".plan",
|
941
|
+
"RecomputeStrategy": ".recomputestrategy",
|
942
|
+
"ResourceTotals": ".resourcetotals",
|
943
|
+
"ResourceTotalsTypedDict": ".resourcetotals",
|
944
|
+
"RetrieverBinding": ".retrieverbinding",
|
945
|
+
"RetrieverBindingTypedDict": ".retrieverbinding",
|
946
|
+
"RetrieverCacheConfig": ".retrievercacheconfig",
|
947
|
+
"RetrieverCacheConfigTypedDict": ".retrievercacheconfig",
|
948
|
+
"RetrieverModel": ".retrievermodel",
|
949
|
+
"RetrieverModelTypedDict": ".retrievermodel",
|
950
|
+
"RetrieverQueryRequest": ".retrieverqueryrequest",
|
951
|
+
"RetrieverQueryRequestTypedDict": ".retrieverqueryrequest",
|
952
|
+
"RetrieverResponse": ".retrieverresponse",
|
953
|
+
"RetrieverResponseTypedDict": ".retrieverresponse",
|
954
|
+
"RetrieverSchemaInput": ".retrieverschema_input",
|
955
|
+
"RetrieverSchemaInputTypedDict": ".retrieverschema_input",
|
956
|
+
"RetrieverSchemaOutput": ".retrieverschema_output",
|
957
|
+
"RetrieverSchemaOutputTypedDict": ".retrieverschema_output",
|
958
|
+
"RetrieverSchemaFieldInput": ".retrieverschemafield_input",
|
959
|
+
"RetrieverSchemaFieldInputTypedDict": ".retrieverschemafield_input",
|
960
|
+
"RetrieverSchemaFieldOutput": ".retrieverschemafield_output",
|
961
|
+
"RetrieverSchemaFieldOutputTypedDict": ".retrieverschemafield_output",
|
962
|
+
"SearchInteraction": ".searchinteraction",
|
963
|
+
"SearchInteractionTypedDict": ".searchinteraction",
|
964
|
+
"Security": ".security",
|
965
|
+
"SecurityTypedDict": ".security",
|
966
|
+
"SingleLineageEntry": ".singlelineageentry",
|
967
|
+
"SingleLineageEntryTypedDict": ".singlelineageentry",
|
968
|
+
"SortDirection": ".sortdirection",
|
969
|
+
"SortOption": ".sortoption",
|
970
|
+
"SortOptionTypedDict": ".sortoption",
|
971
|
+
"SourceConfigInput": ".sourceconfig_input",
|
972
|
+
"SourceConfigInputTypedDict": ".sourceconfig_input",
|
973
|
+
"SourceConfigOutput": ".sourceconfig_output",
|
974
|
+
"SourceConfigOutputTypedDict": ".sourceconfig_output",
|
975
|
+
"SourceType": ".sourcetype",
|
976
|
+
"StageConfigInput": ".stageconfig_input",
|
977
|
+
"StageConfigInputTypedDict": ".stageconfig_input",
|
978
|
+
"StageConfigOutput": ".stageconfig_output",
|
979
|
+
"StageConfigOutputTypedDict": ".stageconfig_output",
|
980
|
+
"StageDefinition": ".stagedefinition",
|
981
|
+
"StageDefinitionTypedDict": ".stagedefinition",
|
982
|
+
"StageResponse": ".stageresponse",
|
983
|
+
"StageResponseTypedDict": ".stageresponse",
|
984
|
+
"TaskResponse": ".taskresponse",
|
985
|
+
"TaskResponseTypedDict": ".taskresponse",
|
986
|
+
"TaskStatus": ".taskstatus",
|
987
|
+
"TaxonomyApplicationConfig": ".taxonomyapplicationconfig",
|
988
|
+
"TaxonomyApplicationConfigTypedDict": ".taxonomyapplicationconfig",
|
989
|
+
"TaxonomyConfig": ".taxonomyconfig",
|
990
|
+
"TaxonomyConfigTypedDict": ".taxonomyconfig",
|
991
|
+
"TextIndexParams": ".textindexparams",
|
992
|
+
"TextIndexParamsTypedDict": ".textindexparams",
|
993
|
+
"TimeseriesDataPoint": ".timeseriesdatapoint",
|
994
|
+
"TimeseriesDataPointTypedDict": ".timeseriesdatapoint",
|
995
|
+
"TimeseriesUsage": ".timeseriesusage",
|
996
|
+
"TimeseriesUsageTypedDict": ".timeseriesusage",
|
997
|
+
"TokenizerType": ".tokenizertype",
|
998
|
+
"UpdateAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNamePatchRequest": ".update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop",
|
999
|
+
"UpdateAPIKeyV1OrganizationsUsersUserEmailAPIKeysKeyNamePatchRequestTypedDict": ".update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop",
|
1000
|
+
"UpdateBucketV1BucketsBucketIdentifierPutRequest": ".update_bucket_v1_buckets_bucket_identifier_putop",
|
1001
|
+
"UpdateBucketV1BucketsBucketIdentifierPutRequestTypedDict": ".update_bucket_v1_buckets_bucket_identifier_putop",
|
1002
|
+
"UpdateNamespaceV1NamespacesNamespacePutRequest": ".update_namespace_v1_namespaces_namespace_putop",
|
1003
|
+
"UpdateNamespaceV1NamespacesNamespacePutRequestTypedDict": ".update_namespace_v1_namespaces_namespace_putop",
|
1004
|
+
"UpdateObjectV1BucketsBucketIdentifierObjectsObjectIdentifierPutRequest": ".update_object_v1_buckets_bucket_identifier_objects_object_identifier_putop",
|
1005
|
+
"UpdateObjectV1BucketsBucketIdentifierObjectsObjectIdentifierPutRequestTypedDict": ".update_object_v1_buckets_bucket_identifier_objects_object_identifier_putop",
|
1006
|
+
"UpdateNamespaceRequest": ".updatenamespacerequest",
|
1007
|
+
"UpdateNamespaceRequestTypedDict": ".updatenamespacerequest",
|
1008
|
+
"UpdateObjectRequest": ".updateobjectrequest",
|
1009
|
+
"UpdateObjectRequestTypedDict": ".updateobjectrequest",
|
1010
|
+
"UsageResponse": ".usageresponse",
|
1011
|
+
"UsageResponseTypedDict": ".usageresponse",
|
1012
|
+
"UsageSummary": ".usagesummary",
|
1013
|
+
"UsageSummaryTypedDict": ".usagesummary",
|
1014
|
+
"UsageTimeRange": ".usagetimerange",
|
1015
|
+
"UserModelInput": ".usermodel_input",
|
1016
|
+
"UserModelInputTypedDict": ".usermodel_input",
|
1017
|
+
"UserModelOutput": ".usermodel_output",
|
1018
|
+
"UserModelOutputTypedDict": ".usermodel_output",
|
1019
|
+
"UUIDIndexParams": ".uuidindexparams",
|
1020
|
+
"UUIDIndexParamsTypedDict": ".uuidindexparams",
|
1021
|
+
"Loc": ".validationerror",
|
1022
|
+
"LocTypedDict": ".validationerror",
|
1023
|
+
"ValidationError": ".validationerror",
|
1024
|
+
"ValidationErrorTypedDict": ".validationerror",
|
1025
|
+
"VectorBasedConfig": ".vectorbasedconfig",
|
1026
|
+
"VectorBasedConfigTypedDict": ".vectorbasedconfig",
|
1027
|
+
"VectorIndex": ".vectorindex",
|
1028
|
+
"VectorIndexTypedDict": ".vectorindex",
|
1029
|
+
"Index": ".vectorindexdefinition",
|
1030
|
+
"IndexTypedDict": ".vectorindexdefinition",
|
1031
|
+
"Type": ".vectorindexdefinition",
|
1032
|
+
"VectorIndexDefinition": ".vectorindexdefinition",
|
1033
|
+
"VectorIndexDefinitionTypedDict": ".vectorindexdefinition",
|
1034
|
+
"VectorType": ".vectortype",
|
1035
|
+
}
|
1036
|
+
|
1037
|
+
|
1038
|
+
def __getattr__(attr_name: str) -> object:
|
1039
|
+
module_name = _dynamic_imports.get(attr_name)
|
1040
|
+
if module_name is None:
|
1041
|
+
raise AttributeError(
|
1042
|
+
f"No {attr_name} found in _dynamic_imports for module name -> {__name__} "
|
1043
|
+
)
|
1044
|
+
|
1045
|
+
try:
|
1046
|
+
module = import_module(module_name, __package__)
|
1047
|
+
result = getattr(module, attr_name)
|
1048
|
+
return result
|
1049
|
+
except ImportError as e:
|
1050
|
+
raise ImportError(
|
1051
|
+
f"Failed to import {attr_name} from {module_name}: {e}"
|
1052
|
+
) from e
|
1053
|
+
except AttributeError as e:
|
1054
|
+
raise AttributeError(
|
1055
|
+
f"Failed to get {attr_name} from {module_name}: {e}"
|
1056
|
+
) from e
|
1057
|
+
|
1058
|
+
|
1059
|
+
def __dir__():
|
1060
|
+
lazy_attrs = list(_dynamic_imports.keys())
|
1061
|
+
return sorted(lazy_attrs)
|