Reputation: 1
I installed postgresql12 on ubuntu and created a database called my_db. But I want to install the vector plugin in my_db.
Use the command CREATE EXTENSION vector directly in my_db; An error will be reported: ERROR: could not open extension control file "/usr/share/postgresql/12/extension/vector.control": No such file or directory I refer to the link https://github.com/pgvector/pgvector, I download the vector control file and copy it to/usr/share/postgresql/12/extension/path, but still an error: ERROR: extension "vector" has no installation script nor update path for version "0.5.1". So I wanted to ask which versions of vector.control are suitable for postgresql12?
Upvotes: 0
Views: 669