Open vykhand opened 10 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'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.
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