File size: 159 Bytes
579ab0b
 
 
 
1
2
3
4
from langchain_community.embeddings import HuggingFaceEmbeddings

path = "Basti8499/bge-large-en-v1.5-ISO-27001"
model = HuggingFaceEmbeddings(model_name=path)