Skip to content

Commit 4a23d6d

Browse files
Merge pull request #263858 from ssalgadodev/patch-64
Update how-to-create-vector-index.md
2 parents 5a7f17f + 2687e79 commit 4a23d6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: balapv
88
ms.reviewer: ssalgado
99
ms.service: machine-learning
1010
ms.subservice: core
11-
ms.date: 06/30/2023
11+
ms.date: 01/22/2024
1212
ms.topic: how-to
1313
ms.custom:
1414
- prompt-flow
@@ -82,6 +82,9 @@ After you create a vector index, you can add it to a prompt flow from the prompt
8282
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

8484
1. Enter the queries and query_types to be performed against the index.
85+
86+
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.
87+
8588

8689
## Supported File Types
8790

0 commit comments

Comments
 (0)