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.
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.