Embed text using SentenceTransformer embedding models
SentenceTransformer
sentence-transformers
from chonkie import SentenceTransformerEmbeddings embeddings = SentenceTransformerEmbeddings("all-MiniLM-L6-v2")
Was this page helpful?