Skip to content
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

Create batch files with a maximum of 500 files in batch #12

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

jirispilka
Copy link
Owner

  • 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

…ore upload. Update the README.md file with the Apify's badge. Update dependencies to the latest version
@jirispilka jirispilka requested a review from Copilot November 26, 2024 12:44

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 9 out of 15 changed files in this pull request and generated no suggestions.

Files not reviewed (6)
  • .actor/actor.json: Language not supported
  • .actor/input_schema.json: Language not supported
  • Makefile: Language not supported
  • CHANGELOG.md: Evaluated as low risk
  • README.md: Evaluated as low risk
  • pyproject.toml: Evaluated as low risk
Comments skipped due to low confidence (1)

src/main.py:53

  • [nitpick] The function name _batch is too generic. It should be renamed to batch_files for better clarity.
def _batch(iterable: list, n: int = OPENAI_FILE_BATCHES_MAX_SIZE) -> Generator:
@jirispilka jirispilka requested a review from Copilot November 26, 2024 20:27

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 9 out of 17 changed files in this pull request and generated no suggestions.

Files not reviewed (8)
  • .actor/actor.json: Language not supported
  • .actor/input_schema.json: Language not supported
  • Makefile: Language not supported
  • CHANGELOG.md: Evaluated as low risk
  • README.md: Evaluated as low risk
  • pyproject.toml: Evaluated as low risk
  • src/main.py: Evaluated as low risk
  • src/constants.py: Evaluated as low risk
@jirispilka jirispilka merged commit 8b01858 into main Nov 26, 2024
1 check passed
@jirispilka jirispilka deleted the feat/batch-file-update branch November 26, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant