reibs's picture
hugging face update
f91510c
raw
history blame contribute delete
155 Bytes
from langchain.document_loaders import OnlinePDFLoader
loader = OnlinePDFLoader("https://arxiv.org/pdf/2302.03803.pdf")
data = loader.load()
print(data)