Skip to content
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

Feature/Add Azure Cognitive speech-to-text functionality #3718

Merged
merged 5 commits into from
Dec 18, 2024

Conversation

ghondar
Copy link
Contributor

@ghondar ghondar commented Dec 16, 2024

Azure Cognitive Services integration for speech-to-text functionality

  • Introduced a new credential class for Azure Cognitive Services.
  • Updated speech-to-text processing to support Azure Cognitive Services as a provider.
  • Enhanced UI components to include Azure Cognitive Services options and inputs for configuration.
  • Added necessary imports and error handling for Azure API requests.
    Screenshot 2024-12-16 at 5 19 08 PM

ghondar and others added 2 commits December 16, 2024 17:24
…ctionality

- Introduced a new credential class for Azure Cognitive Services.
- Updated speech-to-text processing to support Azure Cognitive Services as a provider.
- Enhanced UI components to include Azure Cognitive Services options and inputs for configuration.
- Added necessary imports and error handling for Azure API requests.
HenryHengZJ and others added 3 commits December 18, 2024 00:02
- Removed the dependency on 'form-data' and replaced it with a Blob for audio file uploads.
- Simplified the audio file appending process to the form data.
- Cleaned up the headers in the Axios request by removing unnecessary form data headers.

This change enhances the efficiency of audio file processing in the speech-to-text functionality.
Copy link
Contributor

@HenryHengZJ HenryHengZJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you so much!

@HenryHengZJ HenryHengZJ merged commit 2360f5f into FlowiseAI:main Dec 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants