Uses of Class
dev.langchain4j.model.ollama.OllamaEmbeddingModel.OllamaEmbeddingModelBuilder
Packages that use OllamaEmbeddingModel.OllamaEmbeddingModelBuilder
-
Uses of OllamaEmbeddingModel.OllamaEmbeddingModelBuilder in dev.langchain4j.model.ollama
Methods in dev.langchain4j.model.ollama that return OllamaEmbeddingModel.OllamaEmbeddingModelBuilderModifier and TypeMethodDescriptionOllamaEmbeddingModel.builder()OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.customHeaders(Map<String, String> customHeaders) OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.httpClientBuilder(HttpClientBuilder httpClientBuilder) Sets theHttpClientBuilderthat will be used to create theHttpClientthat will be used to communicate with Ollama.OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.logRequests(Boolean logRequests) OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.logResponses(Boolean logResponses) OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.maxRetries(Integer maxRetries) Constructors in dev.langchain4j.model.ollama with parameters of type OllamaEmbeddingModel.OllamaEmbeddingModelBuilderModifierConstructorDescription -
Uses of OllamaEmbeddingModel.OllamaEmbeddingModelBuilder in dev.langchain4j.model.ollama.spi
Subinterfaces with type arguments of type OllamaEmbeddingModel.OllamaEmbeddingModelBuilder in dev.langchain4j.model.ollama.spiModifier and TypeInterfaceDescriptioninterfaceA factory for buildingOllamaEmbeddingModel.OllamaEmbeddingModelBuilderinstances.