Class OllamaEmbeddings
java.lang.Object
com.hw.langchain.embeddings.ollama.OllamaEmbeddings
- All Implemented Interfaces:
Embeddings
- Author:
- HamaWhite
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionembedDocuments
(List<String> texts) Embed search docs.embedQuery
(String text) Embed query text.init()
-
Constructor Details
-
OllamaEmbeddings
public OllamaEmbeddings()
-
-
Method Details
-
init
-
embedDocuments
Description copied from interface:Embeddings
Embed search docs.- Specified by:
embedDocuments
in interfaceEmbeddings
-
embedQuery
Description copied from interface:Embeddings
Embed query text.- Specified by:
embedQuery
in interfaceEmbeddings
-