From be4ac4a1b20214621522be676edd9c96a06a72ce Mon Sep 17 00:00:00 2001 From: Sean Connelly <47223469+2good4hisowngood@users.noreply.github.com> Date: Sat, 29 Jun 2024 15:35:30 -0400 Subject: [PATCH] Update how-to-create-vector-index.md Clarifying that the Index type is Registered Index which lets you select the one created above. --- articles/machine-learning/how-to-create-vector-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/machine-learning/how-to-create-vector-index.md b/articles/machine-learning/how-to-create-vector-index.md index aecf508e505e..bbfc1b70184f 100644 --- a/articles/machine-learning/how-to-create-vector-index.md +++ b/articles/machine-learning/how-to-create-vector-index.md @@ -79,7 +79,7 @@ After you create a vector index, you can add it to a prompt flow from the prompt :::image type="content" source="media/how-to-create-vector-index/configure-index-lookup-tool.png" alt-text="Screenshot that shows the Vector Index Lookup tool."::: -1. Select the **mlindex_content** value box, and select your index. The tool should detect the index created in the "Create a vector index" section of the tutorial. After filling in all the necessary information, select save to close the generate drawer. +1. Select the **mlindex_content** value box, and select your Registered Index. The tool should detect the index created in the "Create a vector index" section of the tutorial. After filling in all the necessary information, select save to close the generate drawer. 1. Enter the queries and query_types to be performed against the index.