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
- Email templates partially broken in non-...
Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a...
- Query.contains not supported on Cloud?
I try to filter a row which contain a string inside a string array column, however I get the following error: ``` {"name":"AppwriteException","code":400,"type"...
- Next js 16 is not deploying on appwrite.
i am facing this issue: 'Adapter mismatch. Detected: static does not match the set adapter: ssr' in Next.js 16 on a self-hosted Appwrite instance.