OnYourDataModelIdVectorizationSource interface

The details of a a vectorization source, used by Azure OpenAI On Your Data when applying vector search, that is based on a search service model ID. Currently only supported by Elasticsearch®.

Extends

Properties

modelId

The embedding model ID build inside the search service. Currently only supported by Elasticsearch®.

type

The type of vectorization source to use. Always 'ModelId' for this type.

Property Details

modelId

The embedding model ID build inside the search service. Currently only supported by Elasticsearch®.

modelId: string

Property Value

string

type

The type of vectorization source to use. Always 'ModelId' for this type.

type: "model_id"

Property Value

"model_id"