You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologise if this has been discussed before, but couldn't find any direct reference to the topics.
As I see from the implementation from the Gemini client, it is multimodal, support audio, video and images, but not supporting PDF blobs.
PDFs are directly supported on Gemini API with Part.from_data and respective mime type.
Doesn't seem to be something immediate to support on GeminiClient only as I guess that Message would have to be extended with more "content types".
I would like in first instance to have your opinion if you see any impediment to support PDF content, and if not if there would be someone more familiar with the framework that was interested in collaborating to add the support.
Thanks
The text was updated successfully, but these errors were encountered:
We plan on adding support for PDFs and other file types that are supported by Gemini. It is on our roadmap and will be released in the next ~1 week. Thank you for the feature request!
Hello @rjpereira and @kepler ! I have a PR out that adds file support for both Gemini and Claude. It will most likely be a part of the release tomorrow!
Apologise if this has been discussed before, but couldn't find any direct reference to the topics.
As I see from the implementation from the Gemini client, it is multimodal, support audio, video and images, but not supporting PDF blobs.
PDFs are directly supported on Gemini API with Part.from_data and respective mime type.
Doesn't seem to be something immediate to support on GeminiClient only as I guess that Message would have to be extended with more "content types".
I would like in first instance to have your opinion if you see any impediment to support PDF content, and if not if there would be someone more familiar with the framework that was interested in collaborating to add the support.
Thanks
The text was updated successfully, but these errors were encountered: