Interface EmbeddingModelConfig
public interface EmbeddingModelConfig
-
Method Summary
Modifier and TypeMethodDescriptionadToken()
The Azure AD token to use for this operation.apiKey()
Azure OpenAI API keyThe API version to use for this operation.This property will override thequarkus.langchain4j.azure-openai.deployment-name
specifically for embedding models if it is set.This property will override thequarkus.langchain4j.azure-openai.domain-name
specifically for embedding models if it is set.endpoint()
This property will override thequarkus.langchain4j.azure-openai.endpoint
specifically for embedding models if it is set.Whether embedding model requests should be loggedWhether embedding model responses should be loggedThis property will override thequarkus.langchain4j.azure-openai.resource-name
specifically for embedding models if it is set.
-
Method Details
-
resourceName
-
domainName
-
deploymentName
-
endpoint
-
adToken
-
apiVersion
-
apiKey
-
logRequests
-
logResponses
-