Frequently asked questions
Further reading
- PostgreSQL pgvector Architecture and HNSW Indexing (opens in a new tab)PostgreSQLTechnical documentation detailing vector similarity search performance and indexing in PostgreSQL.
- Efficient and Robust Approximate Nearest Neighbor Search Using HNSW (opens in a new tab)arXivFoundational computer science research paper introducing Hierarchical Navigable Small World graphs.
Check this against your own resume
Scan your CV against a real job description, or build a parse-safe one from scratch. Your first scan costs nothing.
Keep reading
AI EngineeringJob search on Postgres and pgvectorKeeping vectors next to the rows they describe removes a whole category of problems — chiefly that your two data stores can disagree.
AI EngineeringHybrid search vs vector search: why pure vector RAG quietly failsPure vector search is great for conceptual synonyms, but notoriously bad at finding product SKUs, error codes, and exact names. Hybrid search combines BM25 and vector embeddings to give you the best of both worlds.
AI EngineeringVector databases for job matchingMost job boards do not need a dedicated vector database. Knowing when you cross that line saves an unnecessary piece of infrastructure.
AI EngineeringWhat are the best alternatives to RAG in 2026?RAG dominated the early wave of LLM apps, but chunking errors and vector hallucinations have driven engineers to explore better architectures. Here are the 7 leading alternatives in 2026.
