Scrapegraph-ai icon indicating copy to clipboard operation
Scrapegraph-ai copied to clipboard

'Batchsize' config attribute does not change

Open RyanGNguyen opened this issue 1 year ago • 0 comments

Describe the bug I tried to change the batch size to a different number (4) from the default (16) by specifying batch size in the graph configuration. However, when I run the debug mode, the batchsize doesn't change and remains at 16.

To Reproduce I ran in this problem while running Python 3.12 with ScrapeGraphAI version 1.7.3 as shown in the code screenshot below.

Expected behavior Due to having 'verbose' set to true, the terminal should output a message saying "Batchsize 4" rather than "Batchsize 16".

Screenshots Screenshot 2024-06-27 at 2 27 00 PM

Desktop (please complete the following information):

  • OS: iOS
  • VsCode

RyanGNguyen avatar Jun 27 '24 21:06 RyanGNguyen