bug: NvidiaRanker()
doesn't recognize model="nvidia/llama-3.2-nv-rerankqa-1b-v2"
#1259
Labels
bug
Something isn't working
Describe the bug
Originally Described Here
When attempting to access the
NvidiaRanker()
model withmodel="nvidia/llama-3.2-nv-rerankqa-1b-v2"
, it returnsValueError: Model 'nvidia/llama-3.2-nv-rerankqa-1b-v2' is unknown. Please provide an api_url to access it.
despite it existing in the Nvidia catalog.Code:
Models
nv-rerankqa-mistral-4b-v3
andllama-3.2-nv-rerankqa-1b-v1
are working as expected.To Reproduce
Colab notebook for recreation.
Describe your environment (please complete the following information):
haystack==0.42
nvidia-haystack==0.1.2
The text was updated successfully, but these errors were encountered: