-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for File and Folder upload #70
Comments
Hi, anyone work on this? |
Gemini API has a size limit of 20MB for data. Currently there is no way to use larger audio or video files in prompts. |
Why was this closed as not planned? |
This was negligence from my end, I thought @wliumelb was a maintainer of the repository. Reopening this issue. |
There's a ticket #211, without file upload it's impossible to handle videos or audio files |
Our current recommendation for use cases that need functionality beyond what is provided in this package is to use vertex AI through https://pub.dev/documentation/firebase_vertexai/latest/ |
Started to move in that direction. Requires quite a refactoring tho. |
Thank you for the recommendation. I noticed that Python, Node.js, and Go SDKs already support document/file API functionality. Given Flutter/Dart's significance in the Google ecosystem, is there an estimated timeline for implementing this feature in the Dart SDK directly? While Firebase Vertex AI is a potential workaround, integrating Firebase into existing non-Firebase projects presents significant refactoring challenges. Many developers would benefit from having this functionality available in the standard Dart SDK, maintaining consistency with other language SDKs. |
Since Google AI Studio has offered functionalities to upload files and folders to the model for context, I request to add support for the same.
The text was updated successfully, but these errors were encountered: