benbrandt / text-splitter

Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from Rust and Python.
MIT License
245 stars 15 forks source link

remove dbg #164

Closed Sagebati closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.72%. Comparing base (56a6d65) to head (b141e27). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #164 +/- ## ========================================== - Coverage 99.72% 99.72% -0.01% ========================================== Files 8 8 Lines 1816 1814 -2 ========================================== - Hits 1811 1809 -2 Misses 5 5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

benbrandt commented 4 months ago

@Sagebati thanks!

I was obviously rushing to get the feature out this weekend and forgot to clean this up 🤦🏻‍♂️