Skip to content

Commit

Permalink
Adding link.
Browse files Browse the repository at this point in the history
Signed-off-by: jzonthemtn <[email protected]>
  • Loading branch information
jzonthemtn committed Dec 18, 2024
1 parent 6743681 commit 1d1c63f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osi/create-plugin-package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash -e

# https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-plugins.html
# Note that custom plugins cannot implement ActionPlugin.

FILE_NAME="search-quality-evaluation-plugin-0.0.1.zip"

wget -O ${FILE_NAME} https://github.com/o19s/opensearch-search-quality-evaluation/releases/download/0.0.1/${FILE_NAME}
Expand Down

0 comments on commit 1d1c63f

Please sign in to comment.