mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 02:46:25 +02:00
YouTube video processing utils
This commit is contained in:
parent
298687f61d
commit
73a4a39cb6
2 changed files with 65 additions and 39 deletions
|
|
@ -39,6 +39,7 @@ class DocumentType(str, Enum):
|
|||
FILE = "FILE"
|
||||
SLACK_CONNECTOR = "SLACK_CONNECTOR"
|
||||
NOTION_CONNECTOR = "NOTION_CONNECTOR"
|
||||
YOUTUBE_VIDEO = "YOUTUBE_VIDEO"
|
||||
|
||||
class SearchSourceConnectorType(str, Enum):
|
||||
SERPER_API = "SERPER_API"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue