mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
2d078c7767
- added `PubMed Document Loader` artifacts; ut-s; examples - fixed `PubMed utility`; ut-s @hwchase17
757 B
757 B
PubMed
PubMed
PubMed® by
The National Center for Biotechnology Information, National Library of Medicine
comprises more than 35 million citations for biomedical literature fromMEDLINE
, life science journals, and online books. Citations may include links to full text content fromPubMed Central
and publisher web sites.
Setup
You need to install a python package.
pip install xmltodict
Retriever
See a usage example.
from langchain.retrievers import PubMedRetriever
Document Loader
See a usage example.
from langchain.document_loaders import PubMedLoader