mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-02 11:25:03 +00:00
This pull request addresses an issue with import statements in the langchain_core/retrievers.py file. The following changes have been made: Corrected the import for Document from langchain_core.documents.base. Corrected the import for BaseRetriever from langchain_core.retrievers. These changes ensure that the SimpleRetriever class can correctly reference the Document and BaseRetriever classes, improving code reliability and maintainability. --------- Co-authored-by: Matheus Torquato <mtorquat@jaguarlandrover.com> Co-authored-by: Chester Curme <chester.curme@gmail.com> |
||
---|---|---|
.. | ||
cli | ||
community | ||
core | ||
experimental | ||
langchain | ||
partners | ||
standard-tests | ||
text-splitters | ||
packages.yml |