-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
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
Added OpenAPIChain #491
Conversation
vjsai
commented
Jul 6, 2023
•
edited
Loading
edited

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
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 !