Embeddings
SentenceTransformerEmbeddings
Embed text using SentenceTransformer embedding models
Embeddings are handled by the SentenceTransformer
class, which is a wrapper around the sentence-transformers
library.
Installation
Embeddings require the sentence-transformers
library. See the Installation Guide for more information.
Usage
Was this page helpful?