When the command "pip install -e ." is executed, I get the following error.
"pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
llama-index-llms-huggingface 0.2.5 requires huggingface-hub<0.24.0,>=0.23.0, but you have huggingface-hub 0.24.6 which is incompatible."
I think it would be better to mention the huggingface-hub version as well in the requirements.
When the command "pip install -e ." is executed, I get the following error.
"pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
llama-index-llms-huggingface 0.2.5 requires huggingface-hub<0.24.0,>=0.23.0, but you have huggingface-hub 0.24.6 which is incompatible."
I think it would be better to mention the huggingface-hub version as well in the requirements.