Closed Yafaa closed 2 years ago
Hi @Yafaa! When initializing an OpenSearchDocumentStore
, you can provide a host (this would be your AWS endpoint), username and password. Like this, the OpenSearchDocumentStore
connects to your OpenSearch instance on AWS.
This is my question, where I can get the endpoint ?
This seems to depend if you use the standard endpoint or a custom endpoint. Please refer to AWS documentation regarding this.
Hi @Yafaa did you manage to solve your problem and can we close this issue then? Or do you still have problems to connect your opensearch instance running on aws with an OpenSearchDocumentStore of Haystack?
Yes it worked thanks!
Question:
I have an aws open search serverless instance, when I want to connect it with a Haystack OpenSearchDocumentStorage I have had problems not having the KNN plugin in that version of OpenSearch (2.0.2), someone has made a successful connection with the service Aws OpenSearch Serverless?
Question I created an opensearch instance on aws ,so I wonder how I can access it from haystack apis ?