-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
feat: Appsmith AI as datasource plugin #29794
Conversation
WalkthroughWalkthroughThe recent changes involve the introduction of an Appsmith AI plugin, which includes the ability to execute AI queries and manage AI data sources. New functionalities have been added across both client and server components, such as AI-specific selectors, components, utilities, constants, and services. Enhancements include the ability to determine AI plugins, execute AI actions, and manage AI data sources. Additionally, feature flags and tests have been implemented to ensure the correct functioning of the new AI capabilities. Changes
These changes indicate a significant effort towards integrating AI capabilities into the Appsmith platform, enhancing the tool's ability to work with AI-driven data and actions. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
/build-deploy-preview --skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7288865696. |
...lugin/src/main/java/com/external/plugins/services/features/TextSummarizationServiceImpl.java
Outdated
Show resolved
Hide resolved
Deploy-Preview-URL: https://ce-29794.dp.appsmith.com |
/build-deploy-preview --skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7297865943. |
Deploy-Preview-URL: https://ce-29794.dp.appsmith.com |
/build-deploy-preview |
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7326711596. |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7326712833. |
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7326738114. |
Deploy-Preview-URL: https://ce-29794.dp.appsmith.com |
1 similar comment
Deploy-Preview-URL: https://ce-29794.dp.appsmith.com |
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7327036297. |
Deploy-Preview-URL: https://ce-29794.dp.appsmith.com |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7543278479. |
Summary by CodeRabbit
New Features
Enhancements
Bug Fixes
NO_DATASOURCE_FOR_QUERY
constant to streamline the user interface.Documentation
Refactor
Style