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.
Shown in the results UI - full error:
Adding some
passwordmanually indb_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.