https://johnoreilly.dev/posts/gemini-kotlin-multiplatform/
Anyone tried this but with some more customizations? I think about using embedded model and provide my own text it can search. I also checked that there is some Firebase extensions, where I think Gemini can search for content in GCM/Firebase directly, but I am not sure. Not many samples and I am quite new to practical level of LLMs. I would like to be able to ask anything from my own data, and not pre-trained data from Google, other than how it learned how to fetch data from input. Like given this database, search anything in database related to a users multi modal prompts.
Maybe there is even KMP libs doing exactly this, not sure. Any pointers in this topic?