I am having degraded performance on the Azure OpenAI - Vector Stores while uploading files

Jos Eilers | Twyzer 5 Reputation points
2025-03-27T09:29:37.16+00:00

I am having degraded performance on the Azure OpenAI - Vector Stores while uploading files. The upload of the files is quick, but after that the status is 'In progress'. We are noticing this in the region 'Sweden' on multiple tenants, this also happened before. Is there any solution for this, or is there are information about what is going on?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,939 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manas Mohanty 3,130 Reputation points Microsoft External Staff
    2025-03-27T10:52:59.16+00:00

    Hi Jos Eilers | Twyzer

    I just checked in Sweden central for replicating this issue.

    As part of my repro, I uploaded 20 small files (under 100 Kb), It was working.

    Suggested steps

    1. Agree to Azar on using smaller batches and smaller file size.
    2. Also, would suggest increasing TPM from model deployment for faster indexing.
    3. Switch to another available region.
    4. Change to latest GA API version for existing deployments.

    Below are Constraints on file size and type.

    1. The maximum file size is 200 MB. Each file should contain no more than 5,000,000 tokens per file (computed automatically when you attach a file).
    2. Supported extensions- c, .cs, .cpp, .doc, .docx, .html, .java, .json, .md, .pdf, .php, .pptx, .py, .rb, .tex, .txt, .css, .js, .sh, .ts( UTF-8 BOM type)

    File search assistant

    Network block at customer side

    Please check from lag from proxy/firewall side. You can take a network trace using developer tools to find 403's or 401's for needed whitelisting of Azure host urls.

    Virtual network doc for Azure OpenAI

    Could you let us know if the issue still persists with smaller batch upload (with a screenshot please)

    Thank you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.