Open renu555 opened 1 month ago
I am getting error while executing this command on alloydb sql studio
URL followed : https://codelabs.developers.google.com/patent-search-alloydb-gemini#4
Step : Create Embeddings for patent data
Command given in alloydb sql studio UPDATE patents_data set abstract_embeddings = embedding( 'textembedding-gecko@003', abstract);
Error received : Requests taking longer than one minute on the instance are cancelled.
Attaching screenshot for error
I am getting error while executing this command on alloydb sql studio
URL followed : https://codelabs.developers.google.com/patent-search-alloydb-gemini#4
Step : Create Embeddings for patent data
Command given in alloydb sql studio UPDATE patents_data set abstract_embeddings = embedding( 'textembedding-gecko@003', abstract);
Error received : Requests taking longer than one minute on the instance are cancelled.