8000 GitHub - wellcomecollection/rank: A CLI for measuring search relevance
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wellcomecollection/rank

Repository files navigation

rank

A tool for testing search relevance.

Installation

Python 3.10 (pyenv recommended) is a prerequisite.

For use

You can install with pip (or pipx) just by doing

pip install git+https://github.com/wellcomecollection/rank.git

For development

Install poetry, then run poetry install in the root of the repo. You can run the command with poetry run rank.

For example to run the works test against the p 5EAF ipeline-prod cluster, you can run the following command:

poetry run rank test \
  --content-type=works \
  --cluster=pipeline-prod \
  --query=https://api.wellcomecollection.org/catalogue/v2

About

A CLI for measuring search relevance

Resources

Stars

Watchers

Forks

Contributors 10

0