Csaba Toth
Csaba Toth
> It would probably be wise to name it `toARGB32()` and then you'll only need to remove the extension when it's fixed... Maybe that's a better name, I'll rename it....
Could this be the `us-central1` location? Although usually that has most of what GCP and Vertex AI can offer. And `text-embedding-004` works via [google_generative_ai](https://github.com/google-gemini/generative-ai-dart/)
A workaround could be (which I'll do) is to implement the embedding in a Firebase function.
Note that the documentation explicitly states that embedding is not available via Firebase Vertex AI: https://firebase.google.com/docs/vertex-ai/gemini-models#capabilities-features-comparison "**Note:** Context caching, fine tuning a model, embeddings, and semantic retrieval are supported by...
Oh I searched within the issues but not the PRs! So it's part of the content request and not the model instantiation, this way it can be changed dynamically per...
> @MrCsabaToth On Sunday I might have a little time to inspect the related code. I don't have an iOS device though, so it'll be Android and code inspection. As...
Hey @P0labrD, could you screenshot the raw advertisement data displayed in nRF Connect on Android (https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp) vs iOS (https://apps.apple.com/us/app/nrf-connect-for-mobile/id1054362403) so we can have even more munition? The raw data looks...
> Unfortunately, `text-multilingual-embedding-002` is only available in VertexAI, not via the Google AI API (which is what this SDK is for). You can use [firebase_vertexai](https://pub.dev/packages/firebase_vertexai) package instead. Thanks, I'll get...
@davidmigloz What's the best repository or issue tracker to advocate for inclusion of the multilingual embedding model into Google AI API?
Sorry I'm bogged down with work. I'll try to carve out some time during the weekend or next week.