IndexedSqlKnowledgeSourceParameters.EmbeddingColumns 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.
Optional column mappings for embedding vector fields. If omitted, no vector fields are created.
public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.EmbeddingColumnMapping> EmbeddingColumns { get; }
member this.EmbeddingColumns : System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.EmbeddingColumnMapping>
Public ReadOnly Property EmbeddingColumns As IList(Of EmbeddingColumnMapping)