Is there a way to deal with websites where you need to login? Like subscription based sites?
Unless you own those sites, I'm afraid that's not going to be possible.
Show HN: Turn any website into a knowledge base for LLMs
11–20 of 135 posts
Re: Show HN: Turn any website into a knowledge base for LLMs
#12Interesting, I wanted to do this for a personal use case (mostly learning), but with PDFs. What's tech stack? I have explored using the AWS AI tools, but it seems a bit overkill for what I want it to do.
Re: Show HN: Turn any website into a knowledge base for LLMs
#13Interesting, I wanted to do this for a personal use case (mostly learning), but with PDFs. What's tech stack? I have explored using the AWS AI tools, but it seems a bit overkill for what I want it to do.
https://github.com/MittaAI/SlothAI/blob/main/SlothAI/lib/pro...
https://github.com/MittaAI/mitta-community/tree/main/service...
There's code in there that just reads PDF meta data as well, but you can't always guarantee it's there in a PDF.
Re: Show HN: Turn any website into a knowledge base for LLMs
#14how does this work?
All of that code is Open Source, and works well for most sites. Some sites block Google IPs, but the Playwright container can run locally, so should be able to work around it with some minimal effort.
Re: Show HN: Turn any website into a knowledge base for LLMs
#15Re: Show HN: Turn any website into a knowledge base for LLMs
#16This is interesting. Can it work with any website, even say document repositories hosted on standard servers like gitbook?
Re: Show HN: Turn any website into a knowledge base for LLMs
#17Interesting, I wanted to do this for a personal use case (mostly learning), but with PDFs. What's tech stack? I have explored using the AWS AI tools, but it seems a bit overkill for what I want it to do.
Tech stack is a mix of serverless Laravel, with Cloudflare and AWS functions, and some Pinecone for vector storage. Still experimenting on a few things but don't want to over-engineer unless I know where I'm going.
Re: Show HN: Turn any website into a knowledge base for LLMs
#18Re: Show HN: Turn any website into a knowledge base for LLMs
#19Re: Show HN: Turn any website into a knowledge base for LLMs
#20This is interesting. Can it work with any website, even say document repositories hosted on standard servers like gitbook?
It works with pretty much any website, and works well with docs hosted on GitBook yes, I have embedded a website that's hosted there.