Skip to content

Commit

Permalink
Update chroma-documentstore.md (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Jan 17, 2024
1 parent ac39d93 commit a9eb6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/chroma-documentstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pip install chroma-haystack
Once installed, initialize your Chroma database to use it with Haystack 2.0:

```python
from chroma_haystack import ChromaDocumentStore
from haystack_integrations.document_stores.chroma import ChromaDocumentStore

# Chroma is used in-memory so we use the same instances in the two pipelines below
document_store = ChromaDocumentStore()
Expand Down

0 comments on commit a9eb6ba

Please sign in to comment.