#pgvector
-
Cosine Similarity vs Dot Product Explained: When They Rank the Same and When They Don't
Cosine similarity and dot product are the same function only on unit-length vectors. The math, the one norm check that tells you which you are actually running, and the FAISS, pgvector, Qdrant and hnswlib configs where the difference bites.
-
pgvector vs Pinecone Comparison: Cost per Query at Target Recall
A pgvector vs Pinecone comparison for teams putting retrieval in production: architecture, filtering behaviour, what the vendor benchmarks actually measured, and the one metric that decides it.
-
HNSW ef_search Parameter Explained: The Knob That Trades Recall for p99
ef_search is the beam width of an HNSW query. What it controls, what it is called in hnswlib, Faiss, pgvector, Qdrant, Weaviate, Milvus and Elasticsearch, the recall@k metric that tells you if it is set right, and a Python sweep that exports it to Prometheus.