"Zacher, Stacy" writes:
> We are having issues getting the pgvector extension to work in a database.
This:
> dbdev=# create extension if not exists vector;
> ERROR: type "vector" already exists
indicates you've got some type named "vector" in that database
already. It didn't come from pgvecto
Hello:
We are having issues getting the pgvector extension to work in a database.
* Installed the code
* Created the extension in a database - it says it already exists but it's
not there:
postgres=# \c dbdev
You are now connected to database "dbdev" as user "postgres".
dbdev=# select