We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://datawhalechina.github.io/llm-cookbook/#/C4/2.%20%E6%96%87%E6%A1%A3%E5%8A%A0%E8%BD%BD%20Document%20Loading
上面链接给出的[加载PDF文档代码有误
from langchain.document_loaders import PyPDFLoader
应该改为
from langchain_community.document_loaders import PyPDFLoader
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://datawhalechina.github.io/llm-cookbook/#/C4/2.%20%E6%96%87%E6%A1%A3%E5%8A%A0%E8%BD%BD%20Document%20Loading
上面链接给出的[加载PDF文档代码有误
from langchain.document_loaders import PyPDFLoader
应该改为
from langchain_community.document_loaders import PyPDFLoader
The text was updated successfully, but these errors were encountered: