Menu

#Pgvector

12 posts

Feed·
12 of 12 posts
Building Vector Similarity Search in PostgreSQL with pgvector - MachineLearningMastery.com
🖼️
0

Building Vector Similarity Search in PostgreSQL with pgvector - MachineLearningMastery.com

MachineLearningMastery.com·Bala Priya C·4 months ago
#IAdzQ378

In this article, you will learn how to implement vector similarity search in PostgreSQL using the pgvector extension, allowing you to find semantically similar results based on meaning rather than keyword matching.

15s
Read More
Adding Semantic Search to Your Postgres App with pgvector
🖼️
0

Adding Semantic Search to Your Postgres App with pgvector

DEV Community·Ryan Carter·5 months ago
#CgUeu6cJ
#whats#do#postgres#embedding#search#vector

How to add vector similarity search to an existing Postgres app using pgvector — covering extension setup, embedding generation, cosine similarity queries, and HNSW indexing for performance.

15s
Read More