mkwatson / chat_any_site

MIT License
35 stars 5 forks source link

Allowing for private data/information to become less secure. #3

Open DJJones66 opened 1 year ago

DJJones66 commented 1 year ago

Your 3rd motivation raised valid concerns with regard to private data, I feel you should continue this mindset through out the project then and use a local LLM and VectorDB this way you have zero risk of your data being out in the wild.

mkwatson commented 1 year ago

I agree having a local LLM could be a useful option. As it exists now, even using an external LLM and making a network request, none of your private data should be made public because the network isn’t training on it, only using it for inference.