From ea0d342c5d62da83a9e106716c22a9204aa024e0 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Wed, 15 Oct 2025 21:50:49 -0700 Subject: [PATCH] qualify embedding model for vector-io tests? --- .github/workflows/integration-vector-io-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-vector-io-tests.yml b/.github/workflows/integration-vector-io-tests.yml index 9dd0e260b..fe5785c73 100644 --- a/.github/workflows/integration-vector-io-tests.yml +++ b/.github/workflows/integration-vector-io-tests.yml @@ -170,7 +170,7 @@ jobs: uv run --no-sync \ pytest -sv --stack-config="files=inline::localfs,inference=inline::sentence-transformers,vector_io=${{ matrix.vector-io-provider }}" \ tests/integration/vector_io \ - --embedding-model nomic-ai/nomic-embed-text-v1.5 \ + --embedding-model inline::sentence-transformers/nomic-ai/nomic-embed-text-v1.5 \ --embedding-dimension 768 - name: Check Storage and Memory Available After Tests