Skip to content

Transition from Using LiteralAI for User Data Storage to a Dedicated Database #111

@XThomasBU

Description

@XThomasBU
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions