Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 473 Bytes

GOV.UK Search Relevance Prototype

A tool that can be used to collect manual relevance judgements from users as they search GOV.UK.

Search relevance screenshot

Dependencies

Scores are written to a postgres database. So before you can you run the tool locally postgres must be installed and set up.

$ brew install postgresql
$ brew services start postgresql

Running the tool locally

$ ./startup.sh --live