⌨ Keyboard shortcuts available
G — waiting for next key…

Writing

Articles tagged “pgvector”

13 articles on pgvector. All articles →

Branded cover card: Hybrid Retrieval 2.0: Tuning HNSW Parameters for pgvector at Scale
Backend Architecture Vector Search

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.

Jul 10, 2026 · 30 min
An engineering schematic showing a geographical map overlayed with sharp neon hexagons acting as pre-filters to narrow down vector space queries.
Laravel 13 Vector Search

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.

Jun 13, 2026 · 9 min
An infrastructure diagram showing a single document splitting into sequential batch jobs processed concurrently by background workers into a PostgreSQL database.
php Laravel 13

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

Jun 5, 2026 · 8 min
A digital visualization of an AI agent reading multiple technical articles and curating them into a clean, modern newsletter layout.
AI SDK Laravel 13

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.

May 11, 2026 · 4 min
← Prev 2 / 2 Next →