-
Notifications
You must be signed in to change notification settings - Fork 662
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
Page ordering/sorting fix, fix to use unique temp dir if userinput not provided also with better cleanup, added async shutil (aioshutil) #34
Conversation
…ely function to do a expected alphanumeric sort.
… Replaces zerox ouput for python sdk with updated output containing token counts. - Fixing page order issue by adding alphanumeric human like sorting utility (doesn't require padding). Fixes Issue getomni-ai#25 - Better way of handling tmp_dir - user input or unique named temperory directory if None
…util.rmtree calls with async ones
…pped python example output)
…r-fixes - Padding logic removed as not required after sorted_nicely function implementation.
…ion implementation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tylermaran, All review threads incorporated. pip install verified, tested imports locally also. Ready to merge!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! 🧹
@tylermaran, I think you'll need to create a release to trigger the pypi publishing action to publish newer python package to pypi? |
…t provided also with better cleanup, added async shutil (aioshutil) (getomni-ai#34) * Fixed page order issue, fixed tempdir cleanup issue, added sorted nicely function to do a expected alphanumeric sort. * fix token usage counting which is not aggrefated correctly and always returned 0 * minor fix in token count aggregation * make more concise * - update missing minor documentation changes for Issue getomni-ai#31. Replaces zerox ouput for python sdk with updated output containing token counts. - Fixing page order issue by adding alphanumeric human like sorting utility (doesn't require padding). Fixes Issue getomni-ai#25 - Better way of handling tmp_dir - user input or unique named temperory directory if None * added asyncronous shutil (aioshutil) and replaced older syncronous shutil.rmtree calls with async ones * bump pysdk version * fix import in python sdk documentation * update importable name to pyzerox. Update documentation (manually wrapped python example output) * removed padding logic (not required anymore after sorted_nicely function implementation. * minor typo fix for token count --------- Co-authored-by: Pradyumna Singh Rathore <pradyumna.singhrathore@halliburton.com>
Not required now with this PR
)Changes
So this PR is no longer required
)Note: PR #26 is no longer required as this PR incorporates its ideas plus other minor fixes also all together.