Uses of Class
dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
Packages that use CohereEmbeddingModel.CohereEmbeddingModelBuilder
-
Uses of CohereEmbeddingModel.CohereEmbeddingModelBuilder in dev.langchain4j.model.cohere
Methods in dev.langchain4j.model.cohere that return CohereEmbeddingModel.CohereEmbeddingModelBuilderModifier and TypeMethodDescriptionCohereEmbeddingModel.builder()CohereEmbeddingModel.CohereEmbeddingModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) Sets a custom HTTP client builder, allowing fine-grained control over the HTTP client configuration such as timeouts and proxy settings.CohereEmbeddingModel.CohereEmbeddingModelBuilder.listeners(List<EmbeddingModelListener> listeners) CohereEmbeddingModel.CohereEmbeddingModelBuilder.logger(org.slf4j.Logger logger) CohereEmbeddingModel.CohereEmbeddingModelBuilder.logRequests(Boolean logRequests) CohereEmbeddingModel.CohereEmbeddingModelBuilder.logResponses(Boolean logResponses) CohereEmbeddingModel.CohereEmbeddingModelBuilder.maxSegmentsPerBatch(Integer maxSegmentsPerBatch) Base URL of Cohere's v2 embed endpoint, used byEmbeddingModel.embed(EmbeddingRequest)(the multimodal Embed v4 path).Constructors in dev.langchain4j.model.cohere with parameters of type CohereEmbeddingModel.CohereEmbeddingModelBuilderModifierConstructorDescription