-
-
Notifications
You must be signed in to change notification settings - Fork 23.2k
Added OpenAPIChain #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added OpenAPIChain #491
Conversation
|
Documentation reference : https://js.langchain.com/docs/modules/chains/openai_functions/openapi |
| @@ -1,5 +1,5 @@ | |||
| import { ICommonObject, INode, INodeData, INodeParams } from '../../../src/Interface' | |||
| import { SqlDatabaseChain, SqlDatabaseChainInput } from 'langchain/chains' | |||
| import { SqlDatabaseChain, SqlDatabaseChainInput } from 'langchain/chains/sql_db' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to make this change because of the newer langchainjs version.
Refer PR: https://github.com/hwchase17/langchainjs/pull/1836/files
HenryHengZJ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! thanks @vjsai !
Uh oh!
There was an error while loading. Please reload this page.