mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Rag Updates
This commit is contained in:
parent
ea6d9ec937
commit
f5620c09ad
4 changed files with 48 additions and 40 deletions
|
@ -49,7 +49,7 @@ def available_distribution_specs() -> List[DistributionSpec]:
|
|||
Api.inference: providers[Api.inference]["meta-ollama"],
|
||||
Api.safety: providers[Api.safety]["meta-reference"],
|
||||
Api.agentic_system: providers[Api.agentic_system]["meta-reference"],
|
||||
Api.memory: remote_spec(Api.memory),
|
||||
Api.memory: providers[Api.memory]["meta-reference-faiss"],
|
||||
},
|
||||
),
|
||||
DistributionSpec(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue