Skip to content
Prev Previous commit
Next Next commit
add field tags in chat model
Signed-off-by: Avelino <hey@avelino.run>
  • Loading branch information
avelino committed Nov 18, 2023
commit 38fcf3f0116c7d215194dbf44162296a0a7f1ee6
1 change: 1 addition & 0 deletions src/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Chat(Base):
__tablename__ = "chats"

uuid = Column(String, primary_key=True)
tags = Column(String, nullable=True)


class CompanyContent(Base):
Expand Down