PaddleX
PaddleX copied to clipboard
Fix: Update imports to resolve ModuleNotFoundError for 'langchain.docstore'
Description
This pull request addresses the ModuleNotFoundError: No module named 'langchain.docstore' error that was occurring in the BaseRetriever class. The imports have been reviewed and updated to ensure compatibility with the current structure of the langchain library.
Changes Made
- Updated import statements to reflect the correct modules from
langchain. - Ensured that the code adheres to the latest version of the
langchainlibrary.
Related Issues
- Resolves #4765
Thanks for your contribution!