Skip to content

After a successful pgvector run: "PgVectorConfig Value error, Empty field(s): password" #831

Description

@s-h-a-d-o-w

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions