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
Copy file name to clipboardExpand all lines: image_processing/GETTING_STARTED.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ To get started, perform the following steps:
4
4
5
5
1. Setup Azure OpenAI in your subscription with **gpt-4o-mini** & an embedding model, an Python Function App, AI Search and a storage account.
6
6
2. Clone this repository and deploy the AI Search rag documents indexes from `deploy_ai_search`.
7
-
3. Run `uv sync` within the image_processing directory to install dependencies.
8
-
4.Configure the environment variables of the function app based on the provided sample
9
-
5. Package your Azure Function and upload to your Function App
7
+
3. Run `uv sync` within the image_processing directory to install dependencies (or used the synced `requirements.txt`)
8
+
4.Use the `.env.example` to add the required environmental variables to your function app. Not all values are required dependent on whether you are using System / User Assigned Identities or a Key based authentication. Use this template to update the environment variables in the function app.
9
+
5.[Package your Azure Function and upload to your Function App.](https://learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-technologies?tabs=windows) and test with a HTTP request.
10
10
6. Upload a document for indexing or send a direct HTTP request to the Azure Function.
0 commit comments