I want to provide ui feedback when a particular event, out of series of events it take to complete the whole task in server side, takes place. e.g. to auto fill forms using AI it takes generally 3 events to complete this task.
- GET the form to auto fill.
- extract the input fields to fill.
- prompt the LLM to generate a structured response containing relevant information from user uploaded files.
so it would be very nice and convenient to notify user about the completion of every event because it will take approx 5-10s to complete the whole task.
I want Appwrite function to send events for completion of these events and finally send the res.json for the generated object.
Recommended threads
- Python Function starter template Failing...
So i just created a python 3.12 function using the default starter template in appwrite, when i try to run it locally i get the error in image everytime i modif...
- Total users 0
Appwrite keeps giving me a response f total users 0, I have my vloud function setup and runinning smoothly bur once I execute my function. The only thing I find...
- My console always shows "401 Access to ...
Every page of the console, inside a project, shows me 401 Access is blocked. This is the projectID: 6784f779002936110be0 My svelte gui accidentally launched a...