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 d48e8eb commit 76dd124Copy full SHA for 76dd124
dspy/retrieve/chromadb_rm.py
@@ -96,7 +96,7 @@ def _init_chromadb(
96
self,
97
collection_name: str,
98
persist_directory: str,
99
- client: Optional[chromadb.Client] = None
+ client: Optional[chromadb.Client] = None,
100
) -> chromadb.Collection:
101
"""Initialize chromadb and return the loaded index.
102
0 commit comments