Vector::class, 'indexed_at' => 'datetime', 'counts' => 'int', ]; protected $fillable = [ 'query', 'embedding', 'indexed_at', 'counts', ]; }