-
Notifications
You must be signed in to change notification settings - Fork 4.5k
.Net: Add AssemblyAI connector #5392
Copy link
Copy link
Closed
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET code
Description
Motivation and Context
AssemblyAI is a speech AI company offering AI models through APIs.
Adding a connector will help users integrate AssemblyAI easily with Semantic Kernel.
Description
Progress of implementation of AssemblyAI connector.
Current implementation ASSEMBLYAI BRANCH
TODO
- AudioToTextService
- GetTextContentsAsync using AudioContent (.Net: Add AssemblyAI connector for Audio-to-text #5094)
- GetTextContentsAsync using AudioStreamContent (.Net: Add AssemblyAI connector for Audio-to-text #5094) (deprecated in favor of file service)
- Add DI extensions (.Net: Add AssemblyAI connector for Audio-to-text #5094)
- Add AssemblyAI file service to upload files (.Net: Add AssemblyAI file service #5964)
- Return typed class in
TextContent.InnerContent - Add all transcript parameters to
AssemblyAIAudioToTextExecutionSettings
Potential additions
- Add real-time speech-to-text
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET code
Type
Projects
Status
Sprint: Done