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/modules
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
..
agents Doc - Update google_search.ipynb - more explicit reference to places where to create API keys (#2670) 1 year ago
callbacks Add docs for callbacks (#2643) 1 year ago
chains Harrison/docs agents (#2647) 1 year ago
indexes Added bilibili loader (#2673) (#2724) 1 year ago
memory fixed typo (#2720) 1 year ago
models docs: update tokenizer notice in llms/getting_started (#2641) 1 year ago
prompts fix typo in chat_prompt_template docs (#2193) 1 year ago
agents.rst Minor text correction (#2298) 1 year ago
chains.rst big docs refactor (#1978) 1 year ago
indexes.rst Correct typo in documentation for word 'therefore' (#2529) 1 year ago
memory.rst big docs refactor (#1978) 1 year ago
models.rst big docs refactor (#1978) 1 year ago
prompts.rst big docs refactor (#1978) 1 year ago
state_of_the_union.txt Docs refactor (#480) 2 years ago