AzureBlobStorageContainerLoader does not allow JSON files to be loaded #5681
Unanswered
ajaykrupalk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked other resources
Commit to Help
Example Code
Description
I have a use case to load JSON files containing logs from Azure Storage Blob Container. I am able to load the same files as txt but not as JSON. All my files will primarily be JSON, so I would need to load it as JSON. Also is there a way to load only specific keys just like the one in JSONLoader.
If not possible through the AzureBlobStorageContainerLoader, is there any other alternative to retrieve and load JSON files from Azure Blob Storage
System Info
windows
node 18
langchain 0.2
Beta Was this translation helpful? Give feedback.
All reactions