OoriData / OgbujiPT

Client-side toolkit for using large language models, including where self-hosted
Apache License 2.0
103 stars 8 forks source link

Cede back connection pool control to user Was: Singleton per connection params PG connection pool #69

Closed uogbuji closed 8 months ago

uogbuji commented 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.

uogbuji commented 9 months ago

Actually much experimentation & investigation, I think we should just hand back pool management control to the caller.

uogbuji commented 8 months ago

That's done. Alas it's another breaking change.