8000 Merge pull request #2 from 7effrey89/jlaFeedback · lohithgn/azure-sql-db-openai@c991d15 · GitHub
[go: up one dir, main page]

Skip to content

Commit c991d15

Browse files
authored
Merge pull request Azure-Samples#2 from 7effrey89/jlaFeedback
Adding missing part in the URL to get it working. Also providing clarification to <deployment-id>
2 parents 90b8d73 + b3189cf commit c991d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vector-embeddings/03-find-similar-articles.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ go
1111

1212
/*
1313
Get the embeddings for the input text by calling the OpenAI API
14+
Note: <deployment-id> needs to be replaced with the deployment name of your embedding model in Azure OpenAI
1415
*/
1516
declare @inputText nvarchar(max) = 'the foundation series by isaac asimov';
1617
declare @retval int, @response nvarchar(max);

0 commit comments

Comments
 (0)
0