8 points | by nirvanist 2 days ago ago
6 comments
Do you mind sharing more about the implementation details? Any safeguards you have for the urls and all?
Basically, I use a headless Chromium with Puppeteer to render the page. Then, some logic extracts and cleans the HTML content. Finally, I use Gemini with a specific schema to return a JSON response.
Okay, thanks!
How do you plan to use it?
At the moment, I use it in client projects to build agents for their chat systems by adding RAG to models
Okay
Do you mind sharing more about the implementation details? Any safeguards you have for the urls and all?
Basically, I use a headless Chromium with Puppeteer to render the page. Then, some logic extracts and cleans the HTML content. Finally, I use Gemini with a specific schema to return a JSON response.
Okay, thanks!
How do you plan to use it?
At the moment, I use it in client projects to build agents for their chat systems by adding RAG to models
Okay