We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3939aa1 commit 0e6bc70Copy full SHA for 0e6bc70
pyproject.toml
@@ -5,7 +5,7 @@ description = "A tool to vectorise repositories for RAG."
5
authors = [{ name = "Davidyz", email = "[email protected]" }]
6
dependencies = [
7
"sentence-transformers",
8
- "chromadb @ git+https://github.com/chroma-core/chroma.git@main#commit=05ff1f0a428d00877f97037e41a289c43346b254",
+ "chromadb>=1.0.3",
9
"maturin",
10
"pathspec",
11
"tabulate",
0 commit comments