forked from opensearch-project/dashboards-flow-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: saimedhi <[email protected]>
- Loading branch information
Showing
5 changed files
with
34 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
{ | ||
"id": "flowFrameworkDashboards", | ||
"version": "2.17.0.0", | ||
"opensearchDashboardsVersion": "2.17.0", | ||
"version": "2.16.0.0", | ||
"opensearchDashboardsVersion": "2.16.0", | ||
"server": true, | ||
"ui": true, | ||
"requiredBundles": [], | ||
"requiredPlugins": [ | ||
"navigation", | ||
"opensearchDashboardsUtils" | ||
], | ||
"optionalPlugins": ["dataSource","dataSourceManagement"] | ||
} | ||
"requiredPlugins": ["navigation", "opensearchDashboardsUtils"], | ||
"optionalPlugins": ["dataSource", "dataSourceManagement"] | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
{ | ||
"name": "Hybrid Search", | ||
"description": "A basic workflow containing the ingest pipeline, search pipeline, and index configurations for performing hybrid search", | ||
"use_case": "HYBRID_SEARCH", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": [ | ||
"2.17.0", | ||
"3.0.0" | ||
] | ||
} | ||
} | ||
"name": "Hybrid Search", | ||
"description": "A basic workflow containing the ingest pipeline, search pipeline, and index configurations for performing hybrid search", | ||
"use_case": "HYBRID_SEARCH", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": ["2.16.0", "3.0.0"] | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
{ | ||
"name": "Neural Sparse Search", | ||
"description": "A basic workflow containing the ingest pipeline and index configurations for performing neural sparse search", | ||
"use_case": "NEURAL_SPARSE_SEARCH", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": [ | ||
"2.17.0", | ||
"3.0.0" | ||
] | ||
} | ||
} | ||
"name": "Neural Sparse Search", | ||
"description": "A basic workflow containing the ingest pipeline and index configurations for performing neural sparse search", | ||
"use_case": "NEURAL_SPARSE_SEARCH", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": ["2.16.0", "3.0.0"] | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
{ | ||
"name": "Semantic Search", | ||
"description": "A basic workflow containing the ingest pipeline and index configurations for performing semantic search", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": [ | ||
"2.17.0", | ||
"3.0.0" | ||
] | ||
}, | ||
"ui_metadata": { | ||
"type": "Semantic search" | ||
} | ||
} | ||
"name": "Semantic Search", | ||
"description": "A basic workflow containing the ingest pipeline and index configurations for performing semantic search", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": ["2.16.0", "3.0.0"] | ||
}, | ||
"ui_metadata": { | ||
"type": "Semantic search" | ||
} | ||
} |