langchain/docs/extras/integrations/providers/microsoft_onedrive.mdx
2023-07-24 21:20:32 -07:00

23 lines
523 B
Plaintext

# Microsoft OneDrive
>[Microsoft OneDrive](https://en.wikipedia.org/wiki/OneDrive) (formerly `SkyDrive`) is a file-hosting service operated by Microsoft.
## Installation and Setup
First, you need to install a python package.
```bash
pip install o365
```
Then follow instructions [here](/docs/integrations/document_loaders/microsoft_onedrive.html).
## Document Loader
See a [usage example](/docs/integrations/document_loaders/microsoft_onedrive).
```python
from langchain.document_loaders import OneDriveLoader
```