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 new db pgvecto.rs #242

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Conversation

cutecutecat
Copy link
Contributor

@cutecutecat cutecutecat commented Nov 14, 2023

Fix #241 . This is an implementation of pgvecto.rs client based on psycopg2.

Get started

Run this image to start an postgresql instance with pgvecto.rs extension preconfigured.
It only supports Linux or wsl2 at Windows platform now.

docker run --name pgvecto-rs-demo -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 -d tensorchord/pgvecto-rs:latest

Fields to connect database at VectorDBBench WebUI:

field input
user_name postgres
password mysecretpassword
url localhost:5432
db_name postgres

Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
@alwayslove2013
Copy link
Collaborator

Welcome to join us!

I'll test it as soon as possible and if ok I'll merge it~

@alwayslove2013 alwayslove2013 self-assigned this Nov 14, 2023
@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: alwayslove2013, cutecutecat
To complete the pull request process, please assign xuanyang-cn after the PR has been reviewed.
You can assign the PR to them by writing /assign @xuanyang-cn in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@alwayslove2013 alwayslove2013 merged commit 2ceae82 into zilliztech:main Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add vector DB pgvecto.rs
3 participants