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

Fixed openai embeddings to be safe by batching them based on token size calculation. #991

Merged
merged 5 commits into from
Feb 16, 2023

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    a36b7c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    54331d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Hase-U/openai_safe_embedding

    fix batch process of openai embedding to avoid errors in token
    Hase-U committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    71e6dc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e77853 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from Hase-U/fix_test

    restore chunk_size to original value
    Hase-U committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    973afec View commit details
    Browse the repository at this point in the history