Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support to pgvector #253

Open
mhordynski opened this issue Dec 17, 2024 · 0 comments
Open

feat: add support to pgvector #253

mhordynski opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@mhordynski
Copy link
Member

Feature description

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

@mhordynski mhordynski added the feature New feature or request label Dec 17, 2024
@mhordynski mhordynski moved this to Backlog in ragbits Dec 17, 2024
@mhordynski mhordynski moved this from Backlog to Ready in ragbits Dec 17, 2024
@kzamlynska kzamlynska self-assigned this Dec 20, 2024
@ludwiktrammer ludwiktrammer added this to the Ragbits 0.7 milestone Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Ready
Development

No branches or pull requests

3 participants