Uses of Interface
dev.langchain4j.http.client.HttpClientBuilder
Packages that use HttpClientBuilder
Package
Description
-
Uses of HttpClientBuilder in dev.langchain4j.http.client
Methods in dev.langchain4j.http.client that return HttpClientBuilderModifier and TypeMethodDescriptionHttpClientBuilder.connectTimeout(Duration timeout) HttpClientBuilderFactory.create()static HttpClientBuilderHttpClientBuilderLoader.loadHttpClientBuilder()HttpClientBuilder.readTimeout(Duration timeout) -
Uses of HttpClientBuilder in dev.langchain4j.http.client.jdk
Classes in dev.langchain4j.http.client.jdk that implement HttpClientBuilder -
Uses of HttpClientBuilder in dev.langchain4j.model.anthropic
Methods in dev.langchain4j.model.anthropic with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionAnthropicChatModel.AnthropicChatModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) AnthropicTokenCountEstimator.Builder.httpClientBuilder(HttpClientBuilder httpClientBuilder) -
Uses of HttpClientBuilder in dev.langchain4j.model.anthropic.internal.client
Fields in dev.langchain4j.model.anthropic.internal.client declared as HttpClientBuilderMethods in dev.langchain4j.model.anthropic.internal.client with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionAnthropicClient.Builder.httpClientBuilder(HttpClientBuilder httpClientBuilder) -
Uses of HttpClientBuilder in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionGoogleAiEmbeddingModel.GoogleAiEmbeddingModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) GoogleAiGeminiTokenCountEstimator.Builder.httpClientBuilder(HttpClientBuilder httpClientBuilder) -
Uses of HttpClientBuilder in dev.langchain4j.model.mistralai
Methods in dev.langchain4j.model.mistralai with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionMistralAiChatModel.MistralAiChatModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) MistralAiEmbeddingModel.MistralAiEmbeddingModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) MistralAiFimModel.Builder.httpClientBuilder(HttpClientBuilder httpClientBuilder) MistralAiModels.MistralAiModelsBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) MistralAiModerationModel.Builder.httpClientBuilder(HttpClientBuilder httpClientBuilder) MistralAiStreamingChatModel.MistralAiStreamingChatModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) MistralAiStreamingFimModel.Builder.httpClientBuilder(HttpClientBuilder httpClientBuilder) -
Uses of HttpClientBuilder in dev.langchain4j.model.mistralai.internal.client
Fields in dev.langchain4j.model.mistralai.internal.client declared as HttpClientBuilderMethods in dev.langchain4j.model.mistralai.internal.client with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionMistralAiClient.Builder.httpClientBuilder(HttpClientBuilder httpClientBuilder) -
Uses of HttpClientBuilder in dev.langchain4j.model.ollama
Methods in dev.langchain4j.model.ollama with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionOllamaEmbeddingModel.OllamaEmbeddingModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) Sets theHttpClientBuilderthat will be used to create theHttpClientthat will be used to communicate with Ollama.OllamaLanguageModel.OllamaLanguageModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) Sets theHttpClientBuilderthat will be used to create theHttpClientthat will be used to communicate with Ollama.OllamaModels.OllamaModelsBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) Sets theHttpClientBuilderthat will be used to create theHttpClientthat will be used to communicate with Ollama.OllamaStreamingLanguageModel.OllamaStreamingLanguageModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) Sets theHttpClientBuilderthat will be used to create theHttpClientthat will be used to communicate with Ollama. -
Uses of HttpClientBuilder in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionOpenAiChatModel.OpenAiChatModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) OpenAiImageModel.OpenAiImageModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) OpenAiLanguageModel.OpenAiLanguageModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) OpenAiModerationModel.OpenAiModerationModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) OpenAiStreamingLanguageModel.OpenAiStreamingLanguageModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) -
Uses of HttpClientBuilder in dev.langchain4j.model.openai.internal
Fields in dev.langchain4j.model.openai.internal declared as HttpClientBuilderMethods in dev.langchain4j.model.openai.internal with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionOpenAiClient.Builder.httpClientBuilder(HttpClientBuilder httpClientBuilder) -
Uses of HttpClientBuilder in dev.langchain4j.model.voyageai
Methods in dev.langchain4j.model.voyageai with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionVoyageAiEmbeddingModel.Builder.httpClientBuilder(HttpClientBuilder httpClientBuilder) Constructors in dev.langchain4j.model.voyageai with parameters of type HttpClientBuilderModifierConstructorDescriptionVoyageAiEmbeddingModel(HttpClientBuilder httpClientBuilder, Map<String, String> customHeaders, String baseUrl, Duration timeout, Integer maxRetries, String apiKey, String modelName, String inputType, Boolean truncation, String encodingFormat, Boolean logRequests, Boolean logResponses, Integer maxSegmentsPerBatch) Deprecated, for removal: This API element is subject to removal in a future version.VoyageAiScoringModel(HttpClientBuilder httpClientBuilder, Map<String, String> customHeaders, String baseUrl, Duration timeout, Integer maxRetries, String apiKey, String modelName, Integer topK, Boolean truncation, Boolean logRequests, Boolean logResponses) Deprecated, for removal: This API element is subject to removal in a future version.