Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionPlease use
OllamaChatModel.OllamaChatModelBuilder.responseFormat(ResponseFormat)instead. For example:responseFormat(ResponseFormat.JSON).
Instead of using JSON mode, consider using structured outputs with JSON schema instead, see more info here.Please useOllamaLanguageModel.OllamaLanguageModelBuilder.responseFormat(ResponseFormat)instead. For example:responseFormat(ResponseFormat.JSON).
Instead of using JSON mode, consider using structured outputs with JSON schema instead, see more info here.dev.langchain4j.model.ollama.OllamaStreamingChatModel.OllamaStreamingChatModelBuilder.format(String) Please useOllamaStreamingChatModel.OllamaStreamingChatModelBuilder.responseFormat(ResponseFormat)instead. For example:responseFormat(ResponseFormat.JSON).
Instead of using JSON mode, consider using structured outputs with JSON schema instead, see more info here.Please useOllamaStreamingLanguageModel.OllamaStreamingLanguageModelBuilder.responseFormat(ResponseFormat)instead. For example:responseFormat(ResponseFormat.JSON).
Instead of using JSON mode, consider using structured outputs with JSON schema instead, see more info here.