BuilderIO / gpt-crawler

Crawl a site to generate knowledge files to create your own custom GPT from a URL
https://www.builder.io/blog/custom-gpt
ISC License
18.59k stars 1.97k forks source link

Scope of the crawler (limits) #65

Open PizBernina opened 10 months ago

PizBernina commented 10 months ago

First of all, sounds really cool!

How robust is the crawler in the sense of what can it crawl? As long as there is html it should work? And what is the "storage" limit, can I let it crawl the official python docs? Limit might not be on the crawlers side but the LLMs' I plug the .json file in?

Cheers