Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 5b34026

Browse files
authored
Merge pull request #196 from pathikg/patch-1
Fixed typo in dataloader import
2 parents 311515f + 4879afb commit 5b34026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/multi-modal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Chroma supports data loaders, for storing and querying with data stored outside
4242
Chroma has an data loader for loading images from a filesystem built in.
4343

4444
```python
45-
from chromadb.utils.data_loaders import ImageDataLoader
45+
from chromadb.utils.data_loaders import ImageLoader
4646
data_loader = ImageLoader()
4747
```
4848

@@ -150,4 +150,4 @@ Support for multi-modal retrieval for Chroma's JavaScript client is coming soon!
150150

151151
</TabItem>
152152

153-
</Tabs>
153+
</Tabs>

0 commit comments

Comments
 (0)