Package dev.langchain4j.model.ollama
Class OllamaEmbeddingModel
java.lang.Object
dev.langchain4j.model.ollama.OllamaEmbeddingModel
- All Implemented Interfaces:
EmbeddingModel
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOllamaEmbeddingModel(String baseUrl, String modelName, Duration timeout, Integer maxRetries) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.langchain4j.model.embedding.EmbeddingModel
embed, embed
-
Constructor Details
-
OllamaEmbeddingModel
-
-
Method Details
-
embedAll
- Specified by:
embedAllin interfaceEmbeddingModel
-
builder
-