Class WorkersAiEmbeddingModel
java.lang.Object
dev.langchain4j.model.workersai.client.AbstractWorkersAIModel
dev.langchain4j.model.workersai.WorkersAiEmbeddingModel
- All Implemented Interfaces:
EmbeddingModel
WorkerAI Embedding model.
...
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class AbstractWorkersAIModel
accountId, modelName, workerAiClient -
Constructor Summary
ConstructorsConstructorDescriptionConstructor with Builder.WorkersAiEmbeddingModel(String accountId, String modelName, String apiToken) Constructor with Builder. -
Method Summary
Methods inherited from class AbstractWorkersAIModel
processErrorsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EmbeddingModel
dimension
-
Constructor Details
-
WorkersAiEmbeddingModel
Constructor with Builder.- Parameters:
builder- builder.
-
WorkersAiEmbeddingModel
-
-
Method Details
-
builder
-
embed
- Specified by:
embedin interfaceEmbeddingModel
-
embed
- Specified by:
embedin interfaceEmbeddingModel
-
embedAll
- Specified by:
embedAllin interfaceEmbeddingModel
-