-
Notifications
You must be signed in to change notification settings - Fork 971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: Dependencies for InstructorEmbedding not found. #44
Comments
I get this error too, when I use HuggingFace: But everything is fine when using OpenAI: |
Solution for me: pip install InstructorEmbedding sentence_transformers huggingface-hub (explained here https://youtu.be/dXxQ0LR-3Hg?si=hhCtkHBvJsu6VO1V&t=2258) |
I had same issue. pip install sentence_transformers fixed it as described by costabm. |
same issue, same solution - thank you @E2-Sean , @Rockyou1, @costabm ! For the moment an other issue: when the docu is up-loaded and the process-button is clicked then it processes and processes and does not want come to an end (online connected) - what might I check ? (I have a GPU but I am not shure wether it is used with this code) |
I had a similar issue described above - Dependencies for InstructorEmbedding not found |
I got this strange issue when I tried to use the Constructor version of the app, even though I had it installed a few different ways on the system it took 8 hours as I trying to find the cause but there is nothing about such a problem anywhere
The text was updated successfully, but these errors were encountered: