We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d287aa commit c62bc83Copy full SHA for c62bc83
backend/onyx/connectors/file/connector.py
@@ -235,7 +235,7 @@ class LocalFileConnector(LoadConnector):
235
def __init__(
236
self,
237
file_locations: list[Path | str],
238
- file_names: list[str] | None = None,
+ file_names: list[str] | None = None, # Must accept this parameter as connector_specific_config is unpacked as args
239
zip_metadata: dict[str, Any] | None = None,
240
batch_size: int = INDEX_BATCH_SIZE,
241
) -> None:
0 commit comments