Fresh code drop

Generate and cache embeddings

PHP

Laravel 13 API example based on official Laravel documentation. Source: https://laravel.com/docs/13.x/ai-sdk#embeddings

PHP
CodeSnap // free canvas

Generate and cache embeddings

<?php

use Illuminate\Support\Str;

$embedding = Str::of($article->body)
    ->toEmbeddings(cache: 3600);

// Further reading: https://laravel.com/docs/13.x/ai-sdk#embeddings

Turn your code into a post.Five templates are free—no account needed.

Remix this snap