ci: vector_io provider integration tests (#2537)

Runs integration tests for `vector_io` across the provider matrix. 
This new workflow adds CI testing across - `inline::faiss`,
`remote::chroma`.
This commit is contained in:
Hardik Shah 2025-06-26 17:04:32 -07:00 committed by GitHub
parent 68d8f2186f
commit eb01a3f1c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 263 additions and 1 deletions

View file

@ -29,6 +29,7 @@ mapfile -t py_dirs < <(
-type f \
-name "*.py" ! -name "__init__.py" \
! -path "*/.venv/*" \
! -path "*/node_modules/*" \
-exec dirname {} \; | sort -u
)