YouTube video processing utils

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-04-09 18:44:45 -07:00
parent 298687f61d
commit 73a4a39cb6
2 changed files with 65 additions and 39 deletions

View file

@ -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"