firebase / extensions

Source code for official Firebase extensions
https://firebase.google.com/products/extensions
Apache License 2.0
882 stars 374 forks source link

🐛 [firestore-vector-search] model: 'text-multilingual-embedding-002' #2103

Closed karloti closed 1 month ago

karloti commented 1 month ago

Option to choose another text embedding model.

I want to use multilingual model:

image

Your embedding not working for me! My text field for embedding is in Bulgarian.

here is a code snippet from your function const model = this.client.getGenerativeModel({model: 'embedding-001'});

pr-Mais commented 1 month ago

@karloti thanks for reporting this issue! this extension source is not in this repository, it's in https://github.com/GoogleCloudPlatform/firebase-extensions, so please open the same issue there, so we can track and fix it.