Show HN: Turn any website into a knowledge base for LLMs
111–120 of 135 posts
Re: Show HN: Turn any website into a knowledge base for LLMs
#112Earlier quoted context omitted.
Responding just because it's a pet peeve of mine: Cixin Liu did not invent the dark forest hypothesis. People were discussing it, and writing science fiction books about it, for decades before the 3BP books were published. Nothing against him, and he definitely helped popularize the concept, but I think it's incorrect to refer to it as "Cixin Liu's hypothesis".
Was curious as a lover of the 3BP series, google gave me this: "We've been sitting in our tree chirping like foolish birds for over a century now, wondering why no other birds answered. The galactic skies are full of hawks, that's why." (The Forge of God, Legend edition, 1989, pg 315). Yeah, same concept and even the same imagery. Source: https://warwick.ac.uk/fac/sci/physics/research/astro/people/...
I think there's a passage that even uses an analogy of a forest, though I'm not sure.
Re: Show HN: Turn any website into a knowledge base for LLMs
#113Earlier quoted context omitted.
Several lawsuits have confirmed that. Google regurgitating articles from French newspaper sites comes to mind. This is not an easy problem to solve. In my naive take, authors get to decide how their work is used, not scrapers.
> In my naive take, authors get to decide how their work is used, not scrapers. Inasmuch as they've put it on the public web they've already made a decision on who gets to see it, and you really can't stop people from doing what they want with it on a personal level. If that's print it out and put it on a wall in my house, or use whatever tools I have at my disposal to consume it in any way I please, there's not real…
As to what constitutes fair use, that's a whole other story: some scraping may be found to be legal while others may not. Benefiting monetarily from legally dubious scraping only makes that scraping look more infringe-y. Of course, nothing is settled law until a court decides.
Re: Show HN: Turn any website into a knowledge base for LLMs
#114Re: Show HN: Turn any website into a knowledge base for LLMs
#115Re: Show HN: Turn any website into a knowledge base for LLMs
#116I built a similar thing as a python library that does just that: https://github.com/philippe2803/contentmap Blog post that explains the rationale behind the library: https://philippeoger.com/pages/can-we-rag-the-whole-web Just submit your XML sitemap into a python class, and it will do the crawling, chunking, vectorizing and storage in an SQLite file for you. It's using SQLiteVSS integration with Langchain, but think…
Re: Show HN: Turn any website into a knowledge base for LLMs
#117Re: Show HN: Turn any website into a knowledge base for LLMs
#118how does this work?
You can also do this on AWS now fairly easily. https://medium.com/data-reply-it-datatech/how-to-build-a-cus...
The lablab.ai Discord community is a pretty good place to learn how this product category is evolving.
Re: Show HN: Turn any website into a knowledge base for LLMs
#119 > Turn any website into a knowledge base for LLMs
I would pay for the opposite product: make your website completely unusable/unreadable by LLMs while readable by real humans, with low false positive rates.Re: Show HN: Turn any website into a knowledge base for LLMs
#120Do you plan on doing revenue sharing with the site owners?