你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataSourceFieldMappings.VectorFieldNames Property

Definition

The names of fields that represent vector data.

public System.Collections.Generic.IList<string> VectorFieldNames { get; }
member this.VectorFieldNames : System.Collections.Generic.IList<string>
Public ReadOnly Property VectorFieldNames As IList(Of String)

Property Value

Remarks

This field is applicable to data source types including: AzureSearchChatDataSource, CosmosChatDataSource, and Azure.AI.OpenAI.Chat.ElasticsearchChatDataSource.

It is not applicable to types including: Azure.AI.OpenAI.Chat.PineconeChatDataSource.

Applies to