Skip to content

Commit 28c5f4b

Browse files
Merge pull request #251702 from ssalgadodev/patch-37
Update how-to-create-vector-index.md
2 parents 106a2f1 + 43935ea commit 28c5f4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ After you create a vector index, you can add it to a prompt flow from the prompt
8585

8686
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

88+
## Supported File Types
89+
90+
Supported file types for creating a vector index job: `.txt`, `.md`, `.html`, `.htm`, `.py`, `.pdf`, `.ppt`, `.pptx`, `.doc`, `.docx`, `.xls`, `.xlsx`. Any other file types will be ignored during creation.
91+
8892
## Next steps
8993

9094
[Get started with RAG by using a prompt flow sample (preview)](how-to-use-pipelines-prompt-flow.md)

0 commit comments

Comments
 (0)