mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-08 23:33:31 +00:00
consolidate run functions (#126)
consolidating logic for when a chain is able to run with single input text, single output text open to feedback on naming, logic, usefulness
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"db_chain.query(\"How many employees are there?\")"
|
||||
"db_chain.run(\"How many employees are there?\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user