We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aead2c1 commit f3c7657Copy full SHA for f3c7657
modelcache/manager/vector_data/chroma.py
@@ -89,5 +89,4 @@ def flush(self):
89
pass
90
91
def close(self):
92
- # chroma无flush方法
93
modelcache_mm/manager/vector_data/chroma.py
@@ -19,7 +19,6 @@ def __init__(
19
persist_directory="./chromadb",
20
top_k: int = 1,
21
):
22
- # self.collection_name = "modelcache"
23
self.top_k = top_k
24
25
self._client = chromadb.PersistentClient(path=persist_directory)
0 commit comments