Class OllamaEmbeddings
java.lang.Object
com.hw.langchain.embeddings.ollama.OllamaEmbeddings
- All Implemented Interfaces:
Embeddings
- Author:
- HamaWhite
-
Constructor Summary
Constructors -
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:EmbeddingsEmbed search docs.- Specified by:
embedDocumentsin interfaceEmbeddings
-
embedQuery
Description copied from interface:EmbeddingsEmbed query text.- Specified by:
embedQueryin interfaceEmbeddings
-