ImportError: Could not import sentence_transformers python package. Please install it with `pip install sentence_transformers.`
i have this line of code where im using model(all-MiniLM-L6-v2) from SentenceTransfomerEmbeddings from hugging face. im getting this error”ModuleNotFoundError: No module named ‘torch.utils’. ImportError:Could not import sentence_transformers python package.Please install it with pip install sentence_transformers
” due to this import statement “from langchain_community.embeddings import SentenceTransformerEmbeddings”.