Uses of Interface
com.hw.langchain.embeddings.base.Embeddings
Packages that use Embeddings
Package
Description
-
Uses of Embeddings in com.hw.langchain.embeddings.ollama
Classes in com.hw.langchain.embeddings.ollama that implement Embeddings -
Uses of Embeddings in com.hw.langchain.embeddings.openai
Classes in com.hw.langchain.embeddings.openai that implement Embeddings -
Uses of Embeddings in com.hw.langchain.vectorstores.base
Methods in com.hw.langchain.vectorstores.base with parameters of type EmbeddingsModifier and TypeMethodDescriptionint
VectorStore.fromDocuments
(List<Document> documents, Embeddings embedding) Return VectorStore initialized from documents and embeddings.abstract int
Initializes and returns a VectorStore from the given texts, embeddings, and metadata. -
Uses of Embeddings in com.hw.langchain.vectorstores.milvus
Methods in com.hw.langchain.vectorstores.milvus with parameters of type Embeddings -
Uses of Embeddings in com.hw.langchain.vectorstores.pinecone
Methods in com.hw.langchain.vectorstores.pinecone with parameters of type Embeddings