*/ use HasFactory; /** * Get the attributes that should be cast. * * @return array */ protected function casts(): array { return [ 'embedding' => 'array', 'embedding_dimensions' => 'integer', 'tokens' => 'integer', ]; } }