Needs review
Project:
Postgres VDB Provider
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2025 at 21:13 UTC
Updated:
27 Jan 2026 at 15:54 UTC
Jump to comment: Most recent
Comments
Comment #4
eworwa commentedCreated MR !1 with AI Search 2.0 support.
This implements all required changes from the migration guide:
- Dependency updates to AI 2.0.x-dev and AI Search 1.0.x-dev
- Parent class migration to SearchApiAiVdbProviderBase
- Updated service dependencies
- Support for excluded entity IDs filter for better performance
- Maintained Key module integration for password handling
Ready for review.
Comment #5
scott_euser commentedThanks! I haven't tested this as I don't use Postgres as a VDB Provider myself, but left a couple comments on the MR. I'll make this more clear in the upgrade notes
Comment #6
scott_euser commentedAh its already saying 2.0.x in https://www.drupal.org/project/ai_search/issues/3485449
Comment #7
scott_euser commentedProbably this should be 2.0.x branch of this module as well so 1.0.x branch can remain as targeting 1.x of AI Core
Comment #8
eworwa commentedThanks @scott_euser, I implemented your suggestions to use ai_search ^2.0@alpha instead of dev version, since 2.0.0-alpha1 is available.
Regarding
I agree, thou I'm not sure I have the right permission to create the 2.0.x branch or this is something you need to do at your end?