devstein / langchain

⚡ Building applications with LLMs through composability ⚡
MIT License
1 stars 0 forks source link

DOC: SQL Database Agent #18

Open devstein opened 1 year ago

devstein commented 1 year ago

Issue with current documentation:

Hello I was trying to reproduce an example from that documentation

https://python.langchain.com/en/latest/modules/agents/toolkits/examples/sql_database.html?highlight=SQLDatabaseToolkit#

and got error

toolkit = SQLDatabaseToolkit(db=db ) ValidationError: 1 validation error for SQLDatabaseToolkit llm field required (type=value_error.missing)

Idea or request for content:

No response