RAG_ISO_27001_Chatbot / init_embedding_model.py
Basti8499's picture
Adds all necessary files
579ab0b verified
from langchain_community.embeddings import HuggingFaceEmbeddings
path = "Basti8499/bge-large-en-v1.5-ISO-27001"
model = HuggingFaceEmbeddings(model_name=path)