FAQs
Connecting to Tableplus
If you want to inspect your pgvector container to explore your storage or knowledge base, you can use TablePlus. Follow these steps:
Step 1: Start Your pgvector
Container
Run the following command to start a pgvector
container locally:
POSTGRES_DB=ai
sets the default database name.POSTGRES_USER=ai
andPOSTGRES_PASSWORD=ai
define the database credentials.- The container exposes port
5432
(mapped to5532
on your local machine).
Step 2: Configure TablePlus
- Open TablePlus: Launch the TablePlus application.
- Create a New Connection: Click on the
+
icon to add a new connection. - Select
PostgreSQL
: Choose PostgreSQL as the database type.
Fill in the following connection details:
- Host:
localhost
- Port:
5532
- Database:
ai
- User:
ai
- Password:
ai
Was this page helpful?