Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c991d15

Browse filesBrowse 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
Copy full SHA for c991d15

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: vector-embeddings/03-find-similar-articles.sql
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.