You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/extras/integrations/providers/bilibili.mdx

18 lines
340 B
Markdown

# 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
```