Skip to content

Commit

Permalink
Merge pull request #810 from jeffmaury/GH-803
Browse files Browse the repository at this point in the history
fix: use Chroma 0.5.16 as this is the last one working with the RAG r…
  • Loading branch information
rhatdan authored Nov 15, 2024
2 parents a7b03d7 + fac8278 commit 9e3acba
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 9e3acba

Please # to comment.