Skip to content

Commit

Permalink
Updating curl requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Nov 5, 2024
1 parent f5eba26 commit 86ae711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensearch-search-quality-evaluation-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ opensearch search-quality-evaluation-plugin 2.17.1.0-SNAPSHOT
To create a schedule to generate implicit judgments:

```
curl -s -X POST "http://localhost:9200/_plugins/search_quality_eval/judgments?id=1&index=ubi&job_name=test2&interval=1"
curl -s -X POST "http://localhost:9200/_plugins/search_quality_eval/schedule?id=1&click_model=coec&job_name=test&interval=60" | jq
```

See the created job:

```
curl -s http://localhost:9200/search_quality_eval_scheduler/_search
curl -s http://localhost:9200/search_quality_eval_scheduled_jobs/_search | jq
```

To run an on-demand job without scheduling:
Expand Down

0 comments on commit 86ae711

Please sign in to comment.