PubMed
PubMed
PubMed® 由
The National Center for Biotechnology Information, National Library of Medicine
組成,收錄超過 3500 萬筆來自MEDLINE
、生命科學期刊和線上書籍的生物醫學文獻引文。引文可能包含來自PubMed Central
和發行商網站的全文內容連結。
設定
您需要安裝一個 Python 套件。
pip install xmltodict
檢索器
請參閱使用範例。
from langchain.retrievers import PubMedRetriever
API 參考:PubMedRetriever
文件載入器
請參閱使用範例。
from langchain_community.document_loaders import PubMedLoader
API 參考:PubMedLoader