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
model: The model to use. Defaults to `None`, which uses the server-defined default.
1206
1208
project_id: The project ID to use, REQUIRED.
1207
1209
title_property: The Weaviate property name for the `gecko-002` or `gecko-003` model to use as the title.
1210
+
task_type: The task type to use (e.g. `RETRIEVAL_QUERY`, `RETRIEVAL_DOCUMENT`). Defaults to `None`, which uses the server-defined default.
1208
1211
source_properties: Which properties should be included when vectorizing. By default all text properties are included.
1209
1212
vector_index_config: The configuration for Weaviate's vector index. Use `wvc.config.Configure.VectorIndex` to create a vector index configuration. None by default.
1210
1213
vectorize_collection_name: Whether to vectorize the collection name. Defaults to `True`.
dimenions: The dimensionality of the vectors. Defaults to `None`, which uses the server-defined default.
1250
1255
model: The model to use. Defaults to `None`, which uses the server-defined default.
1251
1256
title_property: The Weaviate property name for the `gecko-002` or `gecko-003` model to use as the title.
1257
+
task_type: The task type to use (e.g. `RETRIEVAL_QUERY`, `RETRIEVAL_DOCUMENT`). Defaults to `None`, which uses the server-defined default.
1252
1258
source_properties: Which properties should be included when vectorizing. By default all text properties are included.
1253
1259
vector_index_config: The configuration for Weaviate's vector index. Use `wvc.config.Configure.VectorIndex` to create a vector index configuration. None by default
1254
1260
vectorize_collection_name: Whether to vectorize the collection name. Defaults to `True`.
0 commit comments