You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to add a new VectorStore that utilizes pgvector, an extension for PostgreSQL, to store its vectors.
By default, the metadata for the entries should be stored alongside the vectors in the same PostgreSQL table.
Motivation
Many applications opt for pgvector because they are already using PostgreSQL as their relational database. Additionally, pgvector is offered as a managed database by all major cloud providers.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature description
The goal of this issue is to add a new
VectorStore
that utilizespgvector
, an extension for PostgreSQL, to store its vectors.By default, the metadata for the entries should be stored alongside the vectors in the same PostgreSQL table.
Motivation
Many applications opt for
pgvector
because they are already using PostgreSQL as their relational database. Additionally,pgvector
is offered as a managed database by all major cloud providers.Additional context
No response
The text was updated successfully, but these errors were encountered: