Hi I’m trying to set up OpenAI API querying my list of job listings (I’m putting them in a Google Sheet), so that OpenAI API would tell me which jobs to start applying to in the list based on my tech stack and experience (aka applying to the right jobs, starting with the easier ones, thus not applying to jobs that are beyond my scope at any given time).
The jobs are listed in Sheet as #rowIndex / title / company / description as well as (probably irrelevant) location / url / date found
I’ve had difficult times setting this up with Retool, Buildship, Appsmith, Zapier, OpenAI retrieval plugin with python (the doc on github is not up to date…) using embeddings/vector DBs like ChromaDB, or Pinecone, or Weaviate…
I’d really want a really simple tool at this point, that takes no longer than 2 hours of setup, based only on OpenAI API reading my Sheet and without further complication simply prioritize the jobs, persist the results and render them in a very simple pre-built frontend that I can easily access (instead of VS Code/terminal).
Can Adalo just do that, and if so, how?
Thanks