MSUSAzureAccelerators / Azure-Cognitive-Search-Azure-OpenAI-Accelerator

Virtual Assistant - GPT Smart Search Engine - Bot Framework + Azure OpenAI + Azure AI Search + Azure SQL + Bing API + Azure Document Intelligence + LangChain + CosmosDB
https://gptsmartsearchapp.azurewebsites.net
MIT License
336 stars 555 forks source link

Fix for typo in variable name #65

Open ralacher opened 7 months ago

ralacher commented 7 months ago

The variable name index_name is incorrect and should be index1_name. It will work for most users since index1_name is defined separately in an earlier cell of the notebook. I just happened to pause and resume my compute in between the two cells and noticed the error.