diff options
| author | Alexander_Kabui | 2024-09-09 10:46:30 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2024-09-09 10:46:30 +0300 |
| commit | a9cd30ea9cdc3c043370ea5ce647015fac49bd2f (patch) | |
| tree | 751fa7f669308aeb4d4543ea3783933373088ed6 /issues/gn_llm_db_cache_integration.gmi | |
| parent | 86a09437a13e9825a0d00b58ca59e463804a28de (diff) | |
| download | gn-gemtext-a9cd30ea9cdc3c043370ea5ce647015fac49bd2f.tar.gz | |
Move related gnqa/llm issues to gnqa folder
Diffstat (limited to 'issues/gn_llm_db_cache_integration.gmi')
| -rw-r--r-- | issues/gn_llm_db_cache_integration.gmi | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/issues/gn_llm_db_cache_integration.gmi b/issues/gn_llm_db_cache_integration.gmi deleted file mode 100644 index 86f7c80..0000000 --- a/issues/gn_llm_db_cache_integration.gmi +++ /dev/null @@ -1,35 +0,0 @@ -# Implementing Efficient Database Caching for Query Responses in GN-LLM system - - -## Tags: - -* assigned: alexm,shelby -* keywords: llm,caching,database,query,response -* type: enhancements - -* status: closed, done, completed - - -## Description: - -This implementation task aims to enhance the performance and responsiveness of our GN-LLM (Large Language Model) system by incorporating a robust database caching mechanism. The focus will be on utilizing a database to store queries along with their corresponding answers and references, ensuring quicker retrieval and reduced computational load. Users can go back in time and see their search results at a given time. - - - - -## Task - -* [x] implement endpoint for user caching - -* [x] implement UI for QNQA search - -* [x] More customization features like e.g user clearing their history - -See main issue: - -=> topics/lmms/llm-metadata - -## Note for commits See: - -=> https://github.com/genenetwork/genenetwork3/pull/165 - |
