Config action to verify if any vector database is there and it is setup
## Summary
At the moment there is a config action `verifySetupAi` that is able to check whether the specific vector database provider is there in the system and it is setup. This is possible with `vdb_provider_is_setup` payload.
In the real use case the plugin name of the vdb provider is not that relevant, as it is needed to know that any vdb provider is there and it is properly configured (setup) to create a search api server. One (any) would be enough without actually specifying which one.
## Problem
There is no way at the moment to check that any vdb provider is installed and configured without specifying the exact name.
## Proposed solution *(optional)*
Add new option to `verifySetupAi` to verify existence of at least 1 properly configured vdb provider, so the recipes that will create search api server or use the vector database can check that some prerequisites are met.
## Affected modules / components *(optional)*
AI Core
issue