from langchain_huggingface import HuggingFaceEmbeddings def get_embeddings(): return HuggingFaceEmbeddings( model="all-MiniLM-L6-v2" )