CollectionModel.EmbeddingGenerationRequired Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether any of the vector properties in the model require embedding generation.
public:
property bool EmbeddingGenerationRequired { bool get(); };
public bool EmbeddingGenerationRequired { get; }
member this.EmbeddingGenerationRequired : bool
Public ReadOnly Property EmbeddingGenerationRequired As Boolean