Connect to vectordbΒΆ
Postgres vector(pgvector) is installed as part of Aizen infra components. Access vectordb using postgresql client(psql)
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