mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-27 01:46:33 +00:00
docs(document_store): add usage information for aws elastic search (#1008)
Co-authored-by: Mario Jäckle <m.jaeckle@careerpartner.eu>
This commit is contained in:
parent
37a72d2f45
commit
a00703256f
@ -49,6 +49,8 @@ Note that we also support [Open Distro for Elasticsearch](https://opendistro.git
|
|||||||
Follow [their documentation](https://opendistro.github.io/for-elasticsearch-docs/docs/install/)
|
Follow [their documentation](https://opendistro.github.io/for-elasticsearch-docs/docs/install/)
|
||||||
to run it and connect to it using Haystack's `OpenDistroElasticsearchDocumentStore` class.
|
to run it and connect to it using Haystack's `OpenDistroElasticsearchDocumentStore` class.
|
||||||
|
|
||||||
|
We further support [AWS Elastic Search Service](https://aws.amazon.com/elasticsearch-service/) with [signed Requests](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html):
|
||||||
|
Use e.g. [aws-requests-auth](https://github.com/davidmuller/aws-requests-auth) to create an auth object and pass it as `aws4auth` to the `ElasticsearchDocumentStore` constructor.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user