OnYourDataDeploymentNameVectorizationSource interface

The details of a a vectorization source, used by Azure OpenAI On Your Data when applying vector search, that is based on an internal embeddings model deployment name in the same Azure OpenAI resource.

Extends

Properties

deploymentName

The embedding model deployment name within the same Azure OpenAI resource. This enables you to use vector search without Azure OpenAI api-key and without Azure OpenAI public network access.

type

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

Property Details

deploymentName

The embedding model deployment name within the same Azure OpenAI resource. This enables you to use vector search without Azure OpenAI api-key and without Azure OpenAI public network access.

deploymentName: string

Property Value

string

type

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

type: "deployment_name"

Property Value

"deployment_name"