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

update unstructured and associated examples #688

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

mattseddon
Copy link
Member

@mattseddon mattseddon commented Dec 10, 2024

Follow up to #687, means we don't have to wait for Unstructured-IO/unstructured#3730 (I will close that PR if we merge this) to upgrade the unstructured package.

Copy link

Deploying datachain-documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 605f900
Status: ✅  Deploy successful!
Preview URL: https://60b8462e.datachain-documentation.pages.dev
Branch Preview URL: https://update-unstructured.datachain-documentation.pages.dev

View logs

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.34%. Comparing base (415454a) to head (605f900).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #688      +/-   ##
==========================================
+ Coverage   87.31%   87.34%   +0.02%     
==========================================
  Files         113      113              
  Lines       10791    10791              
  Branches     1479     1479              
==========================================
+ Hits         9422     9425       +3     
+ Misses        991      989       -2     
+ Partials      378      377       -1     
Flag Coverage Δ
datachain 87.27% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -51,16 +52,17 @@ def process_pdf(file: File) -> Iterator[Chunk]:
)
chunk.apply(replace_unicode_quotes)
chunk.apply(group_broken_paragraphs)
text_chunks.append({"text": str(chunk)})
Copy link
Member Author

Choose a reason for hiding this comment

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

Caused by this

@mattseddon mattseddon marked this pull request as ready for review December 10, 2024 23:17
@mattseddon mattseddon requested review from skshetry, dreadatour and a team December 10, 2024 23:18
@mattseddon mattseddon self-assigned this Dec 10, 2024
Copy link
Member

@shcheklein shcheklein left a comment

Choose a reason for hiding this comment

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

thanks @mattseddon !

@mattseddon mattseddon merged commit 8391d4e into main Dec 11, 2024
34 checks passed
@mattseddon mattseddon deleted the update-unstructured branch December 11, 2024 03:37
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.

4 participants