How do I delete content of Postgres PGvector Database?

I want to delete the n8n_vectors table in Pgvector, its contents are just vectors however I’m a bit confused on how to do that in n8n, and I haven’t seen a post similar to my problem. Can someone explain how to do it?

I tried using the “Delete table or rows in Postgres” node however, I don’t know how to connect it to Pgvector.

It’s my first time using n8n, apologies for the newbie question.

If you are using Docker Desktop, you can use pgadmin image.

image

You can access it through a browser and delete the table.

Hope this can help you.

1 Like

It worked. Thank you!

1 Like