summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-02 12:01:32 +0300
committerAlexander_Kabui2024-09-02 12:01:32 +0300
commita5b9ee8803a22e4f32f860301b1e8beb8f7905a9 (patch)
tree1fea7df0db6188e8439c88344689655fe9a38b39 /issues
parent276da534291bdc25b99f53be434d5f11762c3f26 (diff)
downloadgn-gemtext-a5b9ee8803a22e4f32f860301b1e8beb8f7905a9.tar.gz
Update issue: gn_llm_integration_using_cached_searches.
Diffstat (limited to 'issues')
-rw-r--r--issues/gn_llm_integration_using_cached_searches.gmi19
1 files changed, 16 insertions, 3 deletions
diff --git a/issues/gn_llm_integration_using_cached_searches.gmi b/issues/gn_llm_integration_using_cached_searches.gmi
index ff49eaa..e20b5a3 100644
--- a/issues/gn_llm_integration_using_cached_searches.gmi
+++ b/issues/gn_llm_integration_using_cached_searches.gmi
@@ -21,10 +21,23 @@ This can be phased out into
* [ ] 1. UI integration, where we modify the search page to include a dummy content box
* [ ] 2. LLM search integration, where we perform a search and modify UI to show the results. This can either be async (i.e. the search results page waits for the LLM search results) or sync (i.e. we load the search results page after we've got the LLM results)
-* [ ] 2.1 create a copy branch for the gnqa-api branch
-* [ ] 2.2 create a PR containing all the branches
+* [x] 2.1 create a copy branch for the gnqa-api branch
+* [x] 2.2 create a PR containing all the branches
* [ ] 2.3 how much would it take to get the qa_*** branch merged into main??
-* [ ] 3. Cache design and integration: we already have some cache using redis (gn search history), so we may use this for the moment.
+* [ ] 3. Cache design and integration: we already have some
+
+cache using redis (gn search history), so we may use this for the moment.
Let's use flag: `LLM_SEARCH_ENABLED` to enable/disable this feature during development to make sure we don't release this before it's ready.
+
+
+## Notes
+
+The branch for merging to gn2:
+
+https://github.com/genenetwork/genenetwork2/pull/863
+
+The branch for merging to gn3:
+
+https://github.com/genenetwork/genenetwork3/pull/188 \ No newline at end of file