mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
18 lines
340 B
Plaintext
18 lines
340 B
Plaintext
# BiliBili
|
|
|
|
>[Bilibili](https://www.bilibili.tv/) is one of the most beloved long-form video sites in China.
|
|
|
|
## Installation and Setup
|
|
|
|
```bash
|
|
pip install bilibili-api-python
|
|
```
|
|
|
|
## Document Loader
|
|
|
|
See a [usage example](/docs/integrations/document_loaders/bilibili).
|
|
|
|
```python
|
|
from langchain.document_loaders import BiliBiliLoader
|
|
```
|