DenisovAV / flutter_gemma

The Flutter plugin allows running the Gemma AI model locally on a device from a Flutter application.
MIT License
55 stars 17 forks source link

RAG Integration #17

Closed Vinayak006 closed 2 months ago

Vinayak006 commented 2 months ago

We're using the flutter_gemma package in our Flutter project and appreciate its features for on-device model execution, cross-platform support, and ease of use.

I’m curious to know if there are any plans to integrate advanced features such as Retrieval-Augmented Generation (RAG). RAG could potentially improve the functionality of the Gemma models by combining retrieval-based methods with generation, enhancing the accuracy and relevance of responses.

Vinayak006 commented 2 months ago

I've reviewed the package code and determined that Retrieval-Augmented Generation (RAG) is not related to the flutter_gemma package. RAG needs to be implemented separately, so I'll be closing this issue for now.