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-namespecifically for embedding models if it is set.This property will override thequarkus.langchain4j.azure-openai.domain-namespecifically for embedding models if it is set.endpoint()This property will override thequarkus.langchain4j.azure-openai.endpointspecifically 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-namespecifically for embedding models if it is set.
-
Method Details
-
resourceName
-
domainName
-
deploymentName
-
endpoint
-
adToken
-
apiVersion
-
apiKey
-
logRequests
-
logResponses
-