Category: pgvector

AI Features and extensions pgvector

pgvector Guide: Setup, Indexes, and Query Examples

Embeddings search is no longer a novelty feature; it is table stakes for Postgres teams building RAG pipelines, semantic search, and recommendation engines. pgvector, the open-source extension that adds vector columns and nearest-neighbor search to PostgreSQL, is where most of those teams start. The current v0.8.x line supports Postgres 13 and later, with single-precision, half-precision, […]

admin 
Application patterns and case studies pgvector postgresql

How Houston Oil & Gas Companies Can Use PostgreSQL to Gain a Competitive Edge

Houston is the energy capital of the world. From upstream exploration and drilling to midstream pipeline operations and downstream refining, the Greater Houston area is home to thousands of oil and gas companies managing some of the most complex, data-intensive operations on the planet. In 2026, that data complexity is only growing — and PostgreSQL […]

admin 
AI Features and extensions pgvector

PostgreSQL pgvector and RAG: Best Practices and Examples for Better Results

Retrieval-Augmented Generation (RAG) has become one of the most practical applications of AI in production systems, and PostgreSQL’s pgvector extension has emerged as a robust solution for implementing vector search. However, getting optimal results requires more than just installing pgvector and throwing embeddings at it. Let’s explore proven best practices and real-world examples to help […]

admin