deepset-ai / haystack-core-integrations

Additional packages (components, document stores and the likes) to extend the capabilities of Haystack version 2.0 and onwards
https://haystack.deepset.ai
Apache License 2.0
121 stars 119 forks source link

How to reconnect to a PGVector document store? #1168

Closed phiweger closed 1 week ago

phiweger commented 2 weeks ago

When some time passes, the document store connected to Postgres loses its connection. Is there a way to reconnect without having to reinitialize the store?

Thanks!

anakin87 commented 1 week ago

Closing as duplicate of https://github.com/deepset-ai/haystack-core-integrations/issues/847.

In any case, we should handle the connection correctly in order to solve the problem.