Install vectordb

Access vectordb using psql client

kubectl attach --namespace=postgresql-client -it postgresql-client
psql -h aizen-vectordb-service.aizen-infra.svc.cluster.local -p 5432 -d vectordb -U aitest -W

  **(when prompted please enter the password as "aitest@123") without quotes**

Enter the following

CREATE EXTENSION vector;

Exit the container pod