Enum VectorEmbeddingModality
Indicates the type of data that will be auto-embedded by an auto-embedding vector index defined by CreateVectorSearchIndexModel<TDocument>. See How to Index Fields for Vector Search for more information.
public enum VectorEmbeddingModality
Fields
Text = 0The indexed fields contain text.
Remarks
Note that more entries will be added to this enum in the future as different modalities are supported. Do not assume a fixed set of values for this enum.