Skip to content

Commit

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

```python
from opensearch_haystack import OpenSearchDocumentStore
from haystack_integrations.document_stores.opensearch import OpenSearchDocumentStore

document_store = OpenSearchDocumentStore()
```
Expand Down

0 comments on commit f9cdac3

Please sign in to comment.