-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat:add library to data process #30
Conversation
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.
What is mapper
?
Edit and transform the data. |
aeb8627
to
bbdc7bc
Compare
self._chunk_size = chunk_size | ||
self._chunk_overlap = chunk_overlap | ||
|
||
def transformer(self): |
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.
transformer -> transform
a614649
to
95728b1
Compare
789cb01
to
5ae0c61
Compare
@wangxinbiao pls resolve the conflicts |
resolved |
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.
Thanks!
What type of PR is this?
What this PR does / why we need it
add library to data process
pdf transform csv
add cli convert pdf
Which issue(s) this PR fixes
#29
#15
Special notes for your reviewer