zilliztech / VectorDBBench

A Benchmark Tool for VectorDB
MIT License
455 stars 109 forks source link

Getting Timeout Error with pgvector #340

Open badrinath1988 opened 2 days ago

badrinath1988 commented 2 days ago

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

XuanYang-cn commented 1 day ago

@badrinath1988 Can you provide the full error stack from logs?