Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-09 | Improve error messaging for use of invalid fahamu token. | Alexander_Kabui | |
2024-05-01 | pep8 formatting | Alexander_Kabui | |
2024-05-01 | Delete debug code | Alexander_Kabui | |
2024-05-01 | Debug: check for if config is loaded in gn3. | Alexander_Kabui | |
2024-05-01 | Fix: fix string formatting error and remove unused imports. | Alexander_Kabui | |
2024-05-01 | Refactoring | Alexander_Kabui | |
*general cleanup for debug code * improve error messaging for successful rating | |||
2024-05-01 | Debug:fix issue use current_app to fetch config | Alexander_Kabui | |
2024-05-01 | Debug Process for LLM_DB_PATH | Alexander_Kabui | |
* this commit is a debugging process for llm_path on cd * issue: writes to db but not correct path | |||
2024-05-01 | Add more error info for Database Open error raised | Alexander_Kabui | |
2024-04-30 | Add a general Exception for the /rating api | Alexander_Kabui | |
2024-04-30 | Replace SQLITE_DB_PATH with LLM_DB_PATH for llm db path. | Alexander_Kabui | |
2024-04-15 | Delete unused imports. | Munyoki Kilyungi | |
* gn3/api/llm.py: (rate_document, logging): Remove unused imports. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | add sqlite-db-path config | Alexander_Kabui | |
2024-03-26 | fetch pubmed file from /gn-meta/lit | Alexander_Kabui | |
2024-03-25 | pep8 formatting | Alexander_Kabui | |
2024-03-25 | save db data on SQLITE_PATH file path | Alexander_Kabui | |
2024-03-25 | fix user_id type | Alexander_Kabui | |
2024-03-25 | enable logigng info for api <rating> | Alexander_Kabui | |
2024-03-25 | match user id to type str | Alexander_Kabui | |
2024-03-25 | fetch tmpdir from current app connfig | Alexander_Kabui | |
2024-03-25 | fix db path issue for lllm | Alexander_Kabui | |
2024-03-25 | use data dir for files | Alexander_Kabui | |
2024-03-22 | dump gnqa rating data to db | Alexander_Kabui | |
2024-01-26 | centralize common errors | Alexander_Kabui | |
2024-01-26 | Feature/gn llm caching (#148) | Alexander Kabui | |
* add logic for querying user gnqa search result * add api endpoints for querying users:qnqa-search-terms,gnqa-results | |||
2024-01-17 | Enhance error response message in API endpoint | Alexander_Kabui | |
2024-01-17 | Refactor llms.process: Rename getGNQA to get_gnqa | Alexander_Kabui | |
2024-01-16 | add api endpoint for rating reference documents (#146) | Alexander Kabui | |
2024-01-03 | fix fetch token error from curent app | Alexander_Kabui | |
2023-12-29 | handle exception for request error | Alexander_Kabui | |
2023-12-22 | Feature/gn llms (#140) | Alexander Kabui | |
* add entry route for gn_llms * add gn_llms reference doc ids * init authorization module for gn-llm * Add class for parsing unprocessable response * add init config file * add clienmodule:gn-llm fahamu interface * Add module descriptor for client file * reponse data handler * add response file handler * add processing file * remove unnecessary files * init code refactoring * Restructure code to module * refactor code:disble pylint for testing on cd |