mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +00:00
Fix docs for AssemblyAIAudioTranscriptLoader (shorter import path) (#9687)
Uses the shorter import path `from langchain.document_loaders import` instead of the full path `from langchain.document_loaders.assemblyai` Applies those changes to the docs and the unit test. See #9667 that adds this new loader.
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import pytest
|
||||
from pytest_mock import MockerFixture
|
||||
|
||||
from langchain.document_loaders.assemblyai import (
|
||||
AssemblyAIAudioTranscriptLoader,
|
||||
TranscriptFormat,
|
||||
)
|
||||
from langchain.document_loaders import AssemblyAIAudioTranscriptLoader
|
||||
from langchain.document_loaders.assemblyai import TranscriptFormat
|
||||
|
||||
|
||||
@pytest.mark.requires("assemblyai")
|
||||
|
Reference in New Issue
Block a user