Hello Covelli, Kevin,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
You're not missing anything; this is a known issue with the current versions of these packages. Your best bet is to either reach out to the maintainers for an update or manage the dependencies in a way that allows you to work around the conflict.
- Make sure you are using the latest versions of both azureml-rag and langchain. https://pypi.org/project/azureml-rag/ and https://pypi.org/project/langchain
- Use tools like
pipenv
orpoetry
to manage dependencies more effectively and might provide a solution to resolve version conflicts. https://pipenv.pypa.io/en/latest and https://python-poetry.org/docs - Or contact the maintainers. https://github.com/Azure/azure-sdk-for-python/issues and https://github.com/hwchase17/langchain/issues
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.