Radu Costea
Radu Costea
Hi, Is there a reason why a video id works but other don't? They are from the same playlist with the same permissions.
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain.js documentation with the integrated search. - [X] I used...
Found an issue with this regex `/^>*(.+\son.*at.*wrote:)$/m` That pattern is causing a catastrophic backtracking issue. The problem is with (.+\son.*at.*wrote:) - the nested .* quantifiers create exponential backtracking when they...