I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing some AI feature that would be nice for user. I was thinking tha the user could perform basic statistics on the collected data. I was thinking about it in such a way that I send the user's query along with: a description of the table/tables and it returns SQL that I would have to execute directly on a MariaDB database Is something like this even possible in Appwrite (e.g., through functions) or maybe something like this can be solved more simply? Of course, I tried something like this in connection with the shared Appwrite MCP server, but here it needs to be done for the user.
Recommended threads
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...