upgrade chroma and adjust embedder function generator (#1607)

* upgrade chroma and adjust embedder function generator

* >= version

* linted
This commit is contained in:
Lorenze Jay
2024-11-14 14:13:12 -08:00
committed by GitHub
parent e70bc94ab6
commit 3dc02310b6
4 changed files with 90 additions and 92 deletions

View File

@@ -27,8 +27,8 @@ dependencies = [
"pyvis>=0.3.2",
"uv>=0.4.25",
"tomli-w>=1.1.0",
"chromadb>=0.4.24",
"tomli>=2.0.2",
"chromadb>=0.5.18",
]
[project.urls]