Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KnowledgeBaseAzureOpenAIModel interface
- Package:
- @azure/search-documents
Specifies the Azure OpenAI resource used to do query planning.
- Extends
Properties
| azureOpenAIParameters | Contains the parameters specific to Azure OpenAI model endpoint. |
| kind | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
azureOpenAIParameters
Contains the parameters specific to Azure OpenAI model endpoint.
azureOpenAIParameters: AzureOpenAIParameters
Property Value
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "azureOpenAI"
Property Value
"azureOpenAI"
