I want to create Matching Engine Index in Vertex AI, I was following this article step by step and got stuck in matching engine index creation
It just says creation failed, hovering over the icon doesn't give any information.
Here is the generated embeddings file according to the article
- I have stored data.json in the GCS bucket with the required storage.
- I have made sure my Google project and storage are under the same regions - us-central1
- here is my index_metadata.json file
Here is the command I am using to create an index
gcloud ai indexes create --metadata-file=./index_metadata.json --display-name=my-index-5 --project=my-project --region=us-central1
Don't know what is causing failure and where to find the information