I am planning to use the Gemini embedding model (models/embedding-001) for document/query retrieval, but I can't find anywhere in the documentation if it support languages other than English. Specifically Greek.
I wonder if I can get an accurate embedding if my document and query are both in Greek and if my document is in Greek and my query is in English.
Does Gemini embedding model support languages other than English?
408 Views Asked by DarioB At
1
There are 1 best solutions below
Related Questions in GOOGLE-CLOUD-VERTEX-AI
- Fine tuning code-bison model on Google Vertex AI
- Custom Service Account with KFP pipelines in Vertex AI
- Setting up Vertex AI SDK for Python
- GCP Vertex AI Pipelines static outound IP address
- How can we disable the "Open Jupyterlab" button (proxy) on GCP Vertex AI Workbenches?
- Streaming responses from Vertex AI endpoints
- GCP Colab Enterprise shared VPC connection
- Google vertex endpoint is unavilable when deploying new model
- VertexAI serving_container_predict_route for custom container returns 404
- Vertex AI Models Throws AttributeError: After Langchain 0.0295 Version
- Gives INVALID_ARGUMENT error when pushing a new unstructured data into datastore
- Impossibility of creating a service control in Vertex AI Search
- Passing parameters to Llama 2 deployed in Vertex AI
- Custom Labels in Vertex AI Pipeline PipelineJobSchedule
- Get the health status for a Google Vertex Endpoint
Related Questions in GOOGLE-CLOUD-AI
- Issues in scaling GCP AI model TF serving
- GCP ML Tensorflow serving with authorization for GRPC
- Impossible to activate Duet AI despite receiving provisioning email
- Does Gemini embedding model support languages other than English?
- Can't iterate over files within a folder in google cloud notebooks instance
- Trying to get a Vertex AI prediction in BigQuery using Python
- GCP AI platform API
- How to solve 5xx errors in GCP AI Prediction Platform?
- How to fix: "error": "Prediction failed: unknown error." in custom prediction routine with scikit-learn?
- How do you scale Google Cloud Document AI processing?
- Best practice to run Tensorflow app on GCP?
- Google AI Platform: kernel dying
- how to reduce input size for mask-RCNN trained model while running prediction on google cloud platform
- Custom Model for Batch Prediction on Vertex.ai
- Op type not registered \'IO>BigQueryClient\' with BigQuery connector on AI platform
Related Questions in GOOGLE-GEMINI
- Why Vertex API dosn't let me get a multiples responses?
- Processing multiple csv files with Generative AI on Vertex AI
- Google Generative AI API error: "User location is not supported for the API use."
- Google's Gemini for Nodejs results in error ReferenceError: fetch is not defined
- Raise "Message of 'system' type not supported by Gemini" exception by ChatGoogleGenerativeAI with ConversationalRetrievalChain
- GoogleGenerativeAIError: [400 Bad Request] API key not valid. Please pass a valid API key
- create a GenerationConfig for Google Gemini - 'Builder()' has private access
- Google Gemini API Android Error: ServerException: * GenerateContentRequest.model: unexpected model name format
- Does Gemini embedding model support languages other than English?
- Gemini API : Error when calling .generate_content(prompt)
- Google Gemini API error: "The response is blocked due to safety reason." although I set the harm block threshold to BLOCK_NONE
- Error connecting to Google servers running Gemini AI in google colab
- UI issue while adding Gemini API using Gradio
- Google Gemini API call not sending bundle ID, causing 403 error
- How to close a vertex AI chat session?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you want to get embeddings for Greek, you can use vertexai's text embedding model textembedding-gecko@001 which supports it. Code example: