add warning

This commit is contained in:
Ashwin Bharambe 2025-07-22 14:29:16 -07:00
parent d76b3aa4d2
commit 4754f6dd95
3 changed files with 7 additions and 2 deletions

View file

@ -114,7 +114,7 @@ jobs:
run: |
uv run pytest -sv --stack-config="inference=inline::sentence-transformers,vector_io=${{ matrix.vector-io-provider }}" \
tests/integration/vector_io \
--embedding-model all-MiniLM-L6-v2
--embedding-model sentence-transformers/all-MiniLM-L6-v2
- name: Check Storage and Memory Available After Tests
if: ${{ always() }}