I would like to request the integration of the latest version of the Gemini AI framework as a Python library within Retool workflows. Gemini AI is a versatile generative AI framework that provides advanced capabilities for various AI-driven tasks and is a

  • Goal: We are trying to make a chatbot using generative ai/ gemini ai using python but are unable to proceed because the framework for the same is missing.

  • Steps:

  • Details:

3 Likes

I'm also trying to integrate Google Cloud/Gemini/Vertex with Retool, using a service account.
I can't get it to work - I think the connection is authenticating, but I'm getting JSON errors (which are entirely unhelpful.)

sooooo, did you try importing the python linrary into an app and workflow? they do have have a full SDK btw for Python and Node.js... and they give you the HTML scripts, so you could also try making a Custom Component. you could also setup a server app wherever you want then integrate Retool RPC into it so you can securely connect from within retool. since u can import whatever lib you want on the RPC and you can make just as many functions to use them wothout the restrictions retool has you can code functions on the server that use Gemini and, after adding a RPC resource to retool, you can easily call these functions by name (so now you dont technically have to wait for Retool to natively integrate it somehow)