-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped minimum compatibility to 2.18.0 (#413)
Signed-off-by: saimedhi <[email protected]> (cherry picked from commit d991f19) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
70cf897
commit c7b38d7
Showing
8 changed files
with
63 additions
and
87 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
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": "Custom", | ||
"description": "A blank workflow with no preset configurations", | ||
"use_case": "CUSTOM", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": [ | ||
"2.17.0", | ||
"3.0.0" | ||
] | ||
} | ||
} | ||
"name": "Custom", | ||
"description": "A blank workflow with no preset configurations", | ||
"use_case": "CUSTOM", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": ["2.18.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": "Hybrid Search", | ||
"description": "A basic workflow containing the ingest pipeline, search pipeline, and index configurations for performing hybrid search", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": [ | ||
"2.17.0", | ||
"3.0.0" | ||
] | ||
}, | ||
"ui_metadata": { | ||
"type": "Hybrid search" | ||
} | ||
} | ||
"name": "Hybrid Search", | ||
"description": "A basic workflow containing the ingest pipeline, search pipeline, and index configurations for performing hybrid search", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": ["2.18.0", "3.0.0"] | ||
}, | ||
"ui_metadata": { | ||
"type": "Hybrid search" | ||
} | ||
} |
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": "Multimodal Search", | ||
"description": "A basic workflow containing the ingest pipeline, search pipeline, and index configurations for performing multimodal search", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": [ | ||
"2.17.0", | ||
"3.0.0" | ||
] | ||
}, | ||
"ui_metadata": { | ||
"type": "Multimodal search" | ||
} | ||
} | ||
"name": "Multimodal Search", | ||
"description": "A basic workflow containing the ingest pipeline, search pipeline, and index configurations for performing multimodal search", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": ["2.18.0", "3.0.0"] | ||
}, | ||
"ui_metadata": { | ||
"type": "Multimodal search" | ||
} | ||
} |
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": "Retrieval-Augmented Generation (RAG)", | ||
"description": "A basic workflow containing the index and search pipeline configurations for performing basic retrieval-augmented generation (RAG)", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": [ | ||
"2.17.0", | ||
"3.0.0" | ||
] | ||
}, | ||
"ui_metadata": { | ||
"type": "Retrieval-augmented generation" | ||
} | ||
} | ||
"name": "Retrieval-Augmented Generation (RAG)", | ||
"description": "A basic workflow containing the index and search pipeline configurations for performing basic retrieval-augmented generation (RAG)", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": ["2.18.0", "3.0.0"] | ||
}, | ||
"ui_metadata": { | ||
"type": "Retrieval-augmented generation" | ||
} | ||
} |
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, search 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, search pipeline, and index configurations for performing semantic search", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": ["2.18.0", "3.0.0"] | ||
}, | ||
"ui_metadata": { | ||
"type": "Semantic search" | ||
} | ||
} |
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": "Sentiment Analysis", | ||
"description": "A basic workflow containing the ingest pipeline, search pipeline, and index configurations for performing sentiment analysis", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": [ | ||
"2.17.0", | ||
"3.0.0" | ||
] | ||
}, | ||
"ui_metadata": { | ||
"type": "Sentiment analysis" | ||
} | ||
} | ||
"name": "Sentiment Analysis", | ||
"description": "A basic workflow containing the ingest pipeline, search pipeline, and index configurations for performing sentiment analysis", | ||
"version": { | ||
"template": "1.0.0", | ||
"compatibility": ["2.18.0", "3.0.0"] | ||
}, | ||
"ui_metadata": { | ||
"type": "Sentiment analysis" | ||
} | ||
} |
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