VectorSearchVectorizerKind type

Defines values for VectorSearchVectorizerKind.
KnownVectorSearchVectorizerKind can be used interchangeably with VectorSearchVectorizerKind, this enum contains the known values that the service supports.

Known values supported by the service

azureOpenAI: Generate embeddings using an Azure OpenAI resource at query time.
customWebApi: Generate embeddings using a custom web endpoint at query time.

type VectorSearchVectorizerKind = string