You can also just make a big prompt, which has the job description and the resume all included, and just ask it if it thinks it is a good match e.g.
prompt;
You are in the HR department for XYZ, and you are screening resumes.
{JOB_DESCRIPTION}
{RESUME}
You now have to make a judgement following this format.
compatibility_score: 0.3
passed: false
https://registry.jsonresume.org/thomasdavis/jobs
It creates openai embeddings of all HN job postings, and it creates openai embeddings of the specified resume and then returns the most relevant.
It works really well, the jobs recommended are right up my alley.
Code is open source -> https://github.com/jsonresume/jsonresume.org/tree/master/app...
---
You can also just make a big prompt, which has the job description and the resume all included, and just ask it if it thinks it is a good match e.g.
prompt;