Skip to content

Commit beec38d

Browse files
authored
Merge pull request #263877 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 63612f7 + 33903e8 commit beec38d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/machine-learning/how-to-create-vector-index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,17 @@ After you create a vector index, you can add it to a prompt flow from the prompt
7171

7272
1. Open an existing prompt flow.
7373

74-
1. On the top menu of the prompt flow designer, select **More tools**, and then select **Vector Index Lookup**.
74+
1. On the top menu of the prompt flow designer, select **More tools**, and then select **Index Lookup**.
7575

7676
:::image type="content" source="media/how-to-create-vector-index/vector-lookup.png" alt-text="Screenshot that shows the list of available tools.":::
7777

78-
The Vector Index Lookup tool is added to the canvas. If you don't see the tool immediately, scroll to the bottom of the canvas.
78+
The Index Lookup tool is added to the canvas. If you don't see the tool immediately, scroll to the bottom of the canvas.
7979

8080
:::image type="content" source="media/how-to-create-vector-index/vector-index-lookup-tool.png" alt-text="Screenshot that shows the Vector Index Lookup tool.":::
8181

82-
1. Enter the path to your vector index, along with the query that you want to perform against the index. The 'path' is the location for the MLIndex created in the create a vector index section of this tutorial. To know this location select the desired Vector Index, select 'Details', and select 'Index Data'. Then on the 'Index data' page, copy the 'Datasource URI' in the Data sources section.
82+
1. Select the **mlindex_content** value box, and select your index. The tool should detect the index created in the the "Create a vector index" section of the tutorial. After filling in all the necessary information, select save to close the generate drawer.
8383

84-
1. Enter a query that you want to perform against the index. A query is a question either as plain string or an embedding from the input cell of the previous step. If you choose to enter an embedding, be sure your query is defined in the input section of your prompt flow like the example here:
85-
86-
:::image type="content" source="media/how-to-create-vector-index/query-example.png" alt-text="Screenshot that shows the Vector Index Lookup tool query.":::
87-
88-
An example of a plain string you can input in this case would be: `How to use SDK V2?'. Here is an example of an embedding as an input: `${embed_the_question.output}`. Passing a plain string will only work when the Vector Index is getting used on the workspace which created it.
84+
1. Enter the queries and query_types to be performed against the index.
8985

9086
## Supported File Types
9187

0 commit comments

Comments
 (0)