-
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.
Merge pull request #58 from o19s/demo-changes
Clean up and changes for the demo
- Loading branch information
Showing
23 changed files
with
41,477 additions
and
217 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 |
---|---|---|
|
@@ -29,5 +29,3 @@ gradle-app.setting | |
.project | ||
.classpath | ||
|
||
transformed_data.json | ||
*.ndjson |
Large diffs are not rendered by default.
Oops, something went wrong.
38,812 changes: 38,812 additions & 0 deletions
38,812
data/ubi-chorus-data-generator/transformed_data.json
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
opensearch-search-quality-evaluation-plugin/scripts/cleanup.sh
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash -e | ||
|
||
curl -s -X DELETE "http://localhost:9200/judgments,search_quality_eval_completed_jobs,search_quality_eval_query_sets_run_results" | jq | ||
curl -s -X DELETE "http://localhost:9200/search_quality_eval_completed_jobs" | jq | ||
curl -s -X DELETE "http://localhost:9200/search_quality_eval_query_sets_run_results" | jq | ||
curl -s -X DELETE "http://localhost:9200/ubi_queries,ubi_events" | jq |
Empty file modified
0
opensearch-search-quality-evaluation-plugin/scripts/walkthrough.sh
100644 → 100755
Empty file.
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
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
Oops, something went wrong.