Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
Deprecated List
Member io.github.ollama4j.OllamaAPI.findModelTagFromLibrary (String modelName, String tag)
This method relies on the HTML structure of the Ollama website, which can change at any time and break this API. It is deprecated and may be removed in the future.
Member io.github.ollama4j.OllamaAPI.generateEmbeddings (String model, String prompt)
Use embed(String, List) instead.
Member io.github.ollama4j.OllamaAPI.generateEmbeddings (OllamaEmbeddingsRequestModel modelRequest)
Use embed(OllamaEmbedRequestModel) instead.