summaryrefslogtreecommitdiff
path: root/issues/gnqa/integrate_gn_llm_search.gmi
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-09 10:46:30 +0300
committerAlexander_Kabui2024-09-09 10:46:30 +0300
commita9cd30ea9cdc3c043370ea5ce647015fac49bd2f (patch)
tree751fa7f669308aeb4d4543ea3783933373088ed6 /issues/gnqa/integrate_gn_llm_search.gmi
parent86a09437a13e9825a0d00b58ca59e463804a28de (diff)
downloadgn-gemtext-a9cd30ea9cdc3c043370ea5ce647015fac49bd2f.tar.gz
Move related gnqa/llm issues to gnqa folder
Diffstat (limited to 'issues/gnqa/integrate_gn_llm_search.gmi')
-rw-r--r--issues/gnqa/integrate_gn_llm_search.gmi26
1 files changed, 26 insertions, 0 deletions
diff --git a/issues/gnqa/integrate_gn_llm_search.gmi b/issues/gnqa/integrate_gn_llm_search.gmi
new file mode 100644
index 0000000..5dfd9da
--- /dev/null
+++ b/issues/gnqa/integrate_gn_llm_search.gmi
@@ -0,0 +1,26 @@
+# GN-LLM Integration
+
+### Notes
+
+This Gist is intended to integrate GN-LLM (https://github.com/ShelbySolomonDarnell/GN-LLMs) into Genenetwork as a search.
+
+For reference on the initial implementation, please visit:
+
+=> https://github.com/ShelbySolomonDarnell/GN-LLMs
+
+## Tags
+
+* Assigned: alexm
+* Type: Feature
+* Priority: High
+* status: completed, done, closed.
+
+## Tasks
+
+* [x] Move API Endpoint + logic code from QNQA to GN3.
+* [x] Implement UI in GN2.
+* [x] Add GN authentication.
+
+## Notes
+
+The initial code was implemented as a full MVC application. The idea is to split the codebase into an API endpoint, which should be moved to the GN3 codebase, while the UI should reside in GN2. \ No newline at end of file