8000 Update README.md · sirmnemonic/azure-sql-db-openai@a4bdb8b · GitHub
[go: up one dir, main page]

Skip to content

Commit a4bdb8b

Browse files
authored
Update README.md
1 parent 252d306 commit a4bdb8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Vector Similarity Search with Azure SQL & Azure OpenAI
22

3-
This example shows how to use Azure OpenAI from Azure SQL database to get the vector embeddings of any choosen text, and then calculate the cosine distance against the Wikipedia articles (for which vector embeddings have been already calculated) to find the articles that covers topics that are close - or similar - to the searched text.
3+
This example shows how to use Azure OpenAI from Azure SQL database to get the vector [embeddings](https://platform.openai.com/docs/guides/embeddings/what-are-embeddings) of any choosen text, and then calculate the [cosine distance](https://en.wikipedia.org/wiki/Cosine_similarity) against the Wikipedia articles (for which vector embeddings have been already calculated) to find the articles that covers topics that are close - or similar - to the searched text.
44

55
Azure SQL database can be used to significatly speed up vectors operations using column store indexes, so that search can have sub-seconds performances even on large datasets.
66

77
Download the [wikipedia embeedings from here](https://cdn.openai.com/API/examples/data/vector_database_wikipedia_articles_embedded.zip), unzip it and upload it to an Azure Blob Storage container.
88

9+
...WORK IN PROGRESS...

0 commit comments

Comments
 (0)
0