You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Langchain::Vectorsearch::Pgvector each time it's initalized it starts a new db connection, which might be a problem since it doesn't have connection pool
To Reproduce
make 30 requests and the connections will be open
Expected behavior
to re-use the same connection and not start a new one
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently the Langchain::Vectorsearch::Pgvector each time it's initalized it starts a new db connection, which might be a problem since it doesn't have connection pool
To Reproduce
make 30 requests and the connections will be open
Expected behavior
to re-use the same connection and not start a new one
The text was updated successfully, but these errors were encountered: