Closed jacobmarks closed 1 year ago
Added in handling for the following cases:
match()
or filter_labels()
examplesOther changes include:
$and
condition generations into a functionsort_by_similarity()
now that we are narrowing down what the model sees based on other filtersMATCH
issue where it gave you all caps. I think this is because we are telling it to do _MORE_
and _CONFUSED_
in all caps. Put in a post-processing fix for this.Still need to deal with:
CLASSIF_FIELD
and DET_FIELD
based approach. The main problem is still that often the LLM thinks multiple fields are relevant, and it is hard to determine if both actually are, or just one will be used in the end.Added moderation to ensure initial and later queries abide by OpenAI's terms of use
Addresses #31
image_similarity
,text_similarity
,evaluation
, andmetadata
columns to examples spreadsheetStill to do:
match()
/filter_labels()