h2oai / h2ogpt

Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://codellama.h2o.ai/
http://h2o.ai
Apache License 2.0
10.96k stars 1.2k forks source link

Forget old data #1295

Open ijderock opened 5 months ago

ijderock commented 5 months ago

I deal with thousands of policy records. Is there a way for H2Ogpt to forget policy version 1.1.2 on photography and teach it policy 1.2 on photography, so that the old policy data does not show anymore and I do not have to reteach it the other 800+ policies?

pseudotensor commented 5 months ago

You can make API calls to h2oGPT to manage the data, and delete documents that are no longer valid.

ijderock commented 5 months ago

Thank you @pseudotensor , I will look in to how to do that.