Find answers from the community

Updated 5 months ago

I'm trying to use RankLLM by following

I'm trying to use RankLLM by following this guide: https://docs.llamaindex.ai/en/stable/examples/node_postprocessor/rankLLM/ , but even after pip installing all the modules I keep getting the error that there is No module named 'llama_index.postprocessor.rankLLM_rerank', and I check the directory of the important and in fact the llama_index.postprocessor module does not have a rankLLM submodule
L
r
4 comments
I think its a typo
from llama_index.postprocessor.rankllm_rerank import RankLLMRerank
that works for me
thanks that worked!
Add a reply
Sign up and join the conversation on Discord