mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
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:
parent
68d8f2186f
commit
eb01a3f1c5
3 changed files with 263 additions and 1 deletions
|
@ -29,6 +29,7 @@ mapfile -t py_dirs < <(
|
|||
-type f \
|
||||
-name "*.py" ! -name "__init__.py" \
|
||||
! -path "*/.venv/*" \
|
||||
! -path "*/node_modules/*" \
|
||||
-exec dirname {} \; | sort -u
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue