zilliztech / zilliztech/VectorDBBench

Getting Timeout Error with pgvector

Open
#340 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.2k
Forks
438
Avg merge
1d 4h
Merged PRs (30d)
1

Description

HI Team ,

Need help ,

Infrastructure detail:

a) We have installed the vectordbbench on a stanalone machine using the below commands
b) installed and configured the postgres vector database (able to connect to postgres from any client)

server configuration - 16 cores , 64GB RAM

commands used to install vectordbbench

pip install vectordb-bench
pip install vectordb-bench[pgvector]
init_bench

able to access the webUI

from the webUI , selected the postgres -> search performance test (1M dataset, 768 Dimesion)

able to execute the query but getting error "time-out error" .

  1. request to guide me on how to fix this error.
  2. need guidance on how to change the configuration of vectodbbench

note: getting error while running the below command
cmd: - vectordbbench --help
error : command not found

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the 1M-dataset, 768-dimensional PostgreSQL search test from the web UI after the documented pip installation and init_bench steps. Check the vectordbbench --help command and the benchmark configuration or entry points to determine whether the timeout and missing command are related. Done means the cause is identified and the required configuration or usage guidance is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql, python
Domain
databases, performance, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.