Method to load documents from an Azure Blob Storage container. It creates a BlobServiceClient using the connection string, gets the container client using the container name, and iterates over the blobs in the container. For each blob, it creates an instance of AzureBlobStorageFileLoader and loads the documents using the loader. The loaded documents are concatenated to the docs array and returned.
An array of loaded documents.
Generated using TypeDoc
⚠️ Deprecated ⚠️
This feature is deprecated and will be removed in the future.
It is not recommended for use.