- Avoid adding files to the vector store in batches, as it becomes impossible to identify failures and subsequently remove those files from OpenAI files. While this approach may be less efficient, it provides better control over which files are successfully uploaded to the OpenAI vector store.
- Create batch files with a maximum of 500 files in batch for vector store upload.
- Update the README.md file with the Apify's badge.
- Update dependencies to the latest version
- Add emojis to the README.md file.
- Add examples how to use the integration with OpenAI Assistant.
- Fix issue with pagination when listing files in the OpenAI Assistant.
- Added support to upload files to the OpenAI Assistant. The files are retrieved from the Apify's key-value store.
- Initial release of OpenAI vector store integration