You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using the metadata field of the user instance in LiteralAI as our DB to update and fetch user details, this is not scalable and efficient? Would need to create our own DB for this, and keep LiteralAI only for its intended chat logging capabilities.
storing user info in a dict in the metadata field is not optimal and can make it harder to efficiently query specific attributes or perform operations across multiple users. Might be limiting for future use-cases.
look into creating a separate user-related DB for this