You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
region: The AWS region to run the model from, REQUIRED.
803
+
target_model: The target model to use. Defaults to `None`, which uses the server-defined default.
804
+
target_variant: The target variant to use. Defaults to `None`, which uses the server-defined default.
797
805
quantizer: The quantizer to use for the vector index. If not provided, no quantization will be applied.
798
806
source_properties: Which properties should be included when vectorizing. By default all text properties are included.
799
807
vector_index_config: The configuration for Weaviate's vector index. Use `wvc.config.Configure.VectorIndex` to create a vector index configuration. None by default
0 commit comments