summaryrefslogtreecommitdiff
path: root/issues/integrate_gn_llm_search.gmi
blob: 5dfd9da85705fd726f433ded8a474fb73bb93013 (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
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.