:orphan: .. _vectordb_install: Install vectordb ----------------- Access vectordb using psql client .. code-block:: kubectl attach --namespace=postgresql-client -it postgresql-client .. code-block:: 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 .. code-block:: CREATE EXTENSION vector; Exit the container pod