And I thought of storing the connection uri per project in the db. Would like to clarify first that connection strings in neon don't change before I do this.
Example chat-with-pdf app showing how to provision a dedicated database instance for each user. In this app, every database uses pgvector for similarity search. Powered by Neon - neondatabase/db-pe...