We will not remove the PostgreSQL support, but for new apps like the RAG using new DB features where we have no abstraction for, I choose to not implement it right away.
I know there is the pg_vector extension, implementing a vector column type, unfortunately the syntax is different from MariaDB, even MySQL uses a different syntax for the vector type 
Not sure what the state of our PostgreSQL support is: are we still stuck on that ancient version, before they dropped the OID support, or did the new ADOdb version now supports newer PostgreSQL versions.
With the old version, pg_vector is also not supported …
Which version do you use?
Ralf