Hacker News new | ask | show | jobs
by qeternity 737 days ago
What do you think is complicated about RAG? I'm not arguing that it's effortless, but it's not that complicated? Genuinely interested to hear other people's pain points.
1 comments

Well, you need to generate embeddings usually, and then query and filter those, but it isn't that complicated for sure.