⌨ Keyboard shortcuts available
G — waiting for next key…

Writing

Articles tagged “pgvector”

13 articles on pgvector. All articles →

Branded cover card: The Fine-Tuning Trap: Why Your 2026 Roadmap Should Favor RAG Over Custom Models
Vespa.AI Laravel 13

The Fine-Tuning Trap: Why Your 2026 Roadmap Should Favor RAG Over Custom Models

Avoid weight rot by prioritizing RAG over fine-tuning. This guide explores the AI build vs buy decision matrix for 2026, focusing on context orchestration and architectural agility.

Sep 23, 2026 · 15 min
Branded cover card: The Push-Based RAG: Building a Semantic Alerting Engine with Kafka and pgvector
Laravel Vector Search

The Push-Based RAG: Building a Semantic Alerting Engine with Kafka and pgvector

Learn how to build a push-based RAG engine using Kafka and pgvector. This reverse-search architecture matches data streams against user intent vectors for real-time notifications.

Sep 18, 2026 · 17 min
Branded cover card: The Semantic Cache: Reducing LLM Latency and Costs with pgvector
Laravel Backend Architecture

The Semantic Cache: Reducing LLM Latency and Costs with pgvector

Cut LLM latency and API bills by implementing a semantic cache with pgvector. Learn to handle the embedding tax and optimize HNSW indexing for similarity-based query retrieval.

Sep 17, 2026 · 15 min
Branded cover card: Late Chunking: Solving Context Loss in Laravel RAG Pipelines
AI SDK Laravel 13

Late Chunking: Solving Context Loss in Laravel RAG Pipelines

Stop shredding your data. Learn to implement late chunking vector search in Laravel 13 to preserve semantic context and eliminate hallucinations in RAG pipelines.

Sep 4, 2026 · 13 min
Branded cover card: The Semantic Firewall: Hardening Laravel 13 Agents Against Prompt Injection
AI SDK Laravel 13

The Semantic Firewall: Hardening Laravel 13 Agents Against Prompt Injection

Build a resilient Laravel 13 agent by implementing a Semantic Firewall with Llama Guard to filter untrusted vector data and prevent indirect prompt injection attacks.

Sep 3, 2026 · 13 min
Branded cover card: The Local Embedding Edge: Replacing OpenAI with Self-Hosted SLMs in Laravel RAG Pipelines
Laravel 13 PHP AI

The Local Embedding Edge: Replacing OpenAI with Self-Hosted SLMs in Laravel RAG Pipelines

Transition from OpenAI to self-hosted embedding models in Laravel 13. This guide covers Ollama integration, pgvector dimension management, and high-throughput Python sidecars.

Sep 3, 2026 · 13 min
Branded cover card: Hard Isolation for Vectors: A Hands-On pgvector Laravel 13 Setup Guide
Laravel Laravel 13

Hard Isolation for Vectors: A Hands-On pgvector Laravel 13 Setup Guide

Secure your multi-tenant RAG systems by implementing PostgreSQL Row Level Security with pgvector and Laravel 13. Learn to enforce hard isolation at the database level.

Sep 2, 2026 · 14 min
Branded cover card: Beyond Semantic Similarity: Implementing GraphRAG with pgvector and Laravel
Laravel 13 PHP AI

Beyond Semantic Similarity: Implementing GraphRAG with pgvector and Laravel

Learn how to implement GraphRAG in Laravel using pgvector and Recursive CTEs. Move beyond flat similarity search by extracting entity triples for multi-hop AI reasoning.

Jul 20, 2026 · 8 min
Branded cover card: The Privacy Moat: Implementing Hard Multi-Tenancy in pgvector with PostgreSQL RLS
Laravel 13 Vector Search

The Privacy Moat: Implementing Hard Multi-Tenancy in pgvector with PostgreSQL RLS

Secure your RAG architecture by moving from application-side metadata filtering to database-level isolation using pgvector multi-tenancy, PostgreSQL RLS, and HNSW optimization.

Jul 13, 2026 · 29 min
← Prev 1 / 2 Next →