Needs review
Project:
Postgres VDB Provider
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Oct 2025 at 12:30 UTC
Updated:
4 Oct 2025 at 12:35 UTC
Jump to comment: Most recent
It's possible for there to be config sync issues where, as part of the sync, the Search API server configuration gets synchronized before ai_vdb_provider_postgres.settings. In this instance, ai_search will attempt to ensure the configured collection exists in the server but fail in the process because it doesn't have the connection information from ai_vdb_provider_postgres.settings, killing the sync process.
Implement DependentPluginInterface as the work done in https://www.drupal.org/project/ai/issues/3543030 will bring in VDB plugin dependencies.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
lpeabody commented