I tried using the AI column suggestion feature. For me, I prefer writing my column design separately in a notepad. Then my intention is to paste it into the AI suggestion field with something like this
TypeScript
source - str 25 chars
provider - str 20 chars
pref_product - bool
pref_learning - bool```
The intent is that AI can help me create the columns I want without me having me to click-ops all the columns in the UI. However, it basically ignores my input and suggests columns that are unrelated to what I provided. Personally, it would be a pretty compelling use case to not have to write a script or rely on clicking through the column creation process.
TL;DR
Developers experiencing issues with AI column suggestion feature in the database. They try to input column design in the AI suggestion field but receive unrelated column suggestions. They want to streamline the column creation process without manual script writing or excessive clicks.Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...