Hacker News new | ask | show | jobs
by gulcin_xata 526 days ago
Tried with a video I previously watched and got a good enough summary, also liked the UI. Did you implement a RAG?
1 comments

thanks! Cool that you like the UI since I feel like I'm not very 'artistic' if that makes sense.

No, no RAG. I use Gemini 1.5 Flash as an LLM, and it has a very long context window (1M tokens). Because of that, I can feed the entire transcript into Gemini's context. I feel that's important to get good results.