Uses of Class
io.intino.alexandria.ollama.requests.OllamaEmbedRequest
Packages that use OllamaEmbedRequest
-
Uses of OllamaEmbedRequest in io.intino.alexandria.ollama
Methods in io.intino.alexandria.ollama with parameters of type OllamaEmbedRequestModifier and TypeMethodDescriptionOllama.embed(OllamaEmbedRequest embedRequest) OllamaHttpClient.embed(OllamaEmbedRequest embedRequest) Ollama.embedFloats(OllamaEmbedRequest embedRequest) OllamaHttpClient.embedFloats(OllamaEmbedRequest embedRequest) -
Uses of OllamaEmbedRequest in io.intino.alexandria.ollama.requests
Methods in io.intino.alexandria.ollama.requests that return OllamaEmbedRequestModifier and TypeMethodDescriptionOllamaEmbedRequest.input(Collection<String> input) OllamaEmbedRequest.self()OllamaEmbedRequest.truncate(boolean truncate)