Tag:pgvector
All the articles with the tag "pgvector".
Storing embeddings in PostgreSQL using PgVector
Posted on:October 19, 2023 at 08:40 PMIn this post, I talk about using Postgres database and PgVector to store vector embeddings in the database; we will also talk about querying embeddings, speeding the queries using indexes.