Thanks for the reply @Logan M I just followed this doc here:
https://docs.llamaindex.ai/en/stable/examples/retrievers/reciprocal_rerank_fusion.htmlIt complains about no llm detected. My code implements the Custom LLM setup from the guide "Example: Using a Custom LLM Model - Advance".
It works perfectly find when using naive RAG with the custom llm, but when adding im Reciprocal Re-rank as shown in the docs, it gives the "No llm found error".