diff options
author | Alexander_Kabui | 2023-12-12 00:38:16 +0300 |
---|---|---|
committer | Alexander_Kabui | 2023-12-12 00:38:16 +0300 |
commit | b8f4efb22461fd0005eec0ae7147484eafb3380e (patch) | |
tree | dc362a2835ec047ffb50583347f7719d800e6875 /issues | |
parent | d9e47731f8a1616b06fdc1ef2dbd3cf50413706d (diff) | |
download | gn-gemtext-b8f4efb22461fd0005eec0ae7147484eafb3380e.tar.gz |
add issue:integrate gn-llm to genenetwork
Diffstat (limited to 'issues')
-rw-r--r-- | issues/integrate_gn_llm_search.gmi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/issues/integrate_gn_llm_search.gmi b/issues/integrate_gn_llm_search.gmi new file mode 100644 index 0000000..3774eb7 --- /dev/null +++ b/issues/integrate_gn_llm_search.gmi @@ -0,0 +1,25 @@ +# 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 + +## Tasks + +* [ ] Move API Endpoint + logic code from QNQA to GN3. +* [ ] Implement UI in GN2. +* [ ] 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 |