zilliztech / zilliztech/VectorDBBench
After a successful pgvector run: "PgVectorConfig Value error, Empty field(s): password"
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 438
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 1
Description
Shown in the results UI - full error:
pydantic_core._pydantic_core.ValidationError: 1 validation error for PgVectorConfig Value error, Empty field(s): password [type=value_error, input_value={'db_label': '', 'passwor...ersion': '', 'note': ''}, input_type=dict] For further information visit https://errors.pydantic.dev/2.13/v/value_error
Adding some password manually in db_config":{ ... } in the result json fixes this, but one obviously shouldn't have to manually do that.... and for lancedb. It seems like you either have a bug not writing db config data correctly or you didn't validate it in the past.
UPDATE: Similar for PgVectorScale. There, it also complains about db_name.
UPDATE #2: ... and for lancedb. It seems like you either have a bug not writing db config data correctly or you didn't validate it in the past.
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 with the results UI and the result JSON's db_config for successful pgvector, PgVectorScale, and lancedb runs; trace where these fields are written and where configuration validation runs. Reproduce the reported ValidationError, then verify completed runs retain all required fields, including password and db_name where applicable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100