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 a41815d

Browse filesBrowse files
authored
Update 01-import-wikipedia.sql
1 parent a4bdb8b commit a41815d
Copy full SHA for a41815d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎vector-embeddings/01-import-wikipedia.sql

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