-
Notifications
You must be signed in to change notification settings - Fork 135
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
[Feature Request] Can we get access to text-multilingual-embedding models #254
Comments
So i did some digging and found this comment
I'll be working on fixing this or try the defineEmbedder method if successful, I can raise a PR for this. |
I FIGURED IT OUT 🙌 The issue here is has an extra 'd' in the model, remove that extra d and it starts working, i have tested this locally and i can confirm its working
The 404 error is because the end point was calling with the wrong embedder name
instead of
|
+1 |
These were added in #340 and released in 0.5.3. |
Is your feature request related to a problem? Please describe.
I have a requirement to embed non English text, but at the moment i can only access textEmbeddingGecko through,
import { textEmbeddingGecko, vertexAI } from '@genkit-ai/vertexai';
Describe the solution you'd like
A way to use a multilingual embedding model through genkit
Describe alternatives you've considered
Using the Vertex python SDK
I don't want mix too many SDKs, want to keep it concise so we can maintain our solution without a hassle.
The text was updated successfully, but these errors were encountered: