ibm-cloud-docs / databases-for-postgresql

2 stars 12 forks source link

pg vector extention support #28

Open Moshizzl3 opened 7 months ago

Moshizzl3 commented 7 months ago

I am trying to create an extension for pgvector in the databases-for-postgresql service. When running this command:

CREATE EXTENSION IF NOT EXISTS vector;

I get this error:

ibmclouddb> CREATE EXTENSION IF NOT EXISTS vector;

could not open extension control file "/usr/local/postgres/16.2/share/extension/vector.control": No such file or directory

I have looked in your docs, and it doesn't seem like this extension is supported: https://cloud.ibm.com/docs/databases-for-postgresql?topic=databases-for-postgresql-extensions

Is it in the pipeline that this will get added to the list of available extensions?

thanks :)

nthomsencph commented 7 months ago

Same issue. Quite an problem for everyone who wants to have a vector databases for LLM solutions in IBM Cloud. Is this on the roadmap and, if so, what is the estimated time of delivery?