Search Endpoints
Search Endpoints define where Releval sends search queries for evaluation. Each endpoint represents a target search infrastructure such as Elasticsearch, OpenSearch, or a generic HTTP-based Search API. Releval captures responses from these endpoints to analyze results and compute relevancy metrics.
Endpoints are configured with a base URL, HTTP method, endpoint type, and authentication method.
List Endpoints
Lists the search endpoints available to execute requests against.
Create Endpoint
Creates a new search endpoint.
Delete Endpoints
Deletes the search endpoints specified by the given unique identifiers.
Get Endpoint
Gets a search endpoint by its unique identifier.
Update Endpoint
Updates the search endpoint given by the unique identifier.
Update Authentication
Updates the authentication credentials for a search endpoint given by the unique identifier.
Test Existing Endpoint
Tests an existing search endpoint with the given unique identifier to verify that queries can be executed against it.
Test Endpoint
Tests a search endpoint to verify that queries can be executed against it.