10000 Update 01-import-wikipedia.sql · lkmodise/azure-sql-db-openai@a41815d · GitHub
[go: up one dir, main page]

Skip to content

Commit a41815d

Browse files
authored
Update 01-import-wikipedia.sql
1 parent a4bdb8b commit a41815d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vector-embeddings/01-import-wikipedia.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ go
2626
*/
2727
create database scoped credential [openai_playground]
2828
with identity = 'SHARED ACCESS SIGNATURE',
29-
secret = '<sas-token';
29+
secret = '<sas-token>';
3030
go
3131
create external data source [openai_playground]
3232
with
3333
(
3434
type = blob_storage,
35-
location = 'https://dmstore3.blob.core.windows.net/playground',
35+
location = 'https://<account>.blob.core.windows.net/playground',
3636
credential = [openai_playground]
3737
);
3838
go

0 commit comments

Comments
 (0)
0