upgrade chroma and adjust embedder function generator

This commit is contained in:
Lorenze Jay
2024-11-14 11:50:10 -08:00
parent e70bc94ab6
commit 4a6f89d200
4 changed files with 90 additions and 90 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]