Interface Langchain4jOllamaConfig.OllamaConfig
- Enclosing interface:
- Langchain4jOllamaConfig
public static interface Langchain4jOllamaConfig.OllamaConfig
-
Method Details
-
baseUrl
Base URL where the Ollama serving is running -
timeout
Timeout for Ollama calls -
logRequests
Whether the Ollama client should log requests -
logResponses
Whether the Ollama client should log responses -
chatModel
ChatModelConfig chatModel()Chat model related settings -
embeddingModel
EmbeddingModelConfig embeddingModel()Embedding model related settings
-