Xinyuan Lu
Xinyuan Lu
## Description ## add adapter and bias-finetune to finetune-script ## Checklist ## ### Essentials ### - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC],...
I use the same command as README.md, but finefune meet the problem: Traceback (most recent call last): File "finetune.py", line 283, in fire.Fire(train) File "/opt/conda/envs/lora/lib/python3.8/site-packages/fire/core.py", line 141, in Fire component_trace...
### Description This PR is for the option 1 in the issue #2151 ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New...
### Description We want to use a MLModelTool to firstly do tool selection and then limit the tool root agent can use. It will improve the tool selection accuracy. To...
**Is your feature request related to a problem?** When query using PPL, we find `source=opensearch_dashboards_sample_data_logs |stats COUNT() as cnt by span(timestamp, 1d), response` could work but `source=opensearch_dashboards_sample_data_logs |stats COUNT() as...
**What is the bug?** I run a syntax correct PPL but it shows a bug. It works on 2.15 but fails on 2.17 and current main **How can one reproduce...
### Description [Describe what this change achieves] ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] New functionality includes...
### Description This PR push down the simple case of search command to use match instead of using query string. Pushdown the following message ``` source = table field=expression ```...
**What is the bug?** Currently, since we use hashmap in https://github.com/opensearch-project/sql/blob/f1e3b5baa5ea17ff7bf5f8b21e3d3d9f53be072f/opensearch/src/main/java/org/opensearch/sql/opensearch/request/system/OpenSearchDescribeIndexRequest.java#L100 The schema's order is not fixed and can be influenced by external condition like random seeds. It can cause...
### Description Pass CMK related role to agent parameter from header for index insight ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check...