Interface EmbeddingModelFactory
-
- All Implemented Interfaces:
public interface EmbeddingModelFactoryA factory for creating EmbeddingModel instances through SPI. For the "Easy RAG", import
langchain4j-easy-ragmodule, which contains aEmbeddingModelFactoryimplementation.
-
-
Method Summary
Modifier and Type Method Description abstract EmbeddingModelcreate()-
-
Method Detail
-
create
abstract EmbeddingModel create()
-
-
-
-