blob: b586b5cf2249c59e59989f1e7ffb6013442c0e11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Implement Reference Rating for gn-llm
## Tags
* assigned: alexm,
* keywords: llm, reference, rating
* type: enhancements
* status: in progress
## Description
For each reference in a query, we need to allow users to provide feedback or a rating on its relevance to a given task. This will help in improving future queries.
## Tasks
* [x] Create an API endpoint for reference rating.
* [x] Implement the UI for this feature.
* [] implementation user notification for feedback
For the UI and api imeplementation see commits:
=> https://github.com/genenetwork/genenetwork2/pull/828/files
=> https://github.com/genenetwork/genenetwork3/commit/482a8908dc08d6e5a13e576c4ba4bc3ff934bb8d
|