Package com.azure.ai.openai.models
Class PineconeChatExtensionConfiguration
java.lang.Object
com.azure.ai.openai.models.AzureChatExtensionConfiguration
com.azure.ai.openai.models.PineconeChatExtensionConfiguration
A specific representation of configurable options for Pinecone when using it as an Azure OpenAI chat
extension.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PineconeChatExtensionConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: The parameters to use when configuring Azure OpenAI chat extensions.
-
Constructor Details
-
PineconeChatExtensionConfiguration
Creates an instance of PineconeChatExtensionConfiguration class.- Parameters:
parameters- the parameters value to set.
-
-
Method Details
-
getParameters
Get the parameters property: The parameters to use when configuring Azure OpenAI chat extensions.- Returns:
- the parameters value.
-