# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-11-03 16:16:02 -08:00
parent 628e38b3d5
commit 715d4f8d8c
4 changed files with 62 additions and 16 deletions

View file

@ -371,6 +371,7 @@ def vector_provider_wrapper(func):
# For CI tests (replay/record), only use providers that are available in ci-tests environment
if os.environ.get("LLAMA_STACK_TEST_INFERENCE_MODE") in ("replay", "record"):
all_providers = ["faiss", "sqlite-vec"]
all_providers = ["openai-vector-store"]
else:
# For live tests, try all providers (they'll skip if not available)
all_providers = [