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

Blob search credentials do not work #48

Open vykhand opened 10 months ago

vykhand commented 10 months ago

Hi folks, I ran into an issue because the connection string is not working, the indexer indexes 0 files. I changed the connection string removing all endpoints but the Blob, and now it is working. I'll send a pull request

AAkindele commented 7 months ago

I'm running into a similar issue in notebook 01-Load-Data-ACogSearch.ipynb when creating the indexer. I've tried both the original connection string and a version with only the Blob endpoint. '{"error":{"code":"","message":"Error with data source: Credentials provided in the connection string are invalid or have expired.\\r\\nFor more information on troubleshooting connection issues to Azure Storage accounts, please see https://go.microsoft.com/fwlink/?linkid=2049388 Please adjust your data source definition in order to proceed."}}'

Is the demo data storage account still available for use? Is there a recommended way to upload a copy of the demo data into our own storage accounts?

AAkindele commented 6 months ago

I'm running into a similar issue in notebook 01-Load-Data-ACogSearch.ipynb when creating the indexer. I've tried both the original connection string and a version with only the Blob endpoint. '{"error":{"code":"","message":"Error with data source: Credentials provided in the connection string are invalid or have expired.\\r\\nFor more information on troubleshooting connection issues to Azure Storage accounts, please see https://go.microsoft.com/fwlink/?linkid=2049388 Please adjust your data source definition in order to proceed."}}'

Is the demo data storage account still available for use? Is there a recommended way to upload a copy of the demo data into our own storage accounts?

I am no longer running into this error. I was able to make progress with the latest connection string from the main branch.