molly-carroll-tw / ig-poc-twai21

1 stars 0 forks source link

Build query pipeline passing uploaded documents into prompt context #2

Closed molly-carroll-tw closed 2 months ago

molly-carroll-tw commented 2 months ago

Use Python SDK to include document matches in prompt context when the "evaluate" function is triggered to use in comparison with role-specific rubric to determine if candidate fulfills rubric line item or not.

When "evaluate" is triggered (in the future, by user via UI button after uploading their documents) the appropriate rubric criteria for the role acts as a query used by Jamba LLM against context documents

For PoC, context documents are: candidate resume, interview transcript

molly-carroll-tw commented 2 months ago

Output parsed as parallel to generated GPT-4 evaluations