mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
5 lines
189 B
Python
5 lines
189 B
Python
|
"""HuggingFace sentence_transformer embedding models."""
|
||
|
from langchain_community.embeddings.huggingface import HuggingFaceEmbeddings
|
||
|
|
||
|
SentenceTransformerEmbeddings = HuggingFaceEmbeddings
|