Upon running the example script in vectordb_client. If the vectordb server already has some data. It tries to embed the documents from id 1.
Now as some documents already exists at those ids. It throws this error

So, maybe introduce collections to VectorDB or add some checks for this edge case.