Skip to content

Commit 582f3fe

Browse files
authored
bump chroma version to 0.5.23 (#33)
Signed-off-by: Jordan Dubrick <[email protected]>
1 parent e018b5f commit 582f3fe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

database/chroma/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM chromadb/chroma:0.5.5
1+
FROM chromadb/chroma:0.5.23
22
RUN chgrp -R 0 /chroma && chmod -R g=u /chroma

database/chroma/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ The Chroma database Containerfile is a simple wrapper that gives group permissio
44

55
## Quay Repository
66

7-
This image is uploaded to the quay repository `quay.io/repository/redhat-ai-dev/chroma`.
7+
This image is uploaded to the quay repository `quay.io/repository/redhat-ai-dev/chroma`.
8+
9+
## Versioning
10+
11+
The version of Chroma used in this Container should match the dependency version located in the [sample application](https://github.com/redhat-ai-dev/ai-lab-samples/blob/main/rag/requirements.txt#L3).

0 commit comments

Comments
 (0)