langchain
39c1c942 - Fix typing in WebResearchRetriver (#10734)

Commit
2 years ago
Fix typing in WebResearchRetriver (#10734) Hello @hwchase17 **Issue**: The class WebResearchRetriever accept only RecursiveCharacterTextSplitter, but never uses a specification of this class. I propose to change the type to TextSplitter. Then, the lint can accept all subtypes.
Author
Parents
Loading