Jing Zhang
Jing Zhang
Hi, I am creating this issue to discuss a feature about users permission control for the below three scenarios. 1. For each REST API, check user's permission if they are...
I'd like to add memory circuit breaker on LTR memory usage to not impact the cluster availability, like ingestion function, when the system memory usage is high.
### Description A generic ml command in ppl to apply algorithms in ml-commons. ### Issues Resolved https://github.com/opensearch-project/sql/issues/849 ### Check List - [ ] New functionality includes testing. - [ ]...
**Is your feature request related to a problem?** Currently for each new algorithm in ml-commons, we have to add a new command in PPL which means we have to implement...
**Is your feature request related to a problem?** Improve guardrails performance. **What solution would you like?** Call remote guardrails model to check user input and model output. **What alternatives have...
### Description [Describe what this change achieves] ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes testing. - [ ]...
**A new type of agent plan-and-solve** The idea is inspired by papers [Plan-and-Solve](https://arxiv.org/abs/2305.04091) and [LLMCompiler](https://arxiv.org/abs/2312.04511). Basically it is that we use LLM to plan all steps in DAG first, then...
### Description Add config field in MLToolSpec to support static parameters in tool execution. ### Related Issues https://github.com/opensearch-project/ml-commons/issues/2836 https://github.com/opensearch-project/ml-commons/issues/2918 ### Check List - [ ] New functionality includes testing. -...
### Description [Describe what this change achieves] ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] New functionality includes...
### Is your feature request related to a problem? Ml-commons is introducing a new field `config` in `MLToolSpec` as showed in the pr https://github.com/opensearch-project/ml-commons/pull/2977. With the change, we allow cx...