langchain
c087ce74 - Added matching async load func to PlaywrightURLLoader (#5938)

Commit
2 years ago
Added matching async load func to PlaywrightURLLoader (#5938) Fixes # (issue) The existing PlaywrightURLLoader load() function uses a synchronous browser which is not compatible with jupyter. This PR adds a sister function aload() which can be run insisde a notebook. --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Author
Parents
Loading