feat: Add Webcrawler and YouTube connector configurations, enhance connector dialog with creation functionality, and improve UI responsiveness and styling across components.

This commit is contained in:
Anish Sarkar 2025-12-31 11:41:57 +05:30
parent ddfbb9509b
commit 5d1859db17
15 changed files with 512 additions and 67 deletions

View file

@ -106,6 +106,12 @@ export const OTHER_CONNECTORS = [
description: "Crawl web content",
connectorType: EnumConnectorName.WEBCRAWLER_CONNECTOR,
},
{
id: "youtube-connector",
title: "YouTube",
description: "Index YouTube videos",
connectorType: EnumConnectorName.YOUTUBE_CONNECTOR,
},
{
id: "tavily-api",
title: "Tavily AI",