Skip to content
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

getting an image from firestore and generating resposnse using genkit #593

Open
riush03 opened this issue Jul 11, 2024 · 0 comments
Open
Labels
feature New feature or request

Comments

@riush03
Copy link

riush03 commented Jul 11, 2024

Is your feature request related to a problem? Please describe.

I'm always frustrated when I have to manually fetch image URLs from Firestore and pass them to Genkit for generating descriptions. This process is cumbersome and prone to errors.

Describe the solution you'd like

I would like an integrated feature that allows Genkit to directly fetch images stored in Firestore by their IDs and use these images to generate descriptions. This would streamline the workflow and improve efficiency.

Describe alternatives you've considered

An alternative solution could be writing custom code to fetch images from Firestore and then use them with Genkit. However, this adds extra complexity and maintenance overhead.

Additional context

This feature would be particularly useful for applications that rely heavily on image data and require automated descriptions or processing. Integration with Firestore would make the process seamless and reduce the need for custom code.

@riush03 riush03 added the feature New feature or request label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants