docs/integrations/document_loaders/arxiv/ #31660
Replies: 1 comment
-
from langchain_community.document_loaders import ArxivLoader Correctly formatted title searchloader = ArxivLoader(query='ti:"Attention is all you need"', load_max_docs=1) print(docs[0].metadata) I am getting this error which is weird. HTTPError: Page request resulted in HTTP 400 (https://export.arxiv.org/api/query?search_query=ti%22Attention+is+all+you+need%22&id_list=&sortBy=relevance&sortOrder=descending&start=0&max_results=100) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/integrations/document_loaders/arxiv/
arXiv is an open-access archive for 2 million scholarly articles in the fields of physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering and systems science, and economics.
https://python.langchain.com/docs/integrations/document_loaders/arxiv/
Beta Was this translation helpful? Give feedback.
All reactions