feat: make version deployable

This commit is contained in:
nobody 2025-11-29 13:56:55 -08:00
commit 49bd94cda2
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
22 changed files with 7785 additions and 10962 deletions

11
api/smoke-test.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
host=http://127.0.0.1:5000
echo "=== /models ==="
curl -s "$host/models"
echo
echo "=== /salience ==="
curl -s -H "Content-Type: text/plain" --data-binary "The cat sat on the mat. The dog chased the cat." "$host/salience?model=all-mpnet-base-v2"
echo