summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorAlexander_Kabui2024-01-11 15:35:14 +0300
committerAlexander_Kabui2024-01-11 15:35:14 +0300
commit2c3075fec2794f61cbfcda6dbf46717ad31502b9 (patch)
treeeb21837d0a7e494d47b169bb703efe499370973a /issues
parent82cae230ac14b026f4f4f8f89ee2154dfb336674 (diff)
downloadgn-gemtext-2c3075fec2794f61cbfcda6dbf46717ad31502b9.tar.gz
add issue:implement reference rating in gn-llm
Diffstat (limited to 'issues')
-rw-r--r--issues/implement-reference-rating-gn-llm.gmi17
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/implement-reference-rating-gn-llm.gmi b/issues/implement-reference-rating-gn-llm.gmi
new file mode 100644
index 0000000..7813932
--- /dev/null
+++ b/issues/implement-reference-rating-gn-llm.gmi
@@ -0,0 +1,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.