diff options
-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 |