Package dev.langchain4j.model.nomic
Class NomicEmbeddingModel
java.lang.Object
dev.langchain4j.model.nomic.NomicEmbeddingModel
- All Implemented Interfaces:
EmbeddingModel
An integration with Nomic Atlas's Text Embeddings API.
See more details here.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionembedAll(List<TextSegment> textSegments) static NomicEmbeddingModelwithApiKey(String apiKey) 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
-
NomicEmbeddingModel
-
-
Method Details
-
withApiKey
-
embedAll
- Specified by:
embedAllin interfaceEmbeddingModel
-