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

Fix docs for AssemblyAIAudioTranscriptLoader (shorter import path) #9687

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

patrickloeber
Copy link
Contributor

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.

Use `from langchain.document_loaders import` instead of the full
path `from langchain.document_loaders.assemblyai`

Also update this import statement in the unit test.
@vercel
Copy link

vercel bot commented Aug 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 24, 2023 6:54am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
langchain-deprecated ⬜️ Ignored (Inspect) Visit Preview Aug 24, 2023 6:54am

@dosubot dosubot bot added Ɑ: doc loader Related to document loader module (not documentation) 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder labels Aug 24, 2023
@baskaryan baskaryan merged commit 6bedfdf into langchain-ai:master Aug 24, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ɑ: doc loader Related to document loader module (not documentation) 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants