summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-08-27 09:49:53 +0300
committerMunyoki Kilyungi2024-08-27 09:49:53 +0300
commit7f9026294558c05d4ab2086e614e1d2f8fd31d26 (patch)
tree0ccb2f473ae7b18c17a9cfe474e38c98b2f05c06 /issues
parentb3d5bb3453d4727b696d8cc57f13bb78991a3501 (diff)
downloadgn-gemtext-7f9026294558c05d4ab2086e614e1d2f8fd31d26.tar.gz
Use correct lists.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'issues')
-rw-r--r--issues/gn_llm_integration_using_cached_searches.gmi12
1 files changed, 6 insertions, 6 deletions
diff --git a/issues/gn_llm_integration_using_cached_searches.gmi b/issues/gn_llm_integration_using_cached_searches.gmi
index a753332..ff49eaa 100644
--- a/issues/gn_llm_integration_using_cached_searches.gmi
+++ b/issues/gn_llm_integration_using_cached_searches.gmi
@@ -19,12 +19,12 @@ llm search: glioma human gtex_v8
This can be phased out into
-- [ ] UI integration, where we modify the search page to include a dummy content box
-- [ ] 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)
- - [ ] create a copy branch for the gnqa-api branch
- - [ ] create a PR containing all the branches
- - [ ] how much would it take to get the qa_*** branch merged into main??
-- [ ] Cache design and integration: we already have some cache using redis (gn search history), so we may use this for the moment.
+* [ ] 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
+* [ ] 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.
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.