Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: search index tool #1750

Commits on Dec 12, 2023

  1. add search index tool

    Signed-off-by: yuye-aws <[email protected]>
    
    run spotless apply
    
    Signed-off-by: yuye-aws <[email protected]>
    
    forward model and connetor search to transport action in search index tool
    
    Signed-off-by: yuye-aws <[email protected]>
    
    format fix
    
    Signed-off-by: yuye-aws <[email protected]>
    
    format exception statement
    
    Signed-off-by: yuye-aws <[email protected]>
    
    typo fix
    
    Signed-off-by: yuye-aws <[email protected]>
    
    fix unit test bug
    
    Signed-off-by: yuye-aws <[email protected]>
    
    unit tests for search index tool
    
    Signed-off-by: yuye-aws <[email protected]>
    
    fix unit tests for abstract retriever tool
    
    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d73d3a6 View commit details
    Browse the repository at this point in the history
  2. update search index tool description

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ca9d7a9 View commit details
    Browse the repository at this point in the history
  3. add comments

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3fcf57f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. correct mistake

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    eb7388c View commit details
    Browse the repository at this point in the history
  2. change error handling mechanism for search index tool

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    dc22288 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge remote-tracking branch 'origin/feature/agent_framework_dev' int…

    …o feature/search_tool
    yuye-aws committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    93633d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. add test case for search index tool

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6d248bc View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. fix spotless

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    97f6d8c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Update ml-algorithms/src/main/java/org/opensearch/ml/engine/tools/Sea…

    …rchIndexTool.java
    
    Co-authored-by: zane-neo <[email protected]>
    Signed-off-by: Yuye Zhu <[email protected]>
    yuye-aws and zane-neo committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    82bc27f View commit details
    Browse the repository at this point in the history
  2. unify exception type

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b5e5059 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. different exception handle

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    06e4699 View commit details
    Browse the repository at this point in the history
  2. change exception handle logic

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    35bbf24 View commit details
    Browse the repository at this point in the history
  3. spotless apply

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    16a6a87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe39362 View commit details
    Browse the repository at this point in the history
  5. fix unit tests

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    25d0948 View commit details
    Browse the repository at this point in the history
  6. reuse gson from string utils

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    b3ad0ca View commit details
    Browse the repository at this point in the history
  7. optimize code

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d88bf20 View commit details
    Browse the repository at this point in the history
  8. fix test failure

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    5dcd28f View commit details
    Browse the repository at this point in the history
  9. replace e.getMessage() with a concrete string

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d0c9843 View commit details
    Browse the repository at this point in the history
  10. fix unit test bug

    Signed-off-by: yuye-aws <[email protected]>
    yuye-aws committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    9d1bab8 View commit details
    Browse the repository at this point in the history