Skip to content
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

Merged
merged 7 commits into from
Jul 8, 2023
Merged

Added OpenAPIChain #491

merged 7 commits into from
Jul 8, 2023

Conversation

vjsai
Copy link
Contributor

@vjsai vjsai commented Jul 6, 2023

Screenshot 2023-07-07 at 6 35 32 PM

@vjsai
Copy link
Contributor Author

vjsai commented Jul 6, 2023

@@ -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'
Copy link
Contributor Author

@vjsai vjsai Jul 6, 2023

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

@vjsai vjsai changed the title Added OpenAPI chain Added OpenAPIChain Jul 6, 2023
Copy link
Contributor

@HenryHengZJ HenryHengZJ left a 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 !

@HenryHengZJ HenryHengZJ merged commit 3804420 into FlowiseAI:main Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants