Skip to content

Commit 382297c

Browse files
committed
feat(deps): Update chromadb dependency to latest and add chromadb==0.6.3 optional dependency
1 parent adff2c2 commit 382297c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44
description = "A tool to vectorise repositories for RAG."
55
authors = [{ name = "Davidyz", email = "[email protected]" }]
66
dependencies = [
7-
"chromadb<=0.6.3",
7+
"chromadb",
88
"sentence-transformers",
99
"pathspec",
1010
"tabulate",
@@ -74,6 +74,7 @@ dev = [
7474
]
7575

7676
[project.optional-dependencies]
77+
chroma0 = ["chromadb==0.6.3"]
7778
legacy = ["numpy<2.0.0", "torch==2.2.2", "transformers<=4.49.0"]
7879
intel = ['optimum[openvino]', 'openvino']
7980
lsp = ['pygls<2.0.0', 'lsprotocol']

0 commit comments

Comments
 (0)