xlang-ai / instructor-embedding

[ACL 2023] One Embedder, Any Task: Instruction-Finetuned Text Embeddings
Apache License 2.0
1.85k stars 134 forks source link

Pip install does not include dependencies #70

Closed dstengle closed 9 months ago

dstengle commented 1 year ago

The current package on pypi does not include dependencies, making the package somewhat difficult to use when integrating into other projects rather than just using it on its own.

hongjin-su commented 1 year ago

Hi, Thanks a lot for your interest in the INSTRUCTOR!

We separate the InstructorEmbedding from the dependencies, so it will not affect other packages in the existing environment. To install the dependencies, you may simply run the following pip command:

pip install -r requirements.txt
hongjin-su commented 9 months ago

Feel free to re-open the issue if you have any further questions or comments!