Interface EmbeddingModelConfig
public interface EmbeddingModelConfig
-
Method Summary
Modifier and TypeMethodDescriptionThis 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
This property will override thequarkus.langchain4j.azure-openai.resource-name
specifically for embedding models if it is set. -
domainName
This property will override thequarkus.langchain4j.azure-openai.domain-name
specifically for embedding models if it is set. -
deploymentName
This property will override thequarkus.langchain4j.azure-openai.deployment-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. -
logRequests
Whether embedding model requests should be logged -
logResponses
Whether embedding model responses should be logged
-