Hacker News new | ask | show | jobs
by ansonhw 490 days ago
I'm confused why search + LLM wouldn't work for this?
1 comments

The issue isn't search or LLMs, it's the data sources. I believe we can create something better than the traditional web for sharing and accessing information in the LLM era. What do you think?
Hmm i think the issue with any large data set is indexing + querying. At https://usefind.ai/ this is a fundamental problem we've been trying to tackle. What kind of structure do you think would work?
You’re right, did you check CircleMind? Could it be useful in your case? https://www.ycombinator.com/companies/circlemind
I checked your project, that’s really good and I saw that you’re working on Q&A that will be very useful!
Hmm i'll check out the pagerank stuff, IMO RAG isn't super great. I think RAG overall has been oversold since embeddings KNN hasn't proven to be super accurate.