-
Notifications
You must be signed in to change notification settings - Fork 291
Re-add db ai suggestions blog + changelog #2618
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThis pull request adds two new content files announcing Database AI suggestions for Appwrite Databases. The first file is a blog post page located at Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 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.
Actionable comments posted: 0
🧹 Nitpick comments (2)
src/routes/blog/post/announcing-database-ai-suggestions/+page.markdoc (1)
12-55: Minor copy/style nits and resource alignment (optional)Nothing blocking here, but a few tweaks could tighten things up:
- The feature name appears both as “Database AI suggestions” and “Database AI Suggestions” — consider standardizing capitalization across the post and with the changelog.
- “Alongside Database AI Suggestions, we have also added…” could be simplified to “we’ve also added” or similar, but that’s purely stylistic.
- The More resources section is MCP‑heavy; if you have docs or guides specifically about Database AI suggestions or database schema design, it might be worth swapping or adding one of those for more direct follow‑up.
These are all editorial, so feel free to ignore if they don’t match your content guidelines.
src/routes/changelog/(entries)/2025-10-01-2.markdoc (1)
17-23: Align "Benefits" heading with "What's new" for consistency within this entryIn this file,
## What's new(line 11) uses no colon, while## Benefits:(line 17) includes one. For visual consistency within the same entry, consider removing the trailing colon:-## Benefits: +## BenefitsThis aligns with the style in other recent changelog entries like 2025-09-17.markdoc.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
static/images/blog/announcing-database-ai-suggestions/cover.pngis excluded by!**/*.png
📒 Files selected for processing (2)
src/routes/blog/post/announcing-database-ai-suggestions/+page.markdoc(1 hunks)src/routes/changelog/(entries)/2025-10-01-2.markdoc(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
- GitHub Check: assets
- GitHub Check: tests
- GitHub Check: build
🔇 Additional comments (2)
src/routes/changelog/(entries)/2025-10-01-2.markdoc (1)
1-28: Changelog entry structure and linking look solidFront matter matches the blog (title, date, cover), the “What’s new” and “Benefits” sections mirror the feature description well, and the
arrow_linkpath/blog/post/announcing-database-ai-suggestionscorrectly matches the blog slug added in this PR. This should slot cleanly into the existing changelog flow.src/routes/blog/post/announcing-database-ai-suggestions/+page.markdoc (1)
1-11: No action required—front-matter key is correct and consistent.The verification confirms that
timeToReadis the standard key used across all blog posts in the codebase. The new post follows the established pattern without deviation, so there is no risk of breaking listing pages or reading-time badges.
| layout: post | ||
| title: "Announcing Database AI suggestions: From table name to schema in one click" | ||
| description: We’re introducing new AI features into Appwrite Databases that generate complete schemas and indexes from just a table name. | ||
| date: 2025-10-01 |
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.
needs to be changed.
|
|
||
| You’re always in control. Suggestions don’t apply automatically. You can review them, adjust inline, or skip them entirely. Once ready, applying the schema is just one click, including an optional CTA to add suggested indexes for even better performance. | ||
|
|
||
| Alongside Database AI Suggestions, we have also added an **AI-powered index suggestions UI.** A new desktop modal and mobile side-sheet offer guided flows with toggles and an easy “apply” step for indexes. |
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.
not sure if modal and side-sheet are something to mention, pretty standard across console.
|
|
||
| We created a quick video overview to show you how the new feature works. | ||
|
|
||
| {% youtube src="https://www.youtube-nocookie.com/embed/5IZJVsE6pIQ" thumbnail="/images/blog/announcing-database-ai-suggestions/cover.png" /%} |
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.
might need changes since the designs have changed.
| --- | ||
| layout: changelog | ||
| title: "Announcing Database AI suggestions: From table name to schema in one click" | ||
| date: 2025-10-01 |
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.
same here.
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.