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: articles/ai-studio/how-to/index-add.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-studio
7
7
ms.custom:
8
8
- ignite-2023
9
9
ms.topic: how-to
10
-
ms.date: 2/24/2024
10
+
ms.date: 4/5/2024
11
11
ms.reviewer: eur
12
12
ms.author: eur
13
13
author: eric-urban
@@ -34,7 +34,7 @@ You must have:
34
34
:::image type="content" source="../media/index-retrieve/project-left-menu.png" alt-text="Screenshot of Project Left Menu." lightbox="../media/index-retrieve/project-left-menu.png":::
35
35
36
36
1. Select **+ New index**
37
-
1. Choose your **Source data**. You can choose source data from a list of your recent data sources, a storage URL on the cloud or even upload files and folders from the local machine. You can also add a connection to another data source such as Azure Blob Storage.
37
+
1. Choose your **Source data**. You can choose source data from a list of your recent data sources, a storage URL on the cloud, or upload files and folders from the local machine. You can also add a connection to another data source such as Azure Blob Storage.
38
38
39
39
:::image type="content" source="../media/index-retrieve/select-source-data.png" alt-text="Screenshot of select source data." lightbox="../media/index-retrieve/select-source-data.png":::
40
40
@@ -51,17 +51,17 @@ You must have:
51
51
52
52
1. Select **Next** after choosing index storage
53
53
1. Configure your **Search Settings**
54
-
1. The ***Vector settings*** defaults to true for Add vector search to this search resource. As noted, this enables Hybrid and Hybrid + Semantic search options. Disabling this will limit vector search options to Keyword and Semantic.
54
+
1. The ***Vector settings*** defaults to true for Add vector search to this search resource. As noted, this enables Hybrid and Hybrid + Semantic search options. Disabling this limits vector search options to Keyword and Semantic.
55
55
1. For the hybrid option to work, you need an embedding model. Choose an embedding model from the dropdown.
56
56
1. Select the acknowledgment to deploy an embedding model if it doesn't already exist in your resource
57
57
58
58
:::image type="content" source="../media/index-retrieve/search-settings.png" alt-text="Screenshot of configure search settings." lightbox="../media/index-retrieve/search-settings.png":::
59
59
60
-
**Important note**: if a non-Azure OpenAI model is not appearing in the dropdown follow the following steps:
61
-
1. Navigate to the Project settings tab in Azure AI Studio.
60
+
If a non-Azure OpenAI model isn't appearing in the dropdown follow these steps:
61
+
1. Navigate to the Project settings in [Azure AI Studio](https://ai.azure.com).
62
62
1. Navigate to connections section in the settings tab and select New connection.
63
-
1. Select "Serverless Model"
64
-
1. Type in the name of your embedding model deployment and select Add connection. If the model does not appear in the dropdown, select the "Enter manually" option.
63
+
1. Select **Serverless Model**.
64
+
1. Type in the name of your embedding model deployment and select Add connection. If the model doesn't appear in the dropdown, select the **Enter manually** option.
65
65
1. Enter the deployment API endpoint, model name, and API key in the corresponding fields. Then add connection.
66
66
1. The embedding model should now appear in the dropdown.
67
67
@@ -85,13 +85,13 @@ You must have:
85
85
## Create an index from the Playground
86
86
1. Open your AI Studio project.
87
87
1. Navigate to the Playground tab.
88
-
1. The Select available project index is displayed for existing indexes in the project. If an existing index is not being used, continue to the next steps.
88
+
1. The Select available project index is displayed for existing indexes in the project. If an existing index isn't being used, continue to the next steps.
89
89
1. Select the Add your data dropdown.
90
90
91
91
:::image type="content" source="../media/index-retrieve/add-data-dropdown.png" alt-text="Screenshot of playground add your data dropdown." lightbox="../media/index-retrieve/add-data-dropdown.png":::
92
92
93
93
1. If a new index is being created, select the ***Add your data*** option. Then follow the steps from ***Create an index from the Indexes tab*** to navigate through the wizard to create an index.
94
-
1. If there is an external index that is being used, select the ***Connect external index*** option.
94
+
1. If there's an external index that is being used, select the ***Connect external index*** option.
0 commit comments