Commit graph

16 commits

Author SHA1 Message Date
Mikkel Denker
de7291daa1 just update 2024-12-03 15:00:08 +01:00
Mikkel Denker
4e8426888b just update 2024-11-01 15:28:40 +01:00
Mikkel Denker
375ab7b7f9 npm run format 2024-10-25 10:09:15 +02:00
Mikkel Denker
f521c5d09d update cookie to ^0.7.0 2024-10-25 09:58:15 +02:00
Mikkel Denker
31bfebf2c9 just update 2024-10-25 09:37:45 +02:00
Mikkel Denker
5ebdb24a07 just update 2024-10-01 09:51:11 +02:00
Mikkel Denker
55b39555aa npm update 2024-09-18 12:19:14 +02:00
Mikkel Denker
bc7f7f14de npm update 2024-09-16 09:34:02 +02:00
Mikkel Denker
21d28ea86d remove 'package-lock.json' from gitignore 2024-09-12 12:54:15 +02:00
Mikkel Denker
3ab9c301e4 update config files to match new dual_encoder path 2024-06-28 15:21:56 +02:00
Mikkel Denker
265b1b7871
Ranking diff tool (#207)
* ranking diff tool structure

* fix missing icon types

* add admin for queries and experiments

* minor cleanup

* show experiment progress

* upgrade node adapter for svelte

* hopefully fix ci

* display common queries between experiments

* display serp diffs with top signals for each result

* like experiments and show overview in queries

* settings to toggle experiment shuffle and show/hide signals

* keyboard shortcuts

* visualise improvements by query category

* document how to use tool
2024-06-03 15:00:16 +02:00
Mikkel Denker
7f4e1d8d04 annotation tool name change 2024-05-22 12:01:09 +02:00
Mikkel Denker
aa4e59cb6e Fix CORS issues when adding an optic.
When adding an optic, we first make sure that we can actually fetch the optic. This check was performed client-side before, which would cause some CORS errors if it was against the CORS policy of the server hosting the optic. This commit introduces a simple endpoint on our frontend server, so the request to the optic server now doesn't come directly from the client.
2024-02-11 13:06:53 +01:00
Mikkel Denker
54fe19ddf6 trystract.com -> stract.com 2023-12-16 14:43:00 +01:00
Mikkel Denker
155b5f337d ranking annotation: labels as scores instead of ranks.
change the labels in the ranking annotation tool to be scores from 0-4 (inclusive) where a higher
score is a more relevant result. this allows multiple results to have the same score if they are all relevant to the query, whereas having rank labels means only a single result can get a specific label for each query.
2023-11-23 12:29:44 +01:00
Mikkel Denker
3054fe5c6a Fix crawl plan.
Too many spam urls were being prioritized
2023-11-14 14:07:17 +01:00