google-gemini / generative-ai-android

The official Android library for the Google Gemini API
https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=android
Apache License 2.0
700 stars 151 forks source link

Simple Tasks #192

Open RobinKumar5986 opened 2 months ago

RobinKumar5986 commented 2 months ago

Description of the feature request:

Feature requests:

1 >>>

I am trying to develop an application using Gemini but it is not able to do very simple and easy tasks which can be done by a simple Google search.

Example: I asked Gemini "1$ in Rs" but it is not able to give me the answer, whereas other AI models can.

image

Gemini's response to the same question:

image

2>>>

Currently, there is no direct method of giving audio as input. So, please add this feature also, so that I can use this feature.

3>>>

Location-based search: I can search in Google Maps for things like "restaurants near me," but Gemini is not able to answer this. I even tried to provide latitude and longitude but it did not work. Other AI models can provide some sort of answer, not super efficient but giving some answer, i.e.,

image

Gemini's response:

image

4>>>

Adding documents like CSV, PDF, PPT, etc. There is no direct method for now. We can extract and then feed the data to Gemini, but it's an overhead and can cause errors if Gemini interprets the data incorrectly.

Conclusion:

The biggest plus point of the Gemini API should be that it should be interconnected with other Google services, but for now, it feels very disconnected. Also, it won't provide answers that can be given in one simple Google search.

What problem are you trying to solve with this feature?

  1. Simple tasks which can be done in one simple search.
  2. Audio Input.
  3. Location-based search.
  4. Adding different documents.

Any other information you'd like to share?

No response

RobinKumar5986 commented 2 months ago

please provide some solution because its one of the most important feature of the application.