langchain-ai / langchain-postgres

LangChain abstractions backed by Postgres Backend
MIT License
133 stars 48 forks source link

Fix transactions not being committed #60

Open LeiTi34 opened 5 months ago

LeiTi34 commented 5 months 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