Add AZLyricsLoader import
This commit is contained in:
parent
a9086a4e41
commit
3659b401ff
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from langflow import CustomComponent
|
||||
from langflow.field_typing import Document
|
||||
from typing import Optional, Dict
|
||||
from langchain_community.document_loaders.azlyrics import AZLyricsLoader
|
||||
|
||||
|
||||
class AZLyricsLoaderComponent(CustomComponent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue