8000 added link to OpenAI article · lkmodise/azure-sql-db-openai@b23c3f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b23c3f1

Browse files
committed
added link to OpenAI article
1 parent e10eed0 commit b23c3f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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 similarity](https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview) 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 provided text.
44

5+
For an introduction on text and code embeddings, check out this OpenAI article: [Introducing text and code embeddings](https://openai.com/blog/introducing-text-and-code-embeddings).
6+
57
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.
68

79
![](_assets/cosine-similarity-search-result.png)

0 commit comments

Comments
 (0)
0