-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Criticality
Blocking
What happened?
After installing I am receiving the following error output with odev create
odev ) odev create test-db
[!] Database 'test-db' already exists
[?] Overwrite it? Yes
[-] Failed to install 'pgvector' extension, please ensure it is installed on your system and whitelisted with pgextwlist
[-] Failed to create database 'test-db'
I have followed the steps here https://github.com/pgvector/pgvector to install the pgvector extension in my postgresql
pgvector ) sudo -u postgres psql
psql (16.11 (Ubuntu 16.11-0ubuntu0.24.04.1))
Type "help" for help.
postgres=# CREATE EXTENSION vector;
ERROR: extension "vector" already exists
postgres=#
Are there additional steps to take here? I see the output from the error mentioning I need to whitelist but that step is not listed in the installation steps
Relevant log output
What is expected?
Should be able to create the database without error output
Possible implementation
No response
Additional information
pgvector ) pg_config --version
PostgreSQL 16.11 (Ubuntu 16.11-0ubuntu0.24.04.1)
pgvector ) python --version
Python 3.12.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working