Python version compatibility
This repo currently assumes 3.10, but developers may now be using 3.11 or 3.12. Can you explicitly put in prereqs whether those can be used? A customer just tried to use 3.12 but one of the requirements didnt have wheels yet for 3.12.
Hi @pamelafox we will be working to test and review we consider that it's a possible bug and we will be working to fix it.
Update: Python 3.11 is the highest supported version by solution functions (Azure Function App). Currently 3.12 version is not supported and will require replacing function code with custom containers.
@gbecerra1982 / @placerda PR Submitted for review: https://github.com/Azure/GPT-RAG/pull/127
This is an old issue that has been already fixed.