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
vowelparrot 709f26b69e
Added bilibili loader (#2673) (#2724)
I've added a bilibili loader, bilibili is a very active video site in
China and I think we need this loader.

Example:
```python
from langchain.document_loaders.bilibili import BiliBiliLoader

loader = BiliBiliLoader(
       ["https://www.bilibili.com/video/BV1xt411o7Xu/",
       "https://www.bilibili.com/video/av330407025/"]
)
docs = loader.load()
```

Co-authored-by: 了空 <568250549@qq.com>
1 year ago
..
_static Harrison/databerry (#2688) 1 year ago
ecosystem Harrison/databerry (#2688) 1 year ago
getting_started add: conda installation instructions (#2678) 1 year ago
modules Added bilibili loader (#2673) (#2724) 1 year ago
reference Adding milvus/zilliz into docs (#2686) 1 year ago
tracing bump version to 131 (#2391) 1 year ago
use_cases cr 1 year ago
Makefile Feature: linkcheck-action (#534) (#542) 2 years ago
conf.py Corrects copyright year (#1762) 1 year ago
deployments.md docs: Update deployments.md to include a BentoML example (#2661) 1 year ago
ecosystem.rst Docs refactor (#480) 2 years ago
gallery.rst docs: update gpt index references to LlamaIndex (#1856) 1 year ago
glossary.md big docs refactor (#1978) 1 year ago
index.rst cr 1 year ago
make.bat initial commit 2 years ago
model_laboratory.ipynb big docs refactor (#1978) 1 year ago
reference.rst Feature: linkcheck-action (#534) (#542) 2 years ago
requirements.txt Harrison/docs reqs (#2199) 1 year ago
tracing.md Harrison/tracing docs (#806) 2 years ago