Marvin-Deng / Gemini-Scraper

A multithreaded web crawler powered by Google Gemini-Pro
2 stars 0 forks source link

Update text extraction prompt and returns #4

Open Marvin-Deng opened 3 months ago

Marvin-Deng commented 3 months ago
  1. We need to find a prompt which would output a consistent format. (look into prompt engineering for Gemini)
  2. We need to combine the outputs for each chunk into one object

Instead of { "Relevant people": Bob }, { "Relevant people": Jane }

we need

{ "Relevant people": Bob, Jane }

Michaelyya commented 3 months ago

I'd like to try on this