Open Moshizzl3 opened 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 :)
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?
I am trying to create an extension for pgvector in the databases-for-postgresql service. When running this command:
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 :)