Jeny Jasmine
Jeny Jasmine
> Hey @jeny1292 @KINJALMARU16 can you both install ragas from the source and try again if it works? Hello, are you asking me to download the latest version? I mean...
> @jeny1292 `pip install git+https://github.com/explodinggradients/ragas.git` I am still getting the same error even after installing from the source.
> Hey @KINJALMARU16 @jeny1292 Can you both ensure that you're following the guide [here](https://docs.ragas.io/en/stable/howtos/customisations/azure-openai.html) and reinstall ragas from source again (if you did the prev install week ago or so)....
> If you have langchain 0.1 installed, try this: > > # Load your environment variables > azure_api_key = os.environ.get('AZURE_OPENAI_API_KEY') api_type = os.environ.get('OPENAI_API_TYPE') azure_openai_api_version = os.environ.get('OPENAI_API_VERSION') azure_api_endpoint = os.environ.get('AZURE_OPENAI_ENDPOINT') azure_gpt3_model...