tryAGI / LangChain

C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
https://tryagi.github.io/LangChain/
MIT License
549 stars 83 forks source link

SQLDatabase #75

Open HavenDV opened 11 months ago

HavenDV commented 11 months ago

Project: LangChain.Utilities.SqlDatabase

References:

khoroshevj commented 10 months ago

I think I've got this one for postgres

khoroshevj commented 10 months ago

after merging https://github.com/tryAGI/LangChain/pull/83 there are few moments missing and some improvements can be made in base class: