michaelthwan / searchGPT

Grounded search engine (i.e. with source reference) based on LLM / ChatGPT / OpenAI API. It supports web search, file content search etc.
MIT License
621 stars 65 forks source link

Some ways to store fired query/result #33

Closed michaelthwan closed 1 year ago

michaelthwan commented 1 year ago

So that we may analyze users' input

eren23 commented 1 year ago

hey, what's in mind here, like a browser storage for users to use it somehow or storing everyone's requests in a central DB after making users accept an agreement, mongo etc.?

michaelthwan commented 1 year ago

@eren23 Yes. Tested with gsheets but it is too difficult to auth (need oauth) I will now use Firebase. (the code will only enable in searchgpt-demo repository which is private.)

michaelthwan commented 1 year ago

Those input are very useful for enhancement. Therefore I want to store it for analysis. Found some model weaknesses for some kinds of prompts

eren23 commented 1 year ago

Thanks a lot for the response, sounds like a good plan and the outputs are really showing potential it seems from what you wrote :)

michaelthwan commented 1 year ago

Thank you @eren23 And the issue is done. Now saving in a firestore