mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-12 14:12:53 +02:00
v1 file connector with metadata (#4552)
This commit is contained in:
@ -160,7 +160,7 @@ def create_connector(env_name: str, file_paths: list[str]) -> int:
|
||||
name=connector_name,
|
||||
source=DocumentSource.FILE,
|
||||
input_type=InputType.LOAD_STATE,
|
||||
connector_specific_config={"file_locations": file_paths},
|
||||
connector_specific_config={"file_locations": file_paths, "zip_metadata": {}},
|
||||
refresh_freq=None,
|
||||
prune_freq=None,
|
||||
indexing_start=None,
|
||||
|
Reference in New Issue
Block a user