IndexedSqlKnowledgeSourceParameters.EmbeddingColumns Property

Definition

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)

Property Value

Applies to