zilliztech / VectorDBBench

A Benchmark Tool for VectorDB
MIT License
458 stars 108 forks source link

feat: add new db pgvecto.rs #242

Closed cutecutecat closed 7 months ago

cutecutecat commented 7 months ago

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
alwayslove2013 commented 7 months ago

Welcome to join us!

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

sre-ci-robot commented 7 months ago

[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: - **[OWNERS](https://github.com/zilliztech/VectorDBBench/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment