I am using https://opensearch.org/docs/latest/clients/python/ to interact with an opensearch instance but I need somehow to to extend the lifetime of the request easily. I searched the docs and I couldn’t find a timeout parameter. Is there a way to specify a timeout? Answer You can pass timeout=60 (or whatever) to the OpenSearch object when you create it. This gets passed
Tag: opensearch
How to specify a column for Prediction in Haystack?
I am using an OpenSearchDocumentStore to store my data an feed it to my Haystack pipeline, the data includes uuids and other information, that are not relevant for the prediction but need to stack in the DocumentStore (I was told). Now I wonder if there is a way or need to specify a special Inputtext “column” for the retriever and