You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a folder foryour work. Create a file called **config.py**in this folder. This helper script is used in the next two parts of the tutorial series. Add the following code:
You need two models to build a RAG-based chat app: an Azure OpenAI chat model (`gpt-4o-mini`) and an Azure OpenAI embedding model (`text-embedding-ada-002`). Deploy these models in your Azure AI Studio project, using this set of steps for each model.
The evaluation script uses a helper script to define the target function and run the evaluation. Create a file called **config.py** in your main folder. Add the following code:
72
+
1. Finally, add code to run the evaluation, view the results locally, and gives you a link to the evaluation results in AI Studio.
0 commit comments