The maximum file size is 512 MB. Each file should contain no more than 5,000,000 tokens per file (computed automatically when you attach a file).
20M bytes can exceed the 5M token limit, especially in plain text files where there is no overhead to discard and there is data not in natural language (that would have very poor semantic search results).
I reduced the file to 6mb and below the 5m token limit and still facing same issue while attaching file to a new vector store…uploading of file is successful but attching it when it fails and then I cannot deleted the file but instead delete the entire store and repeat the steps with same issue. The file is financial data in csv format but uploaded as a .txt file. This has worked a few days back and it seems to be an issue today
I am facing the same issue, is there any update?
For me it’s successfully able to upload the file in store with status ‘Ready’ but associates the same file with vector store with status ‘Failed’.
Any pointers will be helpful.
facing same issue, is there any way to get more feedback on this error? the threads console isn’t telling me very much, seems like enhanced monitoring would help here
Make sure the document is not a scanned document (image based document). Vector store does not allow scanned documents to be attached as it identifies it as a empty file.