langchain-ai / langchain-postgres

LangChain abstractions backed by Postgres Backend
MIT License
66 stars 22 forks source link

Fix transactions not being committed #60

Open LeiTi34 opened 1 month ago

LeiTi34 commented 1 month ago

I had an issue where I was not able to access the table from a second project. Turns out some transactions were not commited.

This PR fixes this Issue