Custom PHP Binaries with sqlite-vec SQLite Extension
How to compile the sqlite-vec SQLite extension directly into your PHP binary using static-php-cli for vector similarity search capabilities.
All of my long-form thoughts on programming, technology, and more. Presented in chronological order.
How to compile the sqlite-vec SQLite extension directly into your PHP binary using static-php-cli for vector similarity search capabilities.
What if you wanted to search your data by a concept. Not a keyword. But rather something more abstract, like a category? How would you accomplish that?
Markdown-driven content management offers a compelling alternative to traditional database-driven CMS platforms and I wanted to bring that same power and elegance to the Laravel ecosystem.
Strategies for optimizing your Laravel Vapor application to fit within with the AWS Lambda 50MB Limit.