[Question]: WARNING - No sentence-transformers model found with name "local_storage_for_embedding_model". Creating a new one with mean pooling. #17325
Labels
question
Further information is requested
Question Validation
Question
Hi all, I am trying to load a hugging face embedding model from local storage using the wrapper HuggingFaceEmbedding from here : https://docs.llamaindex.ai/en/stable/examples/embeddings/huggingface/. However, no matter what I have tried I can't make it load the model properly from local storage as I get the following warning:
WARNING - No sentence-transformers model found with name local_storage_for_embedding_model. Creating a new one with mean pooling.
The code I use is:
and I try to load BAAI/bge-small-en-v1.5 (I have download all the necessary files from hugging-face to my local system in a folder with name "local_storage_for_embedding_model" in the root directory of my repository)
Can anyone please help? Thanks in advance.
The text was updated successfully, but these errors were encountered: