Stavros Macrakis
Stavros Macrakis
Looking this over again, several of us have pointed out that "sandbox" is probably the wrong name. Besides implying incorrectly that it has something to do with [testing](https://en.wikipedia.org/wiki/Sandbox_(software_development)) or with...
How do I move this Issue to the project-website repo?
I don't think we should name them for what we think they are best used for. I'd hope that they would have essentially zero runtime cost and so not be...
This proposal is about tracking _user behavior_ whether it results it a call to the OpenSearch back end or not. It is about understanding search quality (relevance), not about understanding...
@ashwin-pc Tell us more about usageCollector! Where can we find documentation on it? What is the schema of data it collects? Does it have client-side (Javascript etc.) components to collect...
@ansjcy Thanks for your interest and for your questions. Although the initial implementation uses OpenSearch as its back end, > We plan to “program to the interface” to permit future...
@reta After discussion, the implementation team has come to the same conclusion, and we are removing most functionality from core. The only part remaining is logging queries and responses, which...
@reta Interesting -- the [2.13 doc for _search](https://opensearch.org/docs/latest/api-reference/search/) only says "plugin authors can add an ext object to the search response", but the doc for the [Rerank processor ](https://opensearch.org/docs/latest/search-plugins/search-pipelines/rerank-processor/) includes...
Thanks for the info. That looks like internal settings in .kibana (which would also be nice to document). I was thinking about the settings accessible via the dashboards UI. I...
Would it make sense to use a binary format (e.g., Protobuf, Thrift, CBOR?) for communication between processors? It seems perversely inefficient to serialize/deserialize JSON multiple times in a pipeline. Does...