The community member is facing an error while initializing the BM25 retriever in the fusion_retriever notebook, specifically a TypeError related to an unexpected keyword argument 'nodes'. Another community member suggests updating the llama-index version, as the issue may be resolved in the latest version. However, the original poster still encounters the same error with version 0.8.48. Eventually, the issue is resolved, but the community members do not provide a clear solution.
Hi while try to run the fusion_retriever notebook, I am getting this error while initializing the bm25 retriever - TypeError: BM25Retriever.from_defaults() got an unexpected keyword argument 'nodes' How to solve it?