zilliztech / zilliztech/VectorDBBench
Getting Timeout Error with pgvector
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" .
- request to guide me on how to fix this error.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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