Active
Project:
Postgres VDB Provider
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2025 at 17:18 UTC
Updated:
24 Jul 2025 at 12:35 UTC
Jump to comment: Most recent
Thank you for all your hard work on this module.
Is there a roadmap or timeline for when a stable version might be released? We're interested in using this module in a production environment and would like to understand:
Any guidance would be greatly appreciated!
Comments
Comment #2
joshhytr commentedHi @drupals.user,
There's a rough roadmap in the description for what I believe should happen before this module is considered stable:
The main parts I think are use of Drupal's core db connection, the integration of that with search_api, which can take inspiration for search_api_db, and the addition of a comprehensive test suite.
There is currently no estimated timeline for this. I am looking at the refactor of the logic to use core's db connection but it is a significant refactor and is taking some time of which I don't have much, unfortunately. I'm pushing for more dedicated time to work on this.
The current version is very much in alpha and I would not consider it production ready.
The basics are there and you'd likely be able to have a production site with a vector db search running, however the code has no tests so could be missing something and could be prone to regressions.
I'd also not consider the module at this point to be data safe – there are not a good level of events or hooks I can use, in its current state, to check when I need to rebuild the index. See https://www.drupal.org/project/ai_vdb_provider_postgres/issues/3535073. I'm working on this with the core db connection refactor. A search index is naturally something that can be lost and rebuilt quite safely, but if you have a large index, this could take time and potentially add cost to transform to vector at index.