c0sogi / LLMChat

A full-stack Webui implementation of Large Language model, such as ChatGPT or LLaMA.
MIT License
257 stars 45 forks source link

Save embeddings metadata to MySQL #24

Closed Torhamilton closed 1 year ago

Torhamilton commented 1 year ago

Admin should be able to examine and delete redundant vectors by means of stored metadata. Date of inserts, author , title etc should be saved in mysql. Saving in Redis may pollute the vector?

c0sogi commented 1 year ago

No It's not a problem to store metadata in Redis, but the problem is that you can't see the data in the admin console. Consider storing your metadata in mysql?

Torhamilton commented 1 year ago

Then lets save in mysql, this is critical feature