Thang Nguyen

Results 2 issues of Thang Nguyen

Dear, I have this issue of returning empty output: `curl -X POST --header "Content-Type: application/json" --data '{"input": "1 curry rice"}' localhost:1337/pipeline/predict` `{"query_id":29,"output":"","default":false}` However, when I tested inside the model container:...

When I have this query it does push down: `select count(*) from table where "dateTime" >= '2022-06-07';` But for timestamp query it does not: ` select count(*) from table where...