Closed uogbuji closed 9 months ago
Right now there is a connection pool per instance of PGVectorHelper subclass. This causes problems when multiple are used. It should be a Singleton as best can be managed.
Actually much experimentation & investigation, I think we should just hand back pool management control to the caller.
That's done. Alas it's another breaking change.
Right now there is a connection pool per instance of PGVectorHelper subclass. This causes problems when multiple are used. It should be a Singleton as best can be managed.