Hi Everyone!
I am relatively new to Glide, but I have a question regarding the implementation of AWS Streaming Functions into a Glide app. Essentially, what I am trying to do is create an AI chat feature within our project to query a Supabase database that is connected to the Glide app. At this moment in time, it doesn’t seem to be possible to query a Supabase table (using the OpenAI integration) that is connected to the Glide app. It is only possible to query a table that was made internally in Glide. So instead, I have decided that when a prompt is entered into a text box, it will call an AWS Lambda Function that will query the Supabase table with the OpenAI api and return the response. However, my team informed me that response streaming needs to be possible, and that I can’t just wait 30-45 seconds for the response to load. Does anyone know if this is a possibility with Glide apps at the moment, to call an AWS Lambda function with response streaming enabled that actively updates a text field within a Glide app, or is this not possible. Thanks in advance for the help!
Best,
Adam
1 Like
I’m interested in this as well. I always wonder if streaming via the API would have a disastrous outcome for your updates count, if they count it as multiple API calls.
1 Like