Vector File Upload Not Storing Files

Forrest Zimmerman 0 Reputation points
2025-05-08T15:35:08.89+00:00

My goal is to upload 322 .md documents with a total size of 1.5 MBs to an assistant's vector store. The upload seems to be unsuccessful as they do not display in the UI. The AI Assistant clearly is not able to access them as well.

How do we fix this?

--

Forrest

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,470 questions
{count} votes

1 answer

Sort by: Most helpful
  1. kothapally Snigdha 2,670 Reputation points Microsoft External Staff Moderator
    2025-05-13T15:41:05.1666667+00:00

    Hi @Forrest Zimmerman

    • Ensure that the vector store is properly configured and that you are following the correct steps to attach the files to it. You may need to manually attach the files to the vector store after they have been uploaded.
    • If the UI continues to have issues, you might want to try using the SDK or REST API to create the vector store and attach the files programmatically. This can sometimes bypass UI-related problems.
    • After attempting to attach the files, check the file counts property of the vector store to see if the files are being counted correctly. Hope this helps. Do let us know if you any further queries.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    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.