Skip to content
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

The following quota exhausted: MatchingEngineStreamUpdateThroughput #227

Open
Ludovic-Emo-Pyl-Tech opened this issue Oct 17, 2023 · 0 comments
Assignees

Comments

@Ludovic-Emo-Pyl-Tech
Copy link

Ludovic-Emo-Pyl-Tech commented Oct 17, 2023

Hello,

Could you please help on this error running a notebook step ?

Notebook

Question Answering with Documents using LangChain 🦜️🔗 and Vertex AI Matching Engine
here: https://github.com/GoogleCloudPlatform/generative-ai/blob/main/language/use-cases/document-qa/question_answering_documents_langchain_matching_engine.ipynb

We get the same result on Google Colab and on a Vertex AI User managed notebook.

Step

doc_ids = me.add_texts(texts=texts, metadatas=metadatas)

Error

status = StatusCode.RESOURCE_EXHAUSTED
details = "The following quota exhausted: MatchingEngineStreamUpdateThroughput."
debug_error_string = "UNKNOWN:Error received from peer ipv4:[REDACTED]:443 {grpc_message:"The following quota exhausted: MatchingEngineStreamUpdateThroughput.", grpc_status:8, created_time:"2023-10-17T19:08:25.548707816+00:00"}"

Questions

  1. The default region quota for MatchingEngineStreamUpdateThroughput is 300 KB, which quota increase value should we ask for ?
  2. Would you explain how to evaluate the needed value ?
  3. Would it be possible to improve the notebook to prevent the quota increase need ?

Thanks in advance for your help
Ludovic

@holtskinner holtskinner changed the title The following quota exhausted: MatchingEngineStreamUpdateThroughput. The following quota exhausted: MatchingEngineStreamUpdateThroughput Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants