Huawei
Huawei Technologies Co., Ltd. is a Chinese multinational digital communications technology corporation.
Huawei Cloud provides a comprehensive suite of global cloud computing services.
Installation and Setupโ
To access the Huawei Cloud
, you need an access token.
You also have to install a python library:
pip install -U esdk-obs-python
Document Loaderโ
Huawei OBS Directoryโ
See a usage example.
from langchain_community.document_loaders import OBSDirectoryLoader
API Reference:OBSDirectoryLoader
Huawei OBS Fileโ
See a usage example.
from langchain_community.document_loaders.obs_file import OBSFileLoader
API Reference:OBSFileLoader