zidankhan's picture
Upload 43 files
c0f74f5 verified
raw
history blame contribute delete
156 Bytes
from langchain_huggingface import HuggingFaceEmbeddings
def get_embeddings():
return HuggingFaceEmbeddings(
model="all-MiniLM-L6-v2"
)