forked from phoenix-oss/llama-stack-mirror
Fix adapter_id -> adapter_type for Weaviate
This commit is contained in:
parent
f4f7618120
commit
4263764493
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def available_providers() -> List[ProviderSpec]:
|
|||
remote_provider_spec(
|
||||
Api.memory,
|
||||
AdapterSpec(
|
||||
adapter_id="weaviate",
|
||||
adapter_type="weaviate",
|
||||
pip_packages=EMBEDDING_DEPS + ["weaviate-client"],
|
||||
module="llama_stack.providers.adapters.memory.weaviate",
|
||||
provider_data_validator="llama_stack.providers.adapters.memory.weaviate.WeaviateRequestProviderData",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue