-
Notifications
You must be signed in to change notification settings - Fork 69
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
Key 'usageBytes' not found #100
Comments
Can you please share:
The more details the fastest I can solve this, thanks. |
|
I apologize for very delayed response, the |
I am using a .pdf file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to upload a document to a vector store and receive the following error message:
dataCouldNotBeReadMissingData(description: "Key \'usageBytes\' not found: No value associated with key CodingKeys(stringValue: \"usageBytes\", intValue: nil) (\"usageBytes\").codingPath: []")
The vector store was newly created and usage bytes does not seem to get set. The files are correctly uploaded to the OpenAI platform and can be found in the storage.
The text was updated successfully, but these errors were encountered: