add embedding model parameter

This commit is contained in:
Ashwin Bharambe 2025-03-13 11:41:18 -07:00 committed by GitHub
parent 2b484a2853
commit a5ca3a7d3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,4 +77,4 @@ jobs:
env:
INFERENCE_MODEL: "meta-llama/Llama-3.2-3B-Instruct"
run: |
uv run pytest --stack-config=ollama --text-model="meta-llama/Llama-3.2-3B-Instruct" -v tests/integration/inference
uv run pytest --stack-config=ollama --text-model="meta-llama/Llama-3.2-3B-Instruct" --embedding-model all-MiniLM-L6-v2 -v tests/integration/inference