Index
All Classes and Interfaces|All Packages
B
- baseUrl() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.Langchain4jOllamaConfig
-
Base URL where the Ollama serving is running
- baseUrl(String) - Method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel.Builder
- build() - Method in class io.quarkiverse.langchain4j.ollama.CompletionRequest.Builder
- build() - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse.Builder
- build() - Method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel.Builder
- build() - Method in class io.quarkiverse.langchain4j.ollama.Options.Builder
- builder() - Static method in class io.quarkiverse.langchain4j.ollama.CompletionRequest
- builder() - Static method in class io.quarkiverse.langchain4j.ollama.CompletionResponse
- builder() - Static method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel
- builder() - Static method in class io.quarkiverse.langchain4j.ollama.Options
- Builder() - Constructor for class io.quarkiverse.langchain4j.ollama.Options.Builder
C
- chatModel() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.Langchain4jOllamaConfig
-
Chat model related settings
- chatModel(Langchain4jOllamaConfig) - Method in class io.quarkiverse.langchain4j.ollama.runtime.OllamaRecorder
- ChatModelConfig - Interface in io.quarkiverse.langchain4j.ollama.runtime.config
- completion(CompletionRequest) - Method in class io.quarkiverse.langchain4j.ollama.OllamaClient
- CompletionRequest - Class in io.quarkiverse.langchain4j.ollama
- CompletionRequest.Builder - Class in io.quarkiverse.langchain4j.ollama
- CompletionResponse - Class in io.quarkiverse.langchain4j.ollama
- CompletionResponse.Builder - Class in io.quarkiverse.langchain4j.ollama
- createdAt(String) - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse.Builder
D
- done(Boolean) - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse.Builder
E
- evalCount(Integer) - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse.Builder
G
- generate(CompletionRequest) - Method in interface io.quarkiverse.langchain4j.ollama.OllamaRestApi
- generate(List<ChatMessage>) - Method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel
- generate(List<ChatMessage>, ToolSpecification) - Method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel
- generate(List<ChatMessage>, List<ToolSpecification>) - Method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel
- getCreatedAt() - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse
- getDone() - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse
- getEvalCount() - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse
- getModel() - Method in class io.quarkiverse.langchain4j.ollama.CompletionRequest
- getModel() - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse
- getNumPredict() - Method in class io.quarkiverse.langchain4j.ollama.Options
- getOptions() - Method in class io.quarkiverse.langchain4j.ollama.CompletionRequest
- getPrompt() - Method in class io.quarkiverse.langchain4j.ollama.CompletionRequest
- getPromptEvalCount() - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse
- getResponse() - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse
- getStop() - Method in class io.quarkiverse.langchain4j.ollama.Options
- getStream() - Method in class io.quarkiverse.langchain4j.ollama.CompletionRequest
- getTemperature() - Method in class io.quarkiverse.langchain4j.ollama.Options
- getTopK() - Method in class io.quarkiverse.langchain4j.ollama.Options
- getTopP() - Method in class io.quarkiverse.langchain4j.ollama.Options
I
- io.quarkiverse.langchain4j.ollama - package io.quarkiverse.langchain4j.ollama
- io.quarkiverse.langchain4j.ollama.runtime - package io.quarkiverse.langchain4j.ollama.runtime
- io.quarkiverse.langchain4j.ollama.runtime.config - package io.quarkiverse.langchain4j.ollama.runtime.config
L
- Langchain4jOllamaConfig - Interface in io.quarkiverse.langchain4j.ollama.runtime.config
- logRequest(HttpClientRequest, Buffer, boolean) - Method in class io.quarkiverse.langchain4j.ollama.OllamaRestApi.OllamaLogger
- logRequests() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.Langchain4jOllamaConfig
-
Whether the HuggingFace client should log requests
- logRequests(boolean) - Method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel.Builder
- logResponse(HttpClientResponse, boolean) - Method in class io.quarkiverse.langchain4j.ollama.OllamaRestApi.OllamaLogger
- logResponses() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.Langchain4jOllamaConfig
-
Whether the HuggingFace client should log responses
- logResponses(boolean) - Method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel.Builder
M
- model(String) - Method in class io.quarkiverse.langchain4j.ollama.CompletionRequest.Builder
- model(String) - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse.Builder
- model(String) - Method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel.Builder
- modelId() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.ChatModelConfig
-
Model to use
N
- numPredict() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.ChatModelConfig
-
Maximum number of tokens to predict when generating text
- numPredict(Integer) - Method in class io.quarkiverse.langchain4j.ollama.Options.Builder
O
- objectMapper(ObjectMapper) - Static method in interface io.quarkiverse.langchain4j.ollama.OllamaRestApi
- OllamaChatLanguageModel - Class in io.quarkiverse.langchain4j.ollama
- OllamaChatLanguageModel.Builder - Class in io.quarkiverse.langchain4j.ollama
- OllamaClient - Class in io.quarkiverse.langchain4j.ollama
- OllamaClient(String, Duration, boolean, boolean) - Constructor for class io.quarkiverse.langchain4j.ollama.OllamaClient
- OllamaLogger(boolean, boolean) - Constructor for class io.quarkiverse.langchain4j.ollama.OllamaRestApi.OllamaLogger
- OllamaRecorder - Class in io.quarkiverse.langchain4j.ollama.runtime
- OllamaRecorder() - Constructor for class io.quarkiverse.langchain4j.ollama.runtime.OllamaRecorder
- OllamaRestApi - Interface in io.quarkiverse.langchain4j.ollama
-
This Microprofile REST client is used as the building block of all the API calls to HuggingFace.
- OllamaRestApi.OllamaLogger - Class in io.quarkiverse.langchain4j.ollama
-
Introduce a custom logger as the stock one logs at the DEBUG level by default...
- options(Options) - Method in class io.quarkiverse.langchain4j.ollama.CompletionRequest.Builder
- options(Options) - Method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel.Builder
- Options - Class in io.quarkiverse.langchain4j.ollama
-
request options in completion/embedding API
- Options.Builder - Class in io.quarkiverse.langchain4j.ollama
P
- prompt(String) - Method in class io.quarkiverse.langchain4j.ollama.CompletionRequest.Builder
- promptEvalCount(Integer) - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse.Builder
R
- response(String) - Method in class io.quarkiverse.langchain4j.ollama.CompletionResponse.Builder
S
- setBodySize(int) - Method in class io.quarkiverse.langchain4j.ollama.OllamaRestApi.OllamaLogger
- stop() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.ChatModelConfig
-
Sets the stop sequences to use.
- stop(String) - Method in class io.quarkiverse.langchain4j.ollama.Options.Builder
- stream(Boolean) - Method in class io.quarkiverse.langchain4j.ollama.CompletionRequest.Builder
T
- temperature() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.ChatModelConfig
-
The temperature of the model.
- temperature(Double) - Method in class io.quarkiverse.langchain4j.ollama.Options.Builder
- timeout() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.Langchain4jOllamaConfig
-
Timeout for HuggingFace calls
- timeout(Duration) - Method in class io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel.Builder
- topK() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.ChatModelConfig
-
Reduces the probability of generating nonsense.
- topK(Integer) - Method in class io.quarkiverse.langchain4j.ollama.Options.Builder
- topP() - Method in interface io.quarkiverse.langchain4j.ollama.runtime.config.ChatModelConfig
-
Works together with top-k.
- topP(Double) - Method in class io.quarkiverse.langchain4j.ollama.Options.Builder
All Classes and Interfaces|All Packages