Merge dev into feature/obsidian - resolved conflicts keeping both Obsidian and Composio connectors

This commit is contained in:
Manoj Aggarwal 2026-01-22 11:43:18 -08:00
commit f0760c14e9
29 changed files with 6297 additions and 3110 deletions

View file

@ -31,6 +31,7 @@ export const CONNECTOR_TO_DOCUMENT_TYPE: Record<string, string> = {
// Special mappings (connector type differs from document type)
GOOGLE_DRIVE_CONNECTOR: "GOOGLE_DRIVE_FILE",
WEBCRAWLER_CONNECTOR: "CRAWLED_URL",
COMPOSIO_CONNECTOR: "COMPOSIO_CONNECTOR",
};
/**