@Logan M, I am using postgres for my vector store. I think the code creates a table for storing the embeddings. Is it possible to disable that? I want to create the table in advance and not let the code create the table
If you set this to false, then, it won't create tables etc. But this should only be creating tables if they don't exist. So if you're table already exists, then it shouldn't be executing this logic.