vector search
4 articles
pgvector with Node.js: Production Vector Search Without a Second Database
Most pgvector tutorials use Python. This one ships a full Express.js API with HNSW indexing, connection pooling, and pro...
24 min read2/13/2026
Hybrid Search: Combining Full-Text and Vector Search
Build hybrid search combining PostgreSQL full-text and pgvector semantic search with Reciprocal Rank Fusion in Node.js....
24 min read2/13/2026
Semantic Search Implementation from Scratch
Build a semantic search engine from scratch with embeddings, pgvector, ranking, and an Express.js API in Node.js....
25 min read2/13/2026
Embedding APIs: Beyond Text Generation
Complete guide to embedding APIs for semantic search, classification, and vector storage with pgvector in Node.js applic...
27 min read2/13/2026