4 lines
81 B
Python
4 lines
81 B
Python
|
|
from langchain_core.retrievers import BaseRetriever
|
||
|
|
|
||
|
|
__all__ = ["BaseRetriever"]
|