microsoft / OpenAIWorkshop

workshop materials to build intelligent solutions on Open AI
MIT License
480 stars 282 forks source link

Custom data scenario bugfix #91

Closed pomalley08 closed 1 year ago

pomalley08 commented 1 year ago

This PR includes two bugfixes for the custom dataset scenario.

  1. As described in Issue #90, the search index name is inconsistent between the function app and index creation scripts. Updating all references to use the "azure-ml-docs" index name.
  2. search-indexer.py requires "FILE_URL" & "LOCAL_FOLDER_PATH" to be set in secrets.env, but this isn't currently called out in the sem-automated instructions.