Skip to content

Commit 28c1076

Browse files
committed
Update README
1 parent 674bd80 commit 28c1076

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

image_processing/GETTING_STARTED.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
To get started, perform the following steps:
44

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.
5+
1. Setup Azure OpenAI in your subscription with **gpt-4o-mini** & an embedding model, an Python Function App, AI Search, Document Intelligence and a Storage Account.
6+
- Grant the Function App the following permissions:
7+
- Cognitive Services Data Contributor (Preview) on the Document Intelligence Instance
8+
- Cognitive Services OpenAI User on the Azure OpenAI Instance
9+
- Storage Blob Data Contributor on the Storage Account Instance
610
2. Clone this repository and deploy the AI Search rag documents indexes from `deploy_ai_search_indexes`.
711
3. Run `uv sync` within the image_processing directory to install dependencies (or used the synced `requirements.txt`)
812
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.

0 commit comments

Comments
 (0)