mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
minor
This commit is contained in:
parent
67d34cfbe3
commit
a075dded3b
2 changed files with 2 additions and 1 deletions
|
@ -128,6 +128,7 @@ async def resolve_impls(
|
||||||
specs = {}
|
specs = {}
|
||||||
for provider in providers:
|
for provider in providers:
|
||||||
if not provider.provider_id or provider.provider_id == "__disabled__":
|
if not provider.provider_id or provider.provider_id == "__disabled__":
|
||||||
|
log.warning(f"Provider `{provider.provider_type}` for API `{api}` is disabled")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if provider.provider_type not in provider_registry[api]:
|
if provider.provider_type not in provider_registry[api]:
|
||||||
|
|
|
@ -9,7 +9,7 @@ import random
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
INLINE_VECTOR_DB_PROVIDERS = [
|
INLINE_VECTOR_DB_PROVIDERS = [
|
||||||
"chromadb",
|
"faiss",
|
||||||
# TODO: add sqlite_vec to templates
|
# TODO: add sqlite_vec to templates
|
||||||
# "sqlite_vec",
|
# "sqlite_vec",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue