From a5ca3a7d3cdd8da12598136f9e036fc292db64b4 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 13 Mar 2025 11:41:18 -0700 Subject: [PATCH] add embedding model parameter --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 938256670..7f8260d20 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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