mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
Add memory provider
This commit is contained in:
parent
99004b6df8
commit
352b604c99
1 changed files with 5 additions and 3 deletions
|
@ -293,12 +293,14 @@ llama stack build --list-templates
|
||||||
| | "inference": [ | |
|
| | "inference": [ | |
|
||||||
| | "remote::cerebras" | |
|
| | "remote::cerebras" | |
|
||||||
| | ], | |
|
| | ], | |
|
||||||
|
| | "memory": [ | |
|
||||||
|
| | "inline::faiss", | |
|
||||||
|
| | "remote::chromadb", | |
|
||||||
|
| | "remote::pgvector" | |
|
||||||
|
| | ], | |
|
||||||
| | "safety": [ | |
|
| | "safety": [ | |
|
||||||
| | "inline::llama-guard" | |
|
| | "inline::llama-guard" | |
|
||||||
| | ], | |
|
| | ], | |
|
||||||
| | "memory": [ | |
|
|
||||||
| | "inline::meta-reference" | |
|
|
||||||
| | ], | |
|
|
||||||
| | "agents": [ | |
|
| | "agents": [ | |
|
||||||
| | "inline::meta-reference" | |
|
| | "inline::meta-reference" | |
|
||||||
| | ], | |
|
| | ], | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue