`python
from langchain.embeddings import HuggingFaceInstructEmbeddings
instructor_embeddings = HuggingFaceInstructEmbeddings()
`
I am stuck at this error can’t seem to resolve this:
”’
TypeError: INSTRUCTOR._load_sbert_model() got an unexpected keyword argument ‘token’
”’
Please help! How do i resolve this?
I want to use HuggingFaceInstructEmbeddings for vectorizing my dataset but its not working
New contributor
QuantumCoderX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.