Table of Contents

Enum VectorEmbeddingModality

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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 = 0

The 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.