Skip to content

Commit 0d2dc2e

Browse files
committed
Use the old version for the chromadb
Signed-off-by: SimFG <bang.fu@zilliz.com>
1 parent bd152a7 commit 0d2dc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptcache/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def import_hnswlib():
116116

117117

118118
def import_chromadb():
119-
_check_library("chromadb")
119+
_check_library("chromadb", package="chromadb==0.3.26")
120120

121121

122122
def import_sqlalchemy():

0 commit comments

Comments
 (0)