saffog / chat-llm-search-document

Chat app that uses openAI LLM to search relevant data in documents
MIT License
0 stars 0 forks source link

[Devops] Azure AI search service to exceed the limits of its provisioned capacity #18

Open saffog opened 7 months ago

saffog commented 7 months ago

Doing some tests system shows the next error:

Error An error occurred when calling Azure Cognitive Search: Azure Search Error: 503, message='Server responded with status 503. Error message: {"error":{"code":"","message":"Failed to execute semantic request because the request rate has caused your service to exceed the limits of its provisioned capacity. Reduce the rate of requests, or adjust the number of replicas/partitions. See http://aka.ms/azure-search-throttling for more information. "}}', url=URL('https://gptkb-moww6huavlklg.search.windows.net/indexes/people-culture-faq/docs/search?api-version=2021-04-30-Preview') Semantic search with Azure Search failed with configuration=default. Please ensure semantic search is enabled and you have semantic search quota available on your instance.

if problem continues review with devops the problem.

saffog commented 7 months ago

More documentation about problem: Search tiers and throttling-behaviors. The costs of the tiers here: Azure AI search pricing

saffog commented 7 months ago

Another problem happened with requests to cognitive search service:

Image

Basically: Error An error occurred when calling Azure Cognitive Search: Azure Search Error: 402, message='Server responded with status 402. Error message: {"error":{"code":"","message":"Free Semantic Usage exceeded for the month. Please enable semantic billing to continue using semantic search https://aka.ms/SemanticPriceDocPage"}}', url=URL('https://gptkb-moww6huavlklg.search.windows.net/indexes/people-culture-faq/docs/search?api-version=2021-04-30-Preview') Semantic search with Azure Search failed with configuration=default. Please ensure semantic search is enabled and you have semantic search quota available on your instance.

saffog commented 7 months ago

We reached devops guy with the next ticket: https://baufest.atlassian.net/servicedesk/customer/portal/16/TI-55331