Micha(el) Bladowski

Results 50 comments of Micha(el) Bladowski

and yes, i can confirm, if I use my own "custom Cast" like this: ```php protected $casts = [ 'body' => Json::class, ]; // Casts/Json.php class Json implements CastsAttributes {...

after testing some more, i start thinking, that singlestore only supports "UNESCAPED UNICODE", because inserting a string like this: ```json {"SubTitle":"TOP PREIS \u2757\ufe0f BESTE QUALIT\u00c4T \ud83d\ude0d KOSTENLOSE LIEFERUNG \u2714"} ```...

If people start asking this question, the answer usually is: no.

hey @cerbero90 thanks for your quick response. please don't feel pushed to do anything. I am just investigating some packages and found this one and asked myself, how it could...

thanks for your feedback. don't worry, there is nothing urgent right now. I guess this would definitely be a good feature for this project 😏

sad, because it´s the most important functionality that a plugin like this needs to work with 😏 even if you do "copy & paste" and write something above the code...

same problem exists with qdrant, seems to be a general issue

use `mutateBeforeCreate` ```php ->mutateBeforeCreate(function ($row) { $row['created_by'] = auth()->id(); return $row; }) ```

okay, found an error in the logs: ```txt [18:43:12.5813920] [Error] AICompletionsHelper::AIFormatString GetAICompletion failed You have insufficient permissions for this operation. Missing scopes: model.request. Check that you have the correct role...

My fault. I don´t know what you can do with a "read-only" token, **but you need at least the scopes you see in my screenshot to chat with the model.**...