Hybrid Retrieval 2.0: Tuning HNSW Parameters for pgvector at Scale
Optimize pgvector HNSW parameters for million-row vector databases. This guide covers m, ef_construction, and memory management for production-grade RAG.
Location-Aware RAG: Combining Uber’s H3 Grids with Laravel 13 Vector Search
An extensive system architecture tutorial analyzing how to construct location-aware Retrieval-Augmented Generation engines within the Laravel 13 ecosystem. We detail how to implement Uber's H3 Hexagonal indexing parameters inside PostgreSQL tables to narrow down local regional records before performing dense pgvector semantic similarity updates.
Asynchronous Embedding Ingestion: Scaling pgvector in Laravel 13 with Queue Batches
An infrastructure guide focused on building a high-throughput, decoupled data ingestion pipeline using Laravel 13. We show how to safely handle high-volume text chunking, eliminate application process bottlenecks via asynchronous Bus Batches, and perform optimized updates directly within PostgreSQL
Building a Semantic Newsletter Engine with Laravel 13 AI SDK
A comprehensive guide to building an AI-powered newsletter engine. We demonstrate how to leverage Laravel 13's native vector search and the first-party AI SDK to create a curation tool that understands user intent and delivers deeply relevant technical content.