Skip to content

Commit 562ccbb

Browse files
fix(docs): update url to langchain-azure-storage in reference doc (#1100)
Fixed the URL to point to the `langchain-azure-storage` reference doc since it was moved under the Azure folder. ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers Co-authored-by: Mason Daugherty <[email protected]>
1 parent a4e8a68 commit 562ccbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žsrc/oss/python/integrations/document_loaders/azure_blob_storage.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: Azure Blob Storage Loader
1313
- Storing data for backup and restore, disaster recovery, and archiving.
1414
- Storing data for analysis by an on-premises or Azure-hosted service.
1515

16-
This notebook covers how to load document objects from a container on `Azure Blob Storage`. For more detailed documentation on the document loader, see the [Azure Blob Storage Loader API Reference](https://reference.langchain.com/python/integrations/langchain_azure_storage/).
16+
This notebook covers how to load document objects from a container on `Azure Blob Storage`. For more detailed documentation on the document loader, see the [Azure Blob Storage Loader API Reference](https://reference.langchain.com/python/integrations/langchain_azure/storage/).
1717

1818
<Note>
1919
It is recommended to use this new loader over the previous [`AzureBlobStorageFileLoader`](https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.azure_blob_storage_file.AzureBlobStorageFileLoader.html) and [`AzureBlobStorageContainerLoader`](https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.azure_blob_storage_container.AzureBlobStorageContainerLoader.html) from `langchain_community`. For detailed instructions on migrating to the new loader, refer to the [migration guide](https://github.com/langchain-ai/langchain-azure/blob/main/libs/azure-storage/README.md#migrating-from-langchain-community-azure-storage-document-loaders)

β€Žsrc/oss/python/integrations/document_loaders/index.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The below document loaders allow you to load documents from your favorite cloud
7979
| [AWS S3 Directory](/oss/integrations/document_loaders/aws_s3_directory) | Load documents from an AWS S3 directory | ❌ | [`S3DirectoryLoader`](https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.s3_directory.S3DirectoryLoader.html) |
8080
| [AWS S3 File](/oss/integrations/document_loaders/aws_s3_file) | Load documents from an AWS S3 file | ❌ | [`S3FileLoader`](https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.s3_file.S3FileLoader.html) |
8181
| [Azure AI Data](/oss/integrations/document_loaders/azure_ai_data) | Load documents from Azure AI services | ❌ | [`AzureAIDataLoader`](https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.azure_ai_data.AzureAIDataLoader.html) |
82-
| [Azure Blob Storage](/oss/integrations/document_loaders/azure_blob_storage) | Load documents from Azure Blob Storage | βœ… | [`AzureBlobStorageLoader`](https://reference.langchain.com/python/integrations/langchain_azure_storage/) |
82+
| [Azure Blob Storage](/oss/integrations/document_loaders/azure_blob_storage) | Load documents from Azure Blob Storage | βœ… | [`AzureBlobStorageLoader`](https://reference.langchain.com/python/integrations/langchain_azure/storage/) |
8383
| [Dropbox](/oss/integrations/document_loaders/dropbox) | Load documents from Dropbox | ❌ | [`DropboxLoader`](https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.dropbox.DropboxLoader.html) |
8484
| [Google Cloud Storage Directory](/oss/integrations/document_loaders/google_cloud_storage_directory) | Load documents from GCS bucket | βœ… | [`GCSDirectoryLoader`](https://python.langchain.com/api_reference/google_community/gcs_directory/langchain_google_community.gcs_directory.GCSDirectoryLoader.html) |
8585
| [Google Cloud Storage File](/oss/integrations/document_loaders/google_cloud_storage_file) | Load documents from GCS file object | βœ… | [`GCSFileLoader`](https://python.langchain.com/api_reference/google_community/gcs_file/langchain_google_community.gcs_file.GCSFileLoader.html) |

0 commit comments

Comments
Β (0)