We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32a377 commit d6772adCopy full SHA for d6772ad
pyproject.toml
@@ -4,8 +4,8 @@ dynamic = ["version"]
4
description = "A tool to vectorise repositories for RAG."
5
authors = [{ name = "Davidyz", email = "[email protected]" }]
6
dependencies = [
7
- "chromadb<=0.6.3",
8
"sentence-transformers",
+ "chromadb>=1.0.0b0",
9
"pathspec",
10
"tabulate",
11
"shtab",
0 commit comments