-
Notifications
You must be signed in to change notification settings - Fork 0
Addition of Custom chunking logic #1
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
base: main
Are you sure you want to change the base?
Conversation
srisudarsan
left a comment
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.
Only typing seems to be wrong, rest looks good
| overlap_all: bool | ||
| starting_page_number: Optional[int] = None | ||
| include_slide_notes: bool | ||
| custom_metadata: Optional[str] = None |
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.
is this string ?
| ), | ||
| ] = True, | ||
| custom_metadata: Annotated[ | ||
| Optional[str], |
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.
this should be dict then ?
| --workers $WORKERS" | ||
|
|
||
| if [[ -n "$OPTIONAL_TIMEOUT" ]]; then | ||
| $OPTIONAL_TIMEOUT $CMD |
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.
should we not be doing eval here too ?
This reverts commit e434c63.
No description provided.