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