✨ feat(base.py): add support for creating SQLDatabaseChain from LLM
📝 docs(base.py): update documentation for ChainCreator class
This commit is contained in:
parent
72b4a2d943
commit
ba6cf77fe9
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ class ChainCreator(LangChainTypeCreator):
|
|||
from_method_nodes = {
|
||||
"ConversationalRetrievalChain": "from_llm",
|
||||
"LLMCheckerChain": "from_llm",
|
||||
"SQLDatabaseChain": "from_llm",
|
||||
}
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue