Share via


AzureAISearchVectorStoreOptions Class

Definition

Options when creating a AzureAISearchVectorStore.

public sealed class AzureAISearchVectorStoreOptions
type AzureAISearchVectorStoreOptions = class
Public NotInheritable Class AzureAISearchVectorStoreOptions
Inheritance
AzureAISearchVectorStoreOptions

Constructors

AzureAISearchVectorStoreOptions()

Properties

JsonSerializerOptions

Gets or sets the JSON serializer options to use when converting between the data model and the Azure AI Search record. Note that when using the default mapper and you are constructing your own SearchIndexClient, you will need to provide the same set of JsonSerializerOptions both here and when constructing the SearchIndexClient.

VectorStoreCollectionFactory

An optional factory to use for constructing AzureAISearchVectorStoreRecordCollection<TRecord> instances, if a custom record collection is required.

Applies to