File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ BING_SEARCH_URL = "https://api.bing.microsoft.com/v7.0/search"
5
5
6
6
# Demo Data (edit with your own if you want to use your own data)
7
7
BLOB_CONNECTION_STRING = " BlobEndpoint=https://datasetsgptsmartsearch.blob.core.windows.net/;QueueEndpoint=https://datasetsgptsmartsearch.queue.core.windows.net/;FileEndpoint=https://datasetsgptsmartsearch.file.core.windows.net/;TableEndpoint=https://datasetsgptsmartsearch.table.core.windows.net/;SharedAccessSignature=sv=2022-11-02&ss=b&srt=sco&sp=rl&se=2026-01-03T02:11:44Z&st=2024-01-02T18:11:44Z&spr=https&sig=ngrEqvqBVaxyuSYqgPVeF%2B9c0fXLs94v3ASgwg7LDBs%3D"
8
-
8
+ BLOB_SAS_TOKEN = " ?sv=2022-11-02&ss=b&srt=sco&sp=rl&se=2026-01-03T02:11:44Z&st=2024-01-02T18:11:44Z&spr=https&sig=ngrEqvqBVaxyuSYqgPVeF%2B9c0fXLs94v3ASgwg7LDBs%3D "
9
9
10
10
# Edit with your own azure services values
11
11
AZURE_SEARCH_ENDPOINT = " Enter your Azure Cognitive Search Endpoint ..."
You can’t perform that action at this time.
0 commit comments