#ai

7 articles tagged with #ai

โ† All Topics

I Turned PostgreSQL Into a Multimodal Search Engine With pgvector โ€” Here's How

Text, images, and audio โ€” all searchable with one SQL query. I built a multimodal search pipeline using Gemini Embedding 2 + pgvector 0.8.0, and the results surprised me. Here's the real code, real gotchas, and when this actually makes sense.

Spring AI + RAG in Production: Structured Output, Ollama, and pgvector โ€” What Actually Works

I built a production RAG pipeline with Spring AI, Ollama, and pgvector. Here's the structured output pattern, local dev setup, and the hybrid search approach that survived 6 months of real traffic.

Claude Code vs Open Source AI Coding Agents โ€” I Tested Them All for 30 Days

I spent a month running Claude Code alongside OpenCode, Aider, Cline, Codex CLI, and Gemini CLI. Here's the honest comparison โ€” benchmarks, pricing, real developer experience, and which one actually replaces Claude Code.

Why I Stopped Using LangChain4j for Spring Boot APIs โ€” And Started Using Spring AI

I spent weeks building a RAG pipeline with LangChain4j before switching to Spring AI. Here's the honest comparison โ€” auto-config, pgvector, and why staying in the Spring ecosystem saved me from framework glue code.

HNSW vs IVFFLAT in pgvector: I Benchmarked Both, Here's What Actually Matters

IVFFLAT and HNSW are the two index types in pgvector. I benchmarked both on 500K embeddings โ€” the winner depends on your workload, not the hype.

PostgreSQL Vector Search: pgvector Tricks I Wish I Knew Sooner

You don't need Pinecone or Weaviate. PostgreSQL with pgvector handles vector search, hybrid queries, and semantic retrieval โ€” and it's already in your stack.

My Honest Take on AI Coding Assistants in 2026

After 2 years of daily use across ChatGPT, Copilot, and Cursor, here's what actually helps, what hurts, and when to use which.