8000 Merge pull request #5 from mwiemer-microsoft/patch-1 · lkmodise/azure-sql-db-openai@b425531 · GitHub
[go: up one dir, main page]

Skip to content

Commit b425531

Browse files
authored
Merge pull request Azure-Samples#5 from mwiemer-microsoft/patch-1
fix typo: embeedings to embeddings
2 parents 1b1cb5b + ae5b3e9 commit b425531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure SQL database can be used to significatly speed up vectors operations using
2323

2424
## Download and import the Wikipedia Article with Vector Embeddings
2525

26-
Download the [wikipedia embeedings from here](https://cdn.openai.com/API/examples/data/vector_database_wikipedia_articles_embedded.zip), unzip it and upload it (using [Azure Storage Explorer](https://learn.microsoft.com/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows) for example) to an Azure Blob Storage container.
26+
Download the [wikipedia embeddings from here](https://cdn.openai.com/API/examples/data/vector_database_wikipedia_articles_embedded.zip), unzip it and upload it (using [Azure Storage Explorer](https://learn.microsoft.com/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows) for example) to an Azure Blob Storage container.
2727

2828
In the example the unzipped csv file `vector_database_wikipedia_articles_embedded.csv` is assumed to be uploaded to a blob container name `playground` and in a folder named `wikipedia`.
2929

0 commit comments

Comments
 (0)
0