Commit 273af49 1 parent b777398 commit 273af49 Copy full SHA for 273af49
File tree 3 files changed +3
-3
lines changed
ml-algorithms/src/main/java/org/opensearch/ml/engine/tools
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
import org .opensearch .ml .common .output .model .ModelTensors ;
47
47
import org .opensearch .ml .common .spi .tools .Parser ;
48
48
import org .opensearch .ml .common .spi .tools .ToolAnnotation ;
49
+ import org .opensearch .ml .common .spi .tools .WithoutModelTool ;
49
50
50
51
import lombok .Getter ;
51
52
import lombok .Setter ;
52
- import org .opensearch .ml .common .spi .tools .WithoutModelTool ;
53
53
54
54
@ ToolAnnotation (CatIndexTool .TYPE )
55
55
public class CatIndexTool implements WithoutModelTool {
Original file line number Diff line number Diff line change 25
25
import org .opensearch .ml .common .output .model .ModelTensors ;
26
26
import org .opensearch .ml .common .spi .tools .Parser ;
27
27
import org .opensearch .ml .common .spi .tools .ToolAnnotation ;
28
+ import org .opensearch .ml .common .spi .tools .WithoutModelTool ;
28
29
29
30
import lombok .Getter ;
30
31
import lombok .Setter ;
31
- import org .opensearch .ml .common .spi .tools .WithoutModelTool ;
32
32
33
33
@ ToolAnnotation (IndexMappingTool .TYPE )
34
34
public class IndexMappingTool implements WithoutModelTool {
Original file line number Diff line number Diff line change 20
20
import org .opensearch .index .IndexNotFoundException ;
21
21
import org .opensearch .index .query .BoolQueryBuilder ;
22
22
import org .opensearch .index .query .QueryBuilders ;
23
- import org .opensearch .ml .common .spi .tools .WithoutModelTool ;
24
23
import org .opensearch .ml .common .spi .tools .ToolAnnotation ;
24
+ import org .opensearch .ml .common .spi .tools .WithoutModelTool ;
25
25
import org .opensearch .search .SearchHits ;
26
26
import org .opensearch .search .builder .SearchSourceBuilder ;
27
27
You can’t perform that action at this time.
0 commit comments