Interface EmbeddingModelFactory
public interface EmbeddingModelFactory
A factory for creating
For the "Easy RAG", import
EmbeddingModel
instances through SPI.
For the "Easy RAG", import
langchain4j-easy-rag
module,
which contains a EmbeddingModelFactory
implementation.-
Method Summary
-
Method Details
-
create
EmbeddingModel create()
-