Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form
A
- ALFRED - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- ask(String, String) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
Ask a question to a model running on Ollama server.
- askAsync(String, String) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
Ask a question to a model running on Ollama server and get a callback handle that can be used to check for status and get the response from the model later.
- askWithImageFiles(String, String, List<File>) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
With one or more image files, ask a question to a model running on Ollama server.
- askWithImageURLs(String, String, List<String>) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
With one or more image URLs, ask a question to a model running on Ollama server.
B
- BAKLLAVA - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
C
- CODEBOOGA - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- CODELLAMA - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- CODEUP - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- createModelWithFilePath(String, String) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
Create a custom model from a model file.
- createModelWithModelFileContents(String, String) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
Create a custom model from a model file.
- CustomModelFileContentsRequest - Klasse in io.github.amithkoujalgi.ollama4j.core.models.request
- CustomModelFileContentsRequest() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.request.CustomModelFileContentsRequest
- CustomModelFilePathRequest - Klasse in io.github.amithkoujalgi.ollama4j.core.models.request
- CustomModelFilePathRequest() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.request.CustomModelFilePathRequest
D
- DEEPSEEK_CODER - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- DEEPSEEK_LLM - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- deleteModel(String, boolean) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
Delete a model from Ollama server.
- DOLPHIN_MIXTRAL - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- DOLPHIN21_MISTRAL - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- DOLPHIN22_MISTRAL - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
E
- EmbeddingResponse - Klasse in io.github.amithkoujalgi.ollama4j.core.models
- EmbeddingResponse() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.EmbeddingResponse
- EVERYTHINGLM - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
F
- FALCON - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
G
- generateEmbeddings(String, String) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
Generate embeddings for a given text from a model
- getHttpStatusCode() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
-
Returns the HTTP response status code for the request that was made to Ollama server.
- getModelDetails(String) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
Gets model details from the Ollama server.
- getModelName() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.Model
-
Returns the model name without its version
- getModelVersion() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.Model
-
Returns the model version without its name
- getObjectMapper() - Statische Methode in Klasse io.github.amithkoujalgi.ollama4j.core.utils.Utils
- getResponse() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
-
Returns the final response when the execution completes.
- getResponseTime() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
-
Returns the response time in milliseconds.
- getSampleDatabasePromptWithQuestion(String) - Statische Methode in Klasse io.github.amithkoujalgi.ollama4j.core.utils.SamplePrompts
- getStream() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
- GOLIATH - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
I
- io.github.amithkoujalgi.ollama4j.core - Package io.github.amithkoujalgi.ollama4j.core
- io.github.amithkoujalgi.ollama4j.core.exceptions - Package io.github.amithkoujalgi.ollama4j.core.exceptions
- io.github.amithkoujalgi.ollama4j.core.models - Package io.github.amithkoujalgi.ollama4j.core.models
- io.github.amithkoujalgi.ollama4j.core.models.request - Package io.github.amithkoujalgi.ollama4j.core.models.request
- io.github.amithkoujalgi.ollama4j.core.types - Package io.github.amithkoujalgi.ollama4j.core.types
- io.github.amithkoujalgi.ollama4j.core.utils - Package io.github.amithkoujalgi.ollama4j.core.utils
- isComplete() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
-
Returns the status of the thread.
- isSucceeded() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
-
Returns the status of the request.
L
- listModels() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
List available models from Ollama server.
- ListModelsResponse - Klasse in io.github.amithkoujalgi.ollama4j.core.models
- ListModelsResponse() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.ListModelsResponse
- LLAMA2 - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- LLAMA2_CHINESE - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- LLAMA2_UNCENSORED - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- LLAVA - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
M
- MAGICODER - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- MEDITRON - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- MEDLLAMA2 - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- MISTRAL - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- MISTRAL_OPENORCA - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- MISTRALLITE - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- MIXTRAL - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- Model - Klasse in io.github.amithkoujalgi.ollama4j.core.models
- Model() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.Model
- ModelDetail - Klasse in io.github.amithkoujalgi.ollama4j.core.models
- ModelDetail() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.ModelDetail
- ModelEmbeddingsRequest - Klasse in io.github.amithkoujalgi.ollama4j.core.models.request
- ModelEmbeddingsRequest() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.request.ModelEmbeddingsRequest
- ModelMeta - Klasse in io.github.amithkoujalgi.ollama4j.core.models
- ModelMeta() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.ModelMeta
- ModelPullResponse - Klasse in io.github.amithkoujalgi.ollama4j.core.models
- ModelPullResponse() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.ModelPullResponse
- ModelRequest - Klasse in io.github.amithkoujalgi.ollama4j.core.models.request
- ModelRequest() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.request.ModelRequest
N
- NEURAL_CHAT - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- NEXUSRAVEN - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- NOUS_HERMES - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
O
- OllamaAPI - Klasse in io.github.amithkoujalgi.ollama4j.core
-
The base Ollama API class.
- OllamaAPI(String) - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
Instantiates the Ollama API.
- OllamaAsyncResultCallback - Klasse in io.github.amithkoujalgi.ollama4j.core.models
- OllamaAsyncResultCallback(HttpClient, URI, OllamaRequestModel, long) - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
- OllamaBaseException - Ausnahmeklasse in io.github.amithkoujalgi.ollama4j.core.exceptions
- OllamaBaseException(String) - Konstruktor für Ausnahmeklasse io.github.amithkoujalgi.ollama4j.core.exceptions.OllamaBaseException
- OllamaErrorResponseModel - Klasse in io.github.amithkoujalgi.ollama4j.core.models
- OllamaErrorResponseModel() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaErrorResponseModel
- OllamaModelType - Klasse in io.github.amithkoujalgi.ollama4j.core.types
-
A class to provide constants for all the supported models by Ollama.
- OllamaModelType() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- OllamaRequestModel - Klasse in io.github.amithkoujalgi.ollama4j.core.models
- OllamaRequestModel(String, String) - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaRequestModel
- OllamaRequestModel(String, String, List<String>) - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaRequestModel
- OllamaResponseModel - Klasse in io.github.amithkoujalgi.ollama4j.core.models
- OllamaResponseModel() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaResponseModel
- OllamaResult - Klasse in io.github.amithkoujalgi.ollama4j.core.models
-
The type Ollama result.
- OllamaResult(String, long, int) - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaResult
- OPEN_ORCA_PLATYPUS2 - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- OPENCHAT - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- OPENHERMES2_MISTRAL - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- OPENHERMES25_MISTRAL - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- ORCA_MINI - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- ORCA2 - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
P
- PHIND_CODELLAMA - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- ping() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
API to check the reachability of Ollama server.
- pullModel(String) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
Pull a model on the Ollama server from the list of available models.
R
- run() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
S
- SAMANTHA_MISTRAL - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- SamplePrompts - Klasse in io.github.amithkoujalgi.ollama4j.core.utils
- SamplePrompts() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.utils.SamplePrompts
- setBasicAuth(String, String) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
- setRequestTimeoutSeconds(long) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
- setRequestTimeoutSeconds(long) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
- setVerbose(boolean) - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.OllamaAPI
-
Set/unset logging of responses
- SQLCODER - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- STABLE_BELUGA - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- STABLELM_ZEPHYR - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- STARCODER - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- STARLING_LM - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
T
- toString() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaRequestModel
- toString() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.OllamaResult
- toString() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.request.CustomModelFileContentsRequest
- toString() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.request.CustomModelFilePathRequest
- toString() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.request.ModelEmbeddingsRequest
- toString() - Methode in Klasse io.github.amithkoujalgi.ollama4j.core.models.request.ModelRequest
U
- Utils - Klasse in io.github.amithkoujalgi.ollama4j.core.utils
- Utils() - Konstruktor für Klasse io.github.amithkoujalgi.ollama4j.core.utils.Utils
V
- VICUNA - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
W
- WIZARD_MATH - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- WIZARD_VICUNA - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- WIZARD_VICUNA_UNCENSORED - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- WIZARDCODER - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- WIZARDLM - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- WIZARDLM_UNCENSORED - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
X
- XWINLM - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
Y
- YARN_LLAMA2 - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- YARN_MISTRAL - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
- YI - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
Z
- ZEPHYR - Statische Variable in Klasse io.github.amithkoujalgi.ollama4j.core.types.OllamaModelType
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form