ValueError: size must contain 'shortest_edge' and 'longest_edge' keys.
#4
by
alextanhongpin
- opened
I'm getting this error when running the example from this tutorial:
https://qdrant.tech/documentation/multimodal-search/
Does anyone know how to resolve this? π
This is because of the new transformer version that was released recently.
https://pypi.org/project/transformers/#history
If you specify version 4.49 or lower it'll work, I don't know how to fix this in your specific setup but there must be an issue on llamaindex side where they don't specifiy the version of the transformers package they are using.
cheesyFishes
changed discussion status to
closed