From 352b604c9999910be17224369f7e39dd138f28c7 Mon Sep 17 00:00:00 2001 From: Edward Ma Date: Thu, 5 Dec 2024 10:25:32 -0800 Subject: [PATCH] Add memory provider --- docs/source/distributions/building_distro.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/distributions/building_distro.md b/docs/source/distributions/building_distro.md index 4dfafa5b8..5efa8f61f 100644 --- a/docs/source/distributions/building_distro.md +++ b/docs/source/distributions/building_distro.md @@ -293,12 +293,14 @@ llama stack build --list-templates | | "inference": [ | | | | "remote::cerebras" | | | | ], | | +| | "memory": [ | | +| | "inline::faiss", | | +| | "remote::chromadb", | | +| | "remote::pgvector" | | +| | ], | | | | "safety": [ | | | | "inline::llama-guard" | | | | ], | | -| | "memory": [ | | -| | "inline::meta-reference" | | -| | ], | | | | "agents": [ | | | | "inline::meta-reference" | | | | ], | |