mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 18:12:36 +00:00
refactor: Qdrant with tests
This commit is contained in:
parent
65b1f47d1a
commit
29156780ff
4 changed files with 55 additions and 71 deletions
|
|
@ -75,4 +75,13 @@ def available_providers() -> List[ProviderSpec]:
|
|||
config_class="llama_stack.providers.adapters.memory.sample.SampleConfig",
|
||||
),
|
||||
),
|
||||
remote_provider_spec(
|
||||
Api.memory,
|
||||
AdapterSpec(
|
||||
adapter_type="qdrant",
|
||||
pip_packages=EMBEDDING_DEPS + ["qdrant-client"],
|
||||
module="llama_stack.providers.adapters.memory.qdrant",
|
||||
config_class="llama_stack.providers.adapters.memory.qdrant.QdrantConfig",
|
||||
),
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue