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 3623ab2 commit 120ff44Copy full SHA for 120ff44
tests/datastore/providers/chroma/test_chroma_datastore.py
@@ -17,7 +17,7 @@
17
18
19
def ephemeral_chroma_datastore() -> ChromaDataStore:
20
- # Initalize an ephemeral in-memory ChromaDB instance
+ # Initialize an ephemeral in-memory ChromaDB instance
21
return ChromaDataStore(
22
collection_name=COLLECTION_NAME, in_memory=True, persistence_dir=None
23
)
0 commit comments