openchatai / OpenChat

LLMs custom-chatbots console ⚡
https://open.cx
MIT License
5.17k stars 642 forks source link

Website Scraping Limit is 15 pages? #51

Closed voidxd closed 1 year ago

voidxd commented 1 year ago

Hello,

Is there a way to increase the amount of scraped pages, or give it certain pages we want scraped?

Thank you!

gharbat commented 1 year ago

You can update the value here:

backend-server/app/Http/Listeners/StartRecursiveCrawler.php:48

for something like:

$this->crawl($url, $crawledUrls, 100, $rootUrl, $chatbotId, $dataSource->getId());