You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-create-vector-index.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,19 @@ ms.custom: prompt-flow
15
15
16
16
# Create a vector index in an Azure Machine Learning prompt flow (preview)
17
17
18
-
Azure Machine Learning enables you to create a vector index from files or folders on your machine, a location in cloud storage, an Azure Machine Learning data asset, a Git repository, or a SQL database. Azure Machine Learning can currently process .txt, .md, .pdf, .xls, and .docx files. You can also reuse an existing Azure Cognitive Search index instead of creating a new index.
18
+
You can use Azure Machine Learning to create a vector index from files or folders on your machine, a location in cloud storage, an Azure Machine Learning data asset, a Git repository, or a SQL database. Azure Machine Learning can currently process .txt, .md, .pdf, .xls, and .docx files. You can also reuse an existing Azure Cognitive Search index instead of creating a new index.
19
19
20
20
When you create a vector index, Azure Machine Learning chunks the data, creates embeddings, and stores the embeddings in a Faiss index or Azure Cognitive Search index. In addition, Azure Machine Learning creates:
21
21
22
22
* Test data for your data source.
23
23
24
-
* A sample prompt flow, which uses the vector index that you created.
24
+
* A sample prompt flow, which uses the vector index that you created. Features of the sample prompt flow include:
25
25
26
-
The sample prompt flow has key features like automatically generated prompt variants. You can evaluate each of these variations by using the [generated test data](https://aka.ms/prompt_flow_blog). Metrics against each of the variants help you choose the best variant to run. You can use this sample to continue developing your prompt.
26
+
* Automatically generated prompt variants.
27
+
* Evaluation of each prompt variant by using the [generated test data](https://aka.ms/prompt_flow_blog).
28
+
* Metrics against each prompt variant to help you choose the best variant to run.
29
+
30
+
You can use this sample to continue developing your prompt.
0 commit comments