Are the InstructorEmbeddings not working right now?
I have tried multiple examples including
https://docs.llamaindex.ai/en/stable/examples/embeddings/huggingface.html#huggingfaceembeddingAnd
https://docs.llamaindex.ai/en/stable/examples/embeddings/custom_embeddings.htmlBoth result in the error:
/usr/local/lib/python3.10/dist-packages/sentence_transformers/SentenceTransformer.py in __init__(self, model_name_or_path, modules, device, cache_folder, trust_remote_code, revision, token, use_auth_token)
192
193 if is_sentence_transformer_model(model_name_or_path, token, cache_folder=cache_folder, revision=revision):
--> 194 modules = self._load_sbert_model(
195 model_name_or_path,
196 token=token,
TypeError: INSTRUCTOR._load_sbert_model() got an unexpected keyword argument 'token'