diff options
author | Alexander_Kabui | 2024-09-09 10:46:30 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-09 10:46:30 +0300 |
commit | a9cd30ea9cdc3c043370ea5ce647015fac49bd2f (patch) | |
tree | 751fa7f669308aeb4d4543ea3783933373088ed6 /issues/gnqa/implement-reference-rating-gn-llm.gmi | |
parent | 86a09437a13e9825a0d00b58ca59e463804a28de (diff) | |
download | gn-gemtext-a9cd30ea9cdc3c043370ea5ce647015fac49bd2f.tar.gz |
Move related gnqa/llm issues to gnqa folder
Diffstat (limited to 'issues/gnqa/implement-reference-rating-gn-llm.gmi')
-rw-r--r-- | issues/gnqa/implement-reference-rating-gn-llm.gmi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/issues/gnqa/implement-reference-rating-gn-llm.gmi b/issues/gnqa/implement-reference-rating-gn-llm.gmi new file mode 100644 index 0000000..f646a6f --- /dev/null +++ b/issues/gnqa/implement-reference-rating-gn-llm.gmi @@ -0,0 +1,26 @@ +# Implement Reference Rating for gn-llm + +## Tags + +* assigned: alexm, +* keywords: llm, reference, rating +* type: enhancements +* status: closed, completed + +## 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. + + +For the UI and api imeplementation see commits: + + +=> https://github.com/genenetwork/genenetwork2/pull/828/files + +=> https://github.com/genenetwork/genenetwork3/commit/482a8908dc08d6e5a13e576c4ba4bc3ff934bb8d |