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/integrate_gn_llm_search.gmi | |
parent | 86a09437a13e9825a0d00b58ca59e463804a28de (diff) | |
download | gn-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.gmi | 26 |
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 |