core icon indicating copy to clipboard operation
core copied to clipboard

User management

Open Mte90 opened this issue 2 years ago • 1 comments
trafficstars

It can be interesting to save the output/input not just in the database but also divided by user. In this way in the UI it is possible to see previous chats and different user settings.

There is https://pypi.org/project/fastapi-users/ that already use sqlalchemy and add the various endpoints.

Mte90 avatar Mar 27 '23 14:03 Mte90

Yes! Can you make a minimal PR for user management? Just dependencies and another table in the already present sqlite (which is just used for settings at the moment)

After that (I need to refactor some code) we we make the settings user based and after that we integrate users with memory and agent.

Thank you!

pieroit avatar Mar 27 '23 15:03 pieroit

Closing this as duplicate of #169

pieroit avatar May 31 '23 22:05 pieroit