From b8f4efb22461fd0005eec0ae7147484eafb3380e Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Tue, 12 Dec 2023 00:38:16 +0300 Subject: add issue:integrate gn-llm to genenetwork --- issues/integrate_gn_llm_search.gmi | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 issues/integrate_gn_llm_search.gmi 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 -- cgit 1.4.1