Merge branch 'main' into refine/mcp-tool

This commit is contained in:
Alex
2025-09-26 13:40:12 +01:00
committed by GitHub
44 changed files with 2071 additions and 1072 deletions

View File

@@ -1085,7 +1085,7 @@ 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}
),