-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Extends input types of RemoteWhisperTranscriber
#6218
Conversation
@ZanSara do we need any additional unit tests? |
Oh I thought I pushed it! I'll take care of it asap |
…haystack into remotetranscriber-input-type
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.
Something seems off with metadata file_path lookup? Please double check, I might be mistaken.
Hey @ZanSara there seem to be some test failures on this one. Let's clean these up and integrate. Also note more comment I left. Perhaps a different PR and then find all references to this file_path fixing and remove them |
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.
LGTM
* fix tests * reno * tests * retain file name * paths are strings for openai sdk * streams->sources * feedback * always add name to file * mypy * test placeholder with extension * fallback * paths * path test * path must be a string * fix test
Related Issues
FileTypeRouter
toRemoteWhisperTranscriber
#6216Proposed Changes:
Extends input types of
RemoteWhisperTranscriber
fromList[ByteStream]
toList[Union[str, Path, ByteStream]]
to make possible to connect it toFileTypeRouter
(see issue)How did you test it?
Local tests
Notes for the reviewer
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.