summaryrefslogtreecommitdiff
path: root/issues/integrate_gn_llm_search.gmi
blob: 3774eb78fc8c36a2c090507bf161922696a58993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.