Documentation Index
Fetch the complete documentation index at: https://nvd-54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.This notebook shows how to retrieve scientific articles from Arxiv.org into the Document format that is used downstream. For detailed documentation of all
ArxivRetriever features and configurations head to the API reference.
集成详情
设置
如果您希望从单个查询中获得自动追踪功能,还可以通过取消注释以下代码来设置 LangSmith API 密钥:安装
This retriever lives in thelangchain-community package. We will also need the arxiv dependency:
实例化
ArxivRetriever parameters include:
- optional
load_max_docs: default=100. Use it to limit number of downloaded documents. It takes time to download all 100 documents, so use a small number for experiments. There is a hard limit of 300 for now. - optional
load_all_available_meta: default=False. By default only the most important fields downloaded:Published(date when document was published/last updated),Title,Authors,Summary. If True, other fields also downloaded. get_full_documents: boolean, default False. Determines whether to fetch full text of documents.
用法
ArxivRetriever supports retrieval by article identifier:
ArxivRetriever also supports retrieval based on natural language text:
API 参考
For detailed documentation of allArxivRetriever features and configurations head to the API reference.
连接这些文档到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

