Skip to content

Commit

Permalink
Update Azure_Pubmed_chatbot.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
zbyosufzai authored Mar 8, 2024
1 parent 79ca867 commit 2ec8a9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebooks/GenAI/notebooks/Azure_Pubmed_chatbot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -665,10 +665,10 @@
" SearchIndexerDataContainer,\n",
" SearchIndexerDataSourceConnection,\n",
" SearchIndex,\n",
" SearchIndexer\n",
" SearchableField\n",
" SearchFieldDataType\n",
" SimpleField\n"
" SearchIndexer,\n",
" SearchableField,\n",
" SearchFieldDataType,\n",
" SimpleField,\n",
")\n",
"\n",
"endpoint = \"https://{}.search.windows.net/\".format(service_name)\n",
Expand Down

0 comments on commit 2ec8a9e

Please sign in to comment.