EmbeddingConfiguration(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of EmbeddingConfiguration.
public EmbeddingConfiguration(string modelDeploymentName, string embeddingField);
new Azure.AI.Projects.EmbeddingConfiguration : string * string -> Azure.AI.Projects.EmbeddingConfiguration
Public Sub New (modelDeploymentName As String, embeddingField As String)
Parameters
- modelDeploymentName
- String
Deployment name of embedding model. It can point to a model deployment either in the parent AIServices or a connection.
- embeddingField
- String
Embedding field.
Exceptions
modelDeploymentName
or embeddingField
is null.