mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-15 18:25:18 +02:00
Add shared_memory backend (constants + helpers), UserMemory docstring (SUR-152)
This commit is contained in:
parent
9acf746698
commit
f537dc211b
2 changed files with 41 additions and 3 deletions
|
|
@ -801,9 +801,8 @@ class MemoryCategory(str, Enum):
|
|||
|
||||
class UserMemory(BaseModel, TimestampMixin):
|
||||
"""
|
||||
Stores facts, preferences, and context about users for personalized AI responses.
|
||||
Similar to Claude's memory feature - enables the AI to remember user information
|
||||
across conversations.
|
||||
Private memory: facts, preferences, context per user per search space.
|
||||
Used only for private chats (not shared/team chats).
|
||||
"""
|
||||
|
||||
__tablename__ = "user_memories"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue