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
quantizer: The quantizer to use for the vector index. If not provided, no quantization will be applied.
679
680
base_url: The base URL to use where API requests should go. Defaults to `None`, which uses the server-defined default.
680
681
model: The model to use. Defaults to `None`, which uses the server-defined default.
682
+
endpoint: The API path to append to `base_url`, e.g. `/api/v3/embeddings`. Defaults to `None`, which uses the server-defined default.
681
683
source_properties: Which properties should be included when vectorizing. By default all text properties are included.
682
684
vector_index_config: The configuration for Weaviate's vector index. Use `wvc.config.Configure.VectorIndex` to create a vector index configuration. None by default
683
685
vectorize_collection_name: Whether to vectorize the collection name. Defaults to `True`.
0 commit comments