What happened?
I'm trying to install fastembed version to generate embeddings using the thenlper/gte-large embedding. Im in a AWS sagemaker notebook and the python version is Python 3.10.18.
When I try to pip install fastembed version greater than or equal to 0.2.0 I get an installation error due version conflict.
I'm able to install fastembed version 0.1.3 but this is not compatible for embedding generation. How do I fix the version conflict?
What is the expected behaviour?
Install fastembed version 0.2.0 or greater
A minimal reproducible example
pip install "fastembed>=0.2.0
What Python version are you on? e.g. python --version
Python 3.10.18
FastEmbed version
0.1.3
What os are you seeing the problem on?
No response
Relevant stack traces and/or logs