Skip to content

Commit

Permalink
fix: use Chroma 0.5.16 as this is the last one working with the RAG r…
Browse files Browse the repository at this point in the history
…ecipe

Fixes #803

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
  • Loading branch information
jeffmaury committed Nov 8, 2024
1 parent d267075 commit fac8278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vector_dbs/chromadb/Containerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fac8278

Please # to comment.