azure-search-openai-demo
azure-search-openai-demo copied to clipboard
prepdocs.py --skipblobs seems to orphaned
Then setting seems to be used anywhere https://github.com/Azure-Samples/azure-search-openai-demo/blob/819d05e312fda1df07e32604f0e33820cfa4adb8/app/backend/prepdocs.py#L251
On the other hand, it raises a valid question—why would I need an additional storage sink if the data is already stored in Azure Data Lake Storage? Is the extra storage necessary for displaying content in the browser UI, or can I simply use the --skipblobs option and still display documents by referencing the combination of AZURE_ADLS_GEN2_STORAGE_ACCOUNT, AZURE_ADLS_GEN2_FILESYSTEM, AZURE_ADLS_GEN2_FILESYSTEM_PATH, and filename?