From fac827880a8406a29894f54c8906385777e2eb04 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Fri, 8 Nov 2024 19:03:40 +0100 Subject: [PATCH] fix: use Chroma 0.5.16 as this is the last one working with the RAG recipe Fixes #803 Signed-off-by: Jeff MAURY --- vector_dbs/chromadb/Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vector_dbs/chromadb/Containerfile b/vector_dbs/chromadb/Containerfile index 775d04b8..7ad507c5 100644 --- a/vector_dbs/chromadb/Containerfile +++ b/vector_dbs/chromadb/Containerfile @@ -1 +1,3 @@ -FROM docker.io/chromadb/chroma +# DO NOT UPVERSION UNTIL APP HAS BEEN UPDATED AS WELL +# AS IT IS THE LAST VERSION THAT WORKS WITH THE RAG RECIPE +FROM docker.io/chromadb/chroma:0.5.16