Optional
dimensionThe dimension of the vectors stored in the collection.
If service
is not provided, this must be set. Otherwise, the necessity of this being set comes on a per-model
basis:
You can find out more information about each model in the DataStax docs, or through DbAdmin.findEmbeddingProviders.
Optional
metricThe similarity metric to use for the vector search.
See intro to vector databases for more details.
Optional
serviceThe options for defining the embedding service used for vectorize, to automatically transform your text into a vector ready for semantic vector searching.
You can find out more information about each provider/model in the DataStax docs, or through DbAdmin.findEmbeddingProviders.
Represents the options for the vector search.
Field
dimension - The dimension of the vectors.
Field
metric - The similarity metric to use for the vector search.
Field
service - Options related to configuring the automatic embedding service (vectorize)