[AUTO] Incremented version to 3.4.1.#682
Open
opensearch-trigger-bot[bot] wants to merge 163 commits into3.4from
Open
[AUTO] Incremented version to 3.4.1.#682opensearch-trigger-bot[bot] wants to merge 163 commits into3.4from
opensearch-trigger-bot[bot] wants to merge 163 commits into3.4from
Conversation
Adding get-ci-image-tag dynamic retrival on CI workflows
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
(cherry picked from commit c037b2a) Signed-off-by: Joshua Li <joshuali925@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: zhichao-aws <zhichaog@amazon.com>
Fix the compile of 2.x branch
…radle run (#50) Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
…lSparseTools (#58) * Merge pull request #40 from zhichao-aws/SearchTools feature: Add AbstractRetriverTool, VectorDBTool, NeuralSparseTools (cherry picked from commit c088f77) * fix commons-lang3 version (#45) (#59) Signed-off-by: zhichao-aws <zhichaog@amazon.com> --------- Signed-off-by: zhichao-aws <zhichaog@amazon.com> Co-authored-by: zane-neo <zaniu@amazon.com>
Signed-off-by: xinyual <xinyual@amazon.com>
Signed-off-by: Mingshi Liu <mingshl@amazon.com>
* Fix backport branch name is not correct (#69) Signed-off-by: Hailong Cui <ihailong@amazon.com> (cherry picked from commit 05c8fe0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * include fix in #70 Signed-off-by: zhichao-aws <zhichaog@amazon.com> --------- Signed-off-by: Hailong Cui <ihailong@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: zhichao-aws <zhichaog@amazon.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: zhichao-aws <zhichaog@amazon.com>
(cherry picked from commit d2e9c72) Signed-off-by: zane-neo <zaniu@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…60) * Change job-scheduler plguin group to point to correct localtion * Add publish task * add dependency task to publishToStagingRepo * Fix publishAllPublicationsToStagingRepository failure issue * add comment to JS plugin path --------- (cherry picked from commit 37bbd3b) Signed-off-by: zane-neo <zaniu@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Visualization Tool * fix build failure due to forbiddenApis * Address review comments * spotlessApply * update default tool name * update number of visualization be dynamic --------- (cherry picked from commit 3774eb9) Signed-off-by: Hailong Cui <ihailong@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* increase AbstractRetrieverToolTests code coverage * add RAGTool * Change exception handling from input field in RAGTool --------- (cherry picked from commit 24d5cf9) Signed-off-by: Mingshi Liu <mingshl@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add search index tool * run spotless apply * remove unncessary string util operation * add test cases * spotless apply * update tool description and add model group search --------- (cherry picked from commit 2e05330) Signed-off-by: yuye-aws <yuyezhu@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
#87) Signed-off-by: zane-neo <zaniu@amazon.com>
…arseSearchTool (#91) * Base class for Integ test; add integ test for NeuralSparseSearchTool (#86) * add common components Signed-off-by: zhichao-aws <zhichaog@amazon.com> * add common components Signed-off-by: zhichao-aws <zhichaog@amazon.com> * add basic components Signed-off-by: zhichao-aws <zhichaog@amazon.com> * rebase main Signed-off-by: zhichao-aws <zhichaog@amazon.com> * add basic components for it, add it Signed-off-by: zhichao-aws <zhichaog@amazon.com> * rebase main Signed-off-by: zhichao-aws <zhichaog@amazon.com> * tidy Signed-off-by: zhichao-aws <zhichaog@amazon.com> * change neural sparse model to pretrained tokenizer Signed-off-by: zhichao-aws <zhichaog@amazon.com> * rm redundant line Signed-off-by: zhichao-aws <zhichaog@amazon.com> * add comments Signed-off-by: zhichao-aws <zhichaog@amazon.com> * tidy Signed-off-by: zhichao-aws <zhichaog@amazon.com> * add register connector Signed-off-by: zhichao-aws <zhichaog@amazon.com> --------- Signed-off-by: zhichao-aws <zhichaog@amazon.com> (cherry picked from commit 34ae75f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix http dependency Signed-off-by: zhichao-aws <zhichaog@amazon.com> * tidy Signed-off-by: zhichao-aws <zhichaog@amazon.com> * fix read http entity twice Signed-off-by: zhichao-aws <zhichaog@amazon.com> --------- Signed-off-by: zhichao-aws <zhichaog@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: zhichao-aws <zhichaog@amazon.com>
* add two more parsing method for search index tool * fix unit test failure * add two unit cases * add unit test case for model group index * add unit test case for model group index * remove unnecessary logs --------- (cherry picked from commit 8466e91) Signed-off-by: yuye-aws <yuyezhu@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* provide PPL for querying system indices * check error message * provide all indices starting from '.' --------- (cherry picked from commit ce6b6d9) Signed-off-by: xinyual <xinyual@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* ignore alias field * add default value for safety --------- (cherry picked from commit 57cba90) Signed-off-by: xinyual <xinyual@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… (#102) * mock server and integTest for visualization * update rest status * add refresh * merge from main * rename variable name --------- (cherry picked from commit 4c76e4c) Signed-off-by: Hailong Cui <ihailong@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add PPL IT * add IT for ppl tool * apply spotless * remove uesless full name * apply spotless --------- (cherry picked from commit b706e1e) Signed-off-by: xinyual <xinyual@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* update search index tool parse logic * Update src/main/java/org/opensearch/agent/tools/SearchIndexTool.java * update parsing logic and unit tests * Update src/main/java/org/opensearch/agent/tools/SearchIndexTool.java * import classes in search index tool --------- (cherry picked from commit da31992) Signed-off-by: yuye-aws <yuyezhu@amazon.com> Signed-off-by: Yuye Zhu <yuyezhu@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: zane-neo <zaniu@amazon.com>
* integration test for search index tool * import MatcherAssert to avoid fully qualified name --------- (cherry picked from commit 815b666) Signed-off-by: yuye-aws <yuyezhu@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit ecb4033) Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ls) (#659) Co-authored-by: Sayali Gaikawad <gaiksaya@amazon.com>
Co-authored-by: Sayali Gaikawad <gaiksaya@amazon.com>
* mask error message (#609) Signed-off-by: xinyual <xinyual@amazon.com> * cherry-pick Signed-off-by: xinyual <xinyual@amazon.com> * backport API change Signed-off-by: xinyual <xinyual@amazon.com> * apply spotless Signed-off-by: xinyual <xinyual@amazon.com> * add calcite enabled setting get Signed-off-by: xinyual <xinyual@amazon.com> * fix persistent Signed-off-by: xinyual <xinyual@amazon.com> --------- Signed-off-by: xinyual <xinyual@amazon.com>
87c557e to
1c060d7
Compare
1c060d7 to
ea7c72e
Compare
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
Signed-off-by: GitHub <noreply@github.com>
ea7c72e to
54d7b81
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've noticed that a new tag 3.4.0.0 was pushed, and incremented the version from 3.4.0 to 3.4.1.