Live data from Hacker News

Show HN: Turn any website into a knowledge base for LLMs

embedding.io

1–10 of 135 posts

Show HN: Turn any website into a knowledge base for LLMs

#1
I built this tool because I wanted a way to just take a bunch of URLs or domains, and query their content in RAG applications.

It takes away the pain of crawling, extracting content, chunking, vectorizing, and updating periodically.

I'm curious to see if it can be useful to others. I meant to launch this six months ago but life got in the way...

Show HN: Turn any website into a knowledge base for LLMs
embedding.io

Re: Show HN: Turn any website into a knowledge base for LLMs

#6
post #4

how does this work?

Give it URLs or domains, and it will crawl and extract their content, embed them in a vector database, and give you an endpoint that you can then query when doing RAG stuff or semantic search.

But how does it work in the background? What‘s the tech stack?

Re: Show HN: Turn any website into a knowledge base for LLMs

#9
post #5

Interesting, 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

#10
post #6
post #4

Earlier quoted context omitted.

Give it URLs or domains, and it will crawl and extract their content, embed them in a vector database, and give you an endpoint that you can then query when doing RAG stuff or semantic search.

But how does it work in the background? What‘s the tech stack?

In another comment:

> 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.

Post reply on HN