Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改Loader加载器官方文档地址 #68

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Chains

Youtube `YoutubeLoader` 等等,上面只是简单的进行列举了几个,官方提供了超级的多的加载器供你使用。

> https://python.langchain.com/docs/modules/data_connection/document_loaders.html
> https://python.langchain.com/docs/how_to/#document-loaders

###

Expand All @@ -101,7 +101,7 @@ Youtube `YoutubeLoader` 等等,上面只是简单的进行列举了几个,

官方也提供了很多的向量数据库供我们使用。

> https://python.langchain.com/en/latest/modules/indexes/vectorstores.html
> https://python.langchain.com/docs/integrations/vectorstores/

###

Expand Down