PubMed
PubMed
PubMed® by
The National Center for Biotechnology Information, National Library of Medicinecomprises more than 35 million citations for biomedical literature fromMEDLINE, life science journals, and online books. Citations may include links to full text content fromPubMed Centraland publisher web sites.
设置
你需要安装一个Python包。
pip install xmltodict
检索器
查看一个 使用示例。
from langchain.retrievers import PubMedRetriever
API 参考:PubMedRetriever
文档加载器
查看一个 使用示例。
from langchain_community.document_loaders import PubMedLoader
API 参考:PubMedLoader