OptionaldimensionThe dimensions of the vectors to be inserted in the index.
OptionalfieldIdentifies the name of the text field from your document model that is embedded.
OptionalmetricThe distance metric to be used for similarity search. You can use 'euclidean', 'cosine', or 'dotproduct'. If not specified, the metric will be defaulted according to the model. Cannot be updated once set.
Possible values: cosine, euclidean, or dotproduct.
The name of the embedding model used to create the index.
OptionalreadThe read parameters for the embedding model.
OptionalvectorThe index vector type. You can use 'dense' or 'sparse'. If 'dense', the vector dimension must be specified. If 'sparse', the vector dimension should not be specified.
OptionalwriteThe write parameters for the embedding model.
The embedding model and document fields mapped to embedding inputs.
Export
ModelIndexEmbed