logoalt Hacker News

ameliustoday at 1:25 PM1 replyview on HN

An LLM can read websites, right? And turn them into structured data.


Replies

ashu1461today at 1:28 PM

It can do that on run time, but it does not store data like that. The data is typically stored as embeddings in which it is hard to query data in a structured form. Example give me all products whose price is less than 200$ vs suggest me products for my spouse's birthday.

show 1 reply