hey guys! anyone has this same error trying to use VoyageAI Rerank?
it seems that there is a dependency conflict between llama-index-embeddings-voyageai and llama-index-postprocessor-voyageai-rerank. The former requires a version of voyageai less than 0.2.0, while the latter requires a version greater than or equal to 0.2.1.
~ pip install llama-index-postprocessor-voyageai-rerank
Installing collected packages: voyageai, llama-index-postprocessor-voyageai-rerank
Successfully installed llama-index-postprocessor-voyageai-rerank-0.1.2 voyageai-0.2.3
~ pip install llama-index-embeddings-voyageai
Installing collected packages: voyageai, llama-index-embeddings-voyageai
Attempting uninstall: voyageai
Found existing installation: voyageai 0.2.3
Uninstalling voyageai-0.2.3:
Successfully uninstalled voyageai-0.2.3
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-postprocessor-voyageai-rerank 0.1.2 requires voyageai<0.3.0,>=0.2.1, but you have voyageai 0.1.7 which is incompatible.
Successfully installed llama-index-embeddings-voyageai-0.1.4 voyageai-0.1.7