You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. In psql, use `\d` to list the tables. When you `SELECT` from a table, selectonly the columns you're interested in, to avoid rendering the vector embeddings in the terminal.
50
+
5. In psql, use `\d` to list the tables. When you `SELECT` from a table, selectonly the columns you're interested in, to avoid rendering the vector embeddings in the terminal. If you get an authentication error, you may need to refresh the token with a new one.
0 commit comments