Hi,
Have asked the question before to in another thread, but no clear answer yet (also not yet to best approach adding/updating/removing data into it in a consistent way). I have some flows running with a vector database (PGVector and Qdrant) but now I would like to setup different instances in a vector database so I can make sure some users only have access to specific instance of vector db.
What's the proper way to initiate a new instance btw? Would be great to do that via n8n sql agent btw, it can query database, should also be able to create instances (even delete with warning).
J