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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new document_loader: AssemblyAIAudioTranscriptLoader #9667

Commits on Aug 23, 2023

  1. Add new document_loader: AssemblyAIAudioTranscriptLoader

    - Add new class `AssemblyAIAudioTranscriptLoader`
    - Add optional dependency `assemblyai`
    - Add unit tests (using a Mock client)
    - Add docs notebook
    
    The `AssemblyAIAudioTranscriptLoader` allows to transcribe audio files
    with the AssemblyAI API and loads the transcribed text into documents.
    patrickloeber committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d917776 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Update libs/langchain/langchain/document_loaders/assemblyai.py

    Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
    baskaryan and eyurtsev committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3dbce3b View commit details
    Browse the repository at this point in the history