Skip to content

Commit 478979f

Browse files
authored
Update articles/machine-learning/how-to-create-vector-index.md
1 parent a70fb22 commit 478979f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ After you create a vector index, you can add it to a prompt flow from the prompt
8383

8484
:::image type="content" source="media/how-to-create-vector-index/query-example.png" alt-text="Screenshot that shows the Vector Index Lookup tool query.":::
8585

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}`.
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.
8787

8888
## Next steps
8989

0 commit comments

Comments
 (0)