Live Chat
True
FAQs
Development

odoo AI installation on ubuntu

odoo AI application needs EXTENSION vector 
follow the next steps on ubuntu


 

Add the PostgreSQL repository to your system:

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'

wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -


Update your package lists:
sudo apt update

Install PostgreSQL and pgvector:
sudo apt install postgresql-16 postgresql-16-pgvector

Restart PostgreSQL to load the new extension
sudo systemctl restart postgresql

Enable the extension in your database:
sudo -u postgres psql

select your database name like :
\c zerosystemdatabase
CREATE EXTENSION vector;
\q

Was this article helpful?

FAQ HOME

To install this Web App in your iPhone/iPad press and then Add to Home Screen.