(feat:connectors) type as connector:file

This commit is contained in:
ManishMadan2882
2025-09-09 00:00:58 +05:30
parent 6366663f03
commit b2b9670a23
2 changed files with 3 additions and 3 deletions

View File

@@ -978,13 +978,13 @@ def ingest_connector(
"tokens": tokens,
"retriever": retriever,
"id": str(id),
"type": "connector",
"type": "connector:file",
"remote_data": json.dumps({
"provider": source_type,
**api_source_config
}),
"directory_structure": json.dumps(directory_structure),
"sync_frequency": sync_frequency
"sync_frequency": sync_frequency
}
if operation_mode == "sync":