Skip to content

Commit

Permalink
fix blob connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Marin committed May 9, 2024
1 parent 097dfee commit 38e9ead
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 01-Load-Data-ACogSearch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
"outputs": [],
"source": [
"# Define the names for the data source, skillset, index and indexer\n",
"datasource_name = \"cogsrch-datasource-files-2\"\n",
"index_name = \"cogsrch-index-files-2\"\n",
"skillset_name = \"cogsrch-skillset-files-2\"\n",
"indexer_name = \"cogsrch-indexer-files-2\""
"datasource_name = \"cogsrch-datasource-files\"\n",
"index_name = \"cogsrch-index-files\"\n",
"skillset_name = \"cogsrch-skillset-files\"\n",
"indexer_name = \"cogsrch-indexer-files\""
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions 02-LoadCSVOneToMany-ACogSearch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"outputs": [],
"source": [
"# Define the names for the data source, index and indexer\n",
"datasource_name = \"cogsrch-datasource-csv-2\"\n",
"skillset_name = \"cogsrch-skillset-csv-2\"\n",
"index_name = \"cogsrch-index-csv-2\"\n",
"indexer_name = \"cogsrch-indexer-csv-2\""
"datasource_name = \"cogsrch-datasource-csv\"\n",
"skillset_name = \"cogsrch-skillset-csv\"\n",
"index_name = \"cogsrch-index-csv\"\n",
"indexer_name = \"cogsrch-indexer-csv\""
]
},
{
Expand Down

0 comments on commit 38e9ead

Please sign in to comment.