Skip to content

Commit

Permalink
Adding improved example for boolean retrieval to config (#286)
Browse files Browse the repository at this point in the history
Former-commit-id: 9bb0da9
  • Loading branch information
silvanheller authored Mar 30, 2022
1 parent 1405d9e commit da2b449
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cineast.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@
],
"boolean": [
{
"feature": "RangeBooleanRetriever", "weight": 1.0,
"feature": "CollectionBooleanRetriever", "weight": 1.0,
"properties": {
"entity": "table_name",
"attribute": "text,option,range"
"entity": "cineast_segment",
"attribute": "segmentid,objectid",
"idCol": "segmentid"
}
}
]
Expand Down

0 comments on commit da2b449

Please sign in to comment.