You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I launch the graphrag.index, there is this error:
TypeError: create_blob_storage() got an unexpected keyword argument 'type'
This is due to the fact that in the create_blob_storage() function contained in graphrag/storage/blob_pipeline_storage.py file, it is not considered 'type' parameter.
The parameters should be passed in the function definition (line 293):
I expected to load the artifacts, final outputs, in Azure blob storage. To do that it should be execute create_blob_storage function with every parameters.
Do you need to file an issue?
Describe the bug
I configure the config.yml to include Azure blob container as storage. The configuration is:
When I launch the graphrag.index, there is this error:
TypeError: create_blob_storage() got an unexpected keyword argument 'type'
This is due to the fact that in the create_blob_storage() function contained in graphrag/storage/blob_pipeline_storage.py file, it is not considered 'type' parameter.
The parameters should be passed in the function definition (line 293):
Steps to reproduce
Expected Behavior
I expected to load the artifacts, final outputs, in Azure blob storage. To do that it should be execute create_blob_storage function with every parameters.
GraphRAG Config Used
Logs and screenshots
Additional Information
The text was updated successfully, but these errors were encountered: