Files
langchain/libs/experimental
Predrag Gruevski eb3d1fa93c Add security warning to experimental SQLDatabaseChain class. (#9867)
The most reliable way to not have a chain run an undesirable SQL command
is to not give it database permissions to run that command. That way the
database itself performs the rule enforcement, so it's much easier to
configure and use properly than anything we could add in ourselves.
2023-08-28 13:53:27 -04:00
..
2023-08-25 03:05:04 -07:00

🦜🧪 LangChain Experimental

This repository holds more experimental LangChain code.