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
- Custom Email Templates Not Updating for ...
I have 4 custom email templates on my self-hosted Appwrite instance: - email verification - reset password - security alert - 2FA verification. email verifica...
- Table contents missing (attributes+rows)
Here is an image of the cloud and the attributes that should exist Some of the table do have the data but others dont. I am able to access the rows via api c...
- Docker compose down command is deleting ...
I just followed the steps in the website...but docker compose down seems to delete whole data...it is like fresh installation. Please check if i am missing anyt...