Skip to content

Commit 557c6a6

Browse files
committed
Add edits
1 parent 61b5547 commit 557c6a6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/ai-foundry/how-to/index-add.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ A vector index isn't required for RAG, but a vector query can match on semantica
2626
## Prerequisites
2727

2828
You must have:
29-
- An Azure AI Foundry resource
30-
- An [Azure AI Search resource](/azure/search/search-create-service-portal)
31-
- You should have content in a supported format that provides sufficient information for a chat experience. It can be an existing index on Azure AI Search, or create a new index using content files in Azure Blob Storage, your local system, or data in Azure AI Foundry.
29+
30+
- An [Azure AI Foundry project](create-projects.md).
31+
32+
- An [Azure AI Search resource](/azure/search/search-create-service-portal).
33+
34+
- You should have content in a supported format that provides sufficient information for a chat experience. It can be an existing index on Azure AI Search, or you can create a new index using content files in Azure Blob Storage, your local system, or data in Azure AI Foundry.
3235

3336
## Create an index from the Chat playground
3437

@@ -58,7 +61,7 @@ You must have:
5861

5962
1. Select **Next** after choosing source data.
6063

61-
1. Choose the **Index storage**, the location where you want your index to be stored in the **Index configuration** tab.
64+
1. In the **Index configuration** tab, choose the **Index storage** location where you want your index to be stored.
6265

6366
1. If you already have an Azure AI Search resource, you can browse the list of search service resources for your subscription and then select **Connect** for the one you want to use. If you're connecting with API keys, confirm your search service [uses API keys](/azure/search/search-security-api-keys).
6467

0 commit comments

Comments
 (0)