AiAssistantSearchMemory
extends Model
in package
uses
HasFactory
Table of Contents
Properties
Methods
Properties
$casts
protected
mixed
$casts
= ['embedding' => 'array', 'metadata' => 'array']
$fillable
protected
mixed
$fillable
= ['user_id', 'source_type', 'source_id', 'content', 'embedding', 'metadata']
$table
protected
mixed
$table
= 'ai_assistant_search_memory'
Methods
source()
public
source() : MorphTo
Return values
MorphTouser()
public
user() : BelongsTo