mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
6 lines
104 B
Python
6 lines
104 B
Python
|
from langchain_community.retrievers.pubmed import PubMedRetriever
|
||
|
|
||
|
__all__ = [
|
||
|
"PubMedRetriever",
|
||
|
]
|