mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 18:13:44 +00:00
test
# What does this PR do? ## Test Plan
This commit is contained in:
parent
628e38b3d5
commit
715d4f8d8c
4 changed files with 62 additions and 16 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue