8000 Merge pull request #10 from erikdarlingdata/patch-1 · lohithgn/azure-sql-db-openai@f918d63 · GitHub
[go: up one dir, main page]

Skip to content

Commit f918d63

Browse files
authored
Merge pull request Azure-Samples#10 from erikdarlingdata/patch-1
Update README.md
2 parents 1873d18 + 085f929 commit f918d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ products:
88
urlFragment: azure-sql-db-openai
99
name: Vector similarity search with Azure SQL & Azure OpenAI
1010
description: |
11-
Use Azure OpenAI from Azure SQL database to get the vector embeddings of any choosen text, and then calculate the cosine similarity to find related topics
11+
Use Azure OpenAI from Azure SQL database to get the vector embeddings of any chosen text, and then calculate the cosine similarity to find related top 6BB6 ics
1212
---
1313

1414
# Vector similarity search with Azure SQL & Azure OpenAI
1515

16-
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.
16+
This example shows how to use Azure OpenAI from Azure SQL database to get the vector embeddings of any chosen 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.
1717

1818
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).
1919

0 commit comments

Comments
 (0)
0