Skip to content

Commit 5cd480d

Browse files
authored
Add entity-config parameter to rank leads script
Added entity configuration parameter to rank_leads.py script.
1 parent a97042f commit 5cd480d

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

scripts/run_pipeline.sh

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,16 @@ fi
100100

101101
echo "==> [3/4] Rank leads + history"
102102
python3 repos/alert/scripts/rank_leads.py \
103-
--input leads \
104-
--output ranked \
105-
--history history \
106-
--rules repos/alert/rules/ranking_v0.1.yaml
103+
104+
  --input leads \
105+
106+
  --output ranked \
107+
108+
  --history history \
109+
110+
  --rules repos/alert/rules/ranking_v0.1.yaml \
111+
112+
  --entity-config repos/alert/config/entity_names.yaml
107113

108114
echo "==> [4/4] Export feed (optional)"
109115
if [ -f ranked/ranked_leads.json ]; then

0 commit comments

Comments
 (0)