I just tried to use RAGatouille but as soon as I import ragatouille I receive the following error:
ModuleNotFoundError: No module named 'langchain.retrievers'
The issue is that in the latest LangChain versions the langchain.retrievers module does not exist.
RAGatouille does not clearly specify which is the langchain version to use.
I'm using uv to manage my project and the latest langchain version is downloaded.
You should upgrade your imports.
Can you fix, please?
I just tried to use RAGatouille but as soon as I
import ragatouilleI receive the following error:ModuleNotFoundError: No module named 'langchain.retrievers'The issue is that in the latest LangChain versions the
langchain.retrieversmodule does not exist.RAGatouille does not clearly specify which is the langchain version to use.
I'm using uv to manage my project and the latest langchain version is downloaded.
You should upgrade your imports.
Can you fix, please?