summaryrefslogtreecommitdiff
path: root/issues/implement-reference-rating-gn-llm.gmi
blob: 78139324faa6b03b9aeacc4e4f50417a0517f812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

- [ ] Create an API endpoint for reference rating.
- [ ] Implement the UI for this feature.