1 parent a97042f commit 5cd480dCopy full SHA for 5cd480d
1 file changed
scripts/run_pipeline.sh
@@ -100,10 +100,16 @@ fi
100
101
echo "==> [3/4] Rank leads + history"
102
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
+
+ --input leads \
+ --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
113
114
echo "==> [4/4] Export feed (optional)"
115
if [ -f ranked/ranked_leads.json ]; then
0 commit comments